|
FreeBSD kernel kern code
|
Data Fields | |
| int | fd |
| int | cmd |
| long | arg |
Definition at line 361 of file kern_descrip.c.
| long fcntl_args::arg |
Definition at line 364 of file kern_descrip.c.
Referenced by sys_fcntl(), and systrace_args().
| int fcntl_args::cmd |
Definition at line 363 of file kern_descrip.c.
Referenced by sys_fcntl(), and systrace_args().
| int fcntl_args::fd |
Definition at line 362 of file kern_descrip.c.
Referenced by sys_fcntl(), and systrace_args().