FreeBSD kernel kern code
openat_args Struct Reference

Data Fields

int fd
 
char * path
 
int flag
 
int mode
 

Detailed Description

Definition at line 1059 of file vfs_syscalls.c.

Field Documentation

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().


The documentation for this struct was generated from the following file: