|
FreeBSD kernel kern code
|
Data Fields | |
| int | fd |
| const char * | path |
| uid_t | uid |
| gid_t | gid |
| int | flag |
Definition at line 3080 of file vfs_syscalls.c.
| int fchownat_args::fd |
Definition at line 3081 of file vfs_syscalls.c.
Referenced by sys_fchownat(), and systrace_args().
| int fchownat_args::flag |
Definition at line 3085 of file vfs_syscalls.c.
Referenced by sys_fchownat(), and systrace_args().
| gid_t fchownat_args::gid |
Definition at line 3084 of file vfs_syscalls.c.
Referenced by sys_fchownat(), and systrace_args().
| const char* fchownat_args::path |
Definition at line 3082 of file vfs_syscalls.c.
Referenced by sys_fchownat(), and systrace_args().
| uid_t fchownat_args::uid |
Definition at line 3083 of file vfs_syscalls.c.
Referenced by sys_fchownat(), and systrace_args().