FreeBSD kernel kern code
|
Data Fields | |
int | fd |
char * | path |
struct stat * | buf |
int | flag |
Definition at line 2377 of file vfs_syscalls.c.
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().