FreeBSD kernel kern code
fcntl_args Struct Reference

Data Fields

int fd
 
int cmd
 
long arg
 

Detailed Description

Definition at line 406 of file kern_descrip.c.

Field Documentation

◆ arg

long fcntl_args::arg

Definition at line 409 of file kern_descrip.c.

Referenced by sys_fcntl(), and systrace_args().

◆ cmd

int fcntl_args::cmd

Definition at line 408 of file kern_descrip.c.

Referenced by sys_fcntl(), and systrace_args().

◆ fd

int fcntl_args::fd

Definition at line 407 of file kern_descrip.c.

Referenced by sys_fcntl(), and systrace_args().


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