FreeBSD kernel kern code
ioctl_args Struct Reference

Data Fields

int fd
 
u_long com
 
caddr_t data
 

Detailed Description

Definition at line 645 of file sys_generic.c.

Field Documentation

◆ com

u_long ioctl_args::com

Definition at line 647 of file sys_generic.c.

Referenced by sys_ioctl(), and systrace_args().

◆ data

caddr_t ioctl_args::data

Definition at line 648 of file sys_generic.c.

Referenced by sys_ioctl(), and systrace_args().

◆ fd

int ioctl_args::fd

Definition at line 646 of file sys_generic.c.

Referenced by sys_ioctl(), and systrace_args().


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