FreeBSD kernel kern code
chmod_args Struct Reference

Data Fields

char * path
 
int mode
 

Detailed Description

Definition at line 2885 of file vfs_syscalls.c.

Field Documentation

◆ mode

int chmod_args::mode

Definition at line 2887 of file vfs_syscalls.c.

Referenced by sys_chmod(), and systrace_args().

◆ path

char* chmod_args::path

Definition at line 2886 of file vfs_syscalls.c.

Referenced by sys_chmod(), and systrace_args().


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