FreeBSD kernel kern code
fstatat_args Struct Reference

Data Fields

int fd
 
char * path
 
struct stat * buf
 
int flag
 

Detailed Description

Definition at line 2377 of file vfs_syscalls.c.

Field Documentation

struct stat* fstatat_args::buf

Definition at line 2380 of file vfs_syscalls.c.

Referenced by sys_fstatat(), and systrace_args().

int fstatat_args::fd

Definition at line 2378 of file vfs_syscalls.c.

Referenced by sys_fstatat(), and systrace_args().

int fstatat_args::flag

Definition at line 2381 of file vfs_syscalls.c.

Referenced by sys_fstatat(), and systrace_args().

char* fstatat_args::path

Definition at line 2379 of file vfs_syscalls.c.

Referenced by sys_fstatat(), and systrace_args().


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