FreeBSD kernel kern code
|
Data Fields | |
int | dirfd |
char * | path |
int | mode |
int | flag |
Definition at line 2167 of file vfs_syscalls.c.
int faccessat_args::dirfd |
Definition at line 2168 of file vfs_syscalls.c.
int faccessat_args::flag |
Definition at line 2171 of file vfs_syscalls.c.
Referenced by sys_faccessat(), and systrace_args().
int faccessat_args::mode |
Definition at line 2170 of file vfs_syscalls.c.
Referenced by sys_faccessat(), and systrace_args().
char* faccessat_args::path |
Definition at line 2169 of file vfs_syscalls.c.
Referenced by sys_faccessat(), and systrace_args().