FreeBSD kernel kern code
fstat_args Struct Reference

Data Fields

int fd
 
struct stat * sb
 

Detailed Description

Definition at line 1586 of file kern_descrip.c.

Field Documentation

◆ fd

int fstat_args::fd

Definition at line 1587 of file kern_descrip.c.

Referenced by sys_fstat(), and systrace_args().

◆ sb

struct stat* fstat_args::sb

Definition at line 1588 of file kern_descrip.c.

Referenced by sys_fstat(), and systrace_args().


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