FreeBSD kernel kern code
|
Data Fields | |
int | fd |
u_long | com |
caddr_t | data |
Definition at line 647 of file sys_generic.c.
u_long ioctl_args::com |
Definition at line 649 of file sys_generic.c.
Referenced by sys_ioctl(), and systrace_args().
caddr_t ioctl_args::data |
Definition at line 650 of file sys_generic.c.
Referenced by sys_ioctl(), and systrace_args().
int ioctl_args::fd |
Definition at line 648 of file sys_generic.c.
Referenced by sys_ioctl(), and systrace_args().