FreeBSD kernel kern code
fchmodat_args Struct Reference

Data Fields

int dirfd
 
char * path
 
mode_t mode
 
int flag
 

Detailed Description

Definition at line 2924 of file vfs_syscalls.c.

Field Documentation

int fchmodat_args::dirfd

Definition at line 2925 of file vfs_syscalls.c.

int fchmodat_args::flag

Definition at line 2928 of file vfs_syscalls.c.

Referenced by sys_fchmodat(), and systrace_args().

mode_t fchmodat_args::mode

Definition at line 2927 of file vfs_syscalls.c.

Referenced by sys_fchmodat(), and systrace_args().

char* fchmodat_args::path

Definition at line 2926 of file vfs_syscalls.c.

Referenced by sys_fchmodat(), and systrace_args().


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