FreeBSD kernel kern code
|
Data Fields | |
int | fd |
char * | path |
mode_t | mode |
dev_t | dev |
Definition at line 1298 of file vfs_syscalls.c.
dev_t mknodat_args::dev |
Definition at line 1302 of file vfs_syscalls.c.
Referenced by sys_mknodat(), and systrace_args().
int mknodat_args::fd |
Definition at line 1299 of file vfs_syscalls.c.
Referenced by sys_mknodat(), and systrace_args().
mode_t mknodat_args::mode |
Definition at line 1301 of file vfs_syscalls.c.
Referenced by sys_mknodat(), and systrace_args().
char* mknodat_args::path |
Definition at line 1300 of file vfs_syscalls.c.
Referenced by sys_mknodat(), and systrace_args().