FreeBSD kernel kern code
faccessat_args Struct Reference

Data Fields

int dirfd
 
char * path
 
int mode
 
int flag
 

Detailed Description

Definition at line 2167 of file vfs_syscalls.c.

Field Documentation

int faccessat_args::dirfd

Definition at line 2168 of file vfs_syscalls.c.

int faccessat_args::flag

Definition at line 2171 of file vfs_syscalls.c.

Referenced by sys_faccessat(), and systrace_args().

int faccessat_args::mode

Definition at line 2170 of file vfs_syscalls.c.

Referenced by sys_faccessat(), and systrace_args().

char* faccessat_args::path

Definition at line 2169 of file vfs_syscalls.c.

Referenced by sys_faccessat(), and systrace_args().


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