|
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 475 of file sysproto_posix.h.
| u_long ioctl_args::com |
Definition at line 480 of file sysproto_posix.h.
| char ioctl_args::com_l_[0] |
Definition at line 479 of file sysproto_posix.h.
| char ioctl_args::com_r_[(sizeof(register_t)<=sizeof(u_long) ? 0 :sizeof(register_t) - sizeof(u_long))] |
Definition at line 481 of file sysproto_posix.h.
| caddr_t ioctl_args::data |
Definition at line 483 of file sysproto_posix.h.
| char ioctl_args::data_l_[0] |
Definition at line 482 of file sysproto_posix.h.
| char ioctl_args::data_r_[(sizeof(register_t)<=sizeof(caddr_t) ? 0 :sizeof(register_t) - sizeof(caddr_t))] |
Definition at line 484 of file sysproto_posix.h.
| int ioctl_args::fd |
Definition at line 477 of file sysproto_posix.h.
| char ioctl_args::fd_l_[0] |
Definition at line 476 of file sysproto_posix.h.
| char ioctl_args::fd_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] |
Definition at line 478 of file sysproto_posix.h.