FreeBSD kernel kern code
fchmodat_args Struct Reference

Data Fields

int dirfd
 
char * path
 
mode_t mode
 
int flag
 

Detailed Description

Definition at line 2899 of file vfs_syscalls.c.

Field Documentation

◆ dirfd

int fchmodat_args::dirfd

Definition at line 2900 of file vfs_syscalls.c.

◆ flag

int fchmodat_args::flag

Definition at line 2903 of file vfs_syscalls.c.

Referenced by systrace_args().

◆ mode

mode_t fchmodat_args::mode

Definition at line 2902 of file vfs_syscalls.c.

Referenced by systrace_args().

◆ path

char* fchmodat_args::path

Definition at line 2901 of file vfs_syscalls.c.

Referenced by systrace_args().


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