|
FreeBSD kernel kern code
|
Data Fields | |
| int | fd |
| char * | path |
| mode_t | mode |
Definition at line 1450 of file vfs_syscalls.c.
| int mkfifoat_args::fd |
Definition at line 1451 of file vfs_syscalls.c.
Referenced by sys_mkfifoat(), and systrace_args().
| mode_t mkfifoat_args::mode |
Definition at line 1453 of file vfs_syscalls.c.
Referenced by sys_mkfifoat(), and systrace_args().
| char* mkfifoat_args::path |
Definition at line 1452 of file vfs_syscalls.c.
Referenced by sys_mkfifoat(), and systrace_args().