|
FreeBSD kernel kern code
|
Data Fields | |
| int | fd |
| char * | path |
| int | flag |
| int | mode |
Definition at line 1059 of file vfs_syscalls.c.
| int openat_args::fd |
Definition at line 1060 of file vfs_syscalls.c.
Referenced by sys_openat(), and systrace_args().
| int openat_args::flag |
Definition at line 1062 of file vfs_syscalls.c.
Referenced by sys_openat(), and systrace_args().
| int openat_args::mode |
Definition at line 1063 of file vfs_syscalls.c.
Referenced by sys_openat(), and systrace_args().
| char* openat_args::path |
Definition at line 1061 of file vfs_syscalls.c.
Referenced by sys_openat(), and systrace_args().