FreeBSD kernel kern code
openat_args Struct Reference

Data Fields

int fd
 
char * path
 
int flag
 
int mode
 

Detailed Description

Definition at line 1103 of file vfs_syscalls.c.

Field Documentation

◆ fd

int openat_args::fd

Definition at line 1104 of file vfs_syscalls.c.

Referenced by sys_openat(), and systrace_args().

◆ flag

int openat_args::flag

Definition at line 1106 of file vfs_syscalls.c.

Referenced by sys_openat(), and systrace_args().

◆ mode

int openat_args::mode

Definition at line 1107 of file vfs_syscalls.c.

Referenced by sys_openat(), and systrace_args().

◆ path

char* openat_args::path

Definition at line 1105 of file vfs_syscalls.c.

Referenced by sys_openat(), and systrace_args().


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