FreeBSD kernel kern code
access_args Struct Reference

Data Fields

char * path
 
int amode
 

Detailed Description

Definition at line 2090 of file vfs_syscalls.c.

Field Documentation

◆ amode

int access_args::amode

Definition at line 2092 of file vfs_syscalls.c.

Referenced by sys_access(), and systrace_args().

◆ path

char* access_args::path

Definition at line 2091 of file vfs_syscalls.c.

Referenced by sys_access(), and systrace_args().


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