| UbixOS V2
    2.0
    | 
#include <sysproto_posix.h>

| Data Fields | |
| u_long | com | 
| char | com_l_ [0] | 
| char | com_r_ [(sizeof(register_t)<=sizeof(u_long) ? 0 :sizeof(register_t) - sizeof(u_long))] | 
| caddr_t | data | 
| char | data_l_ [0] | 
| char | data_r_ [(sizeof(register_t)<=sizeof(caddr_t) ? 0 :sizeof(register_t) - sizeof(caddr_t))] | 
| int | fd | 
| char | fd_l_ [0] | 
| char | fd_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] | 
Definition at line 527 of file sysproto_posix.h.
| u_long sys_ioctl_args::com | 
Definition at line 532 of file sysproto_posix.h.
Referenced by sys_ioctl().
| char sys_ioctl_args::com_l_[0] | 
Definition at line 531 of file sysproto_posix.h.
| char sys_ioctl_args::com_r_[(sizeof(register_t)<=sizeof(u_long) ? 0 :sizeof(register_t) - sizeof(u_long))] | 
Definition at line 533 of file sysproto_posix.h.
| caddr_t sys_ioctl_args::data | 
Definition at line 535 of file sysproto_posix.h.
Referenced by sys_ioctl().
| char sys_ioctl_args::data_l_[0] | 
Definition at line 534 of file sysproto_posix.h.
| char sys_ioctl_args::data_r_[(sizeof(register_t)<=sizeof(caddr_t) ? 0 :sizeof(register_t) - sizeof(caddr_t))] | 
Definition at line 536 of file sysproto_posix.h.
| int sys_ioctl_args::fd | 
Definition at line 529 of file sysproto_posix.h.
Referenced by sys_ioctl().
| char sys_ioctl_args::fd_l_[0] | 
Definition at line 528 of file sysproto_posix.h.
| char sys_ioctl_args::fd_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] | 
Definition at line 530 of file sysproto_posix.h.