FreeBSD kernel kern code
open_args Struct Reference

Data Fields

char * path
 
int flags
 
int mode
 

Detailed Description

Definition at line 1088 of file vfs_syscalls.c.

Field Documentation

◆ flags

int open_args::flags

Definition at line 1090 of file vfs_syscalls.c.

Referenced by sys_open(), and systrace_args().

◆ mode

int open_args::mode

Definition at line 1091 of file vfs_syscalls.c.

Referenced by sys_open(), and systrace_args().

◆ path

char* open_args::path

Definition at line 1089 of file vfs_syscalls.c.

Referenced by sys_open(), and systrace_args().


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