FreeBSD kernel kern code
faccessat_args Struct Reference

Data Fields

int dirfd
 
char * path
 
int amode
 
int flag
 

Detailed Description

Definition at line 2104 of file vfs_syscalls.c.

Field Documentation

◆ amode

int faccessat_args::amode

Definition at line 2107 of file vfs_syscalls.c.

Referenced by systrace_args().

◆ dirfd

int faccessat_args::dirfd

Definition at line 2105 of file vfs_syscalls.c.

◆ flag

int faccessat_args::flag

Definition at line 2108 of file vfs_syscalls.c.

Referenced by systrace_args().

◆ path

char* faccessat_args::path

Definition at line 2106 of file vfs_syscalls.c.

Referenced by systrace_args().


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