FreeBSD kernel kern code
|
Data Fields | |
int | dirfd |
char * | path |
mode_t | mode |
int | flag |
Definition at line 2924 of file vfs_syscalls.c.
int fchmodat_args::dirfd |
Definition at line 2925 of file vfs_syscalls.c.
int fchmodat_args::flag |
Definition at line 2928 of file vfs_syscalls.c.
Referenced by sys_fchmodat(), and systrace_args().
mode_t fchmodat_args::mode |
Definition at line 2927 of file vfs_syscalls.c.
Referenced by sys_fchmodat(), and systrace_args().
char* fchmodat_args::path |
Definition at line 2926 of file vfs_syscalls.c.
Referenced by sys_fchmodat(), and systrace_args().