FreeBSD kernel kern code
fcntl_args Struct Reference

Data Fields

int fd
 
int cmd
 
long arg
 

Detailed Description

Definition at line 361 of file kern_descrip.c.

Field Documentation

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().


The documentation for this struct was generated from the following file: