FreeBSD kernel kern code
lchmod_args Struct Reference

Data Fields

char * path
 
int mode
 

Detailed Description

Definition at line 2918 of file vfs_syscalls.c.

Field Documentation

◆ mode

int lchmod_args::mode

Definition at line 2920 of file vfs_syscalls.c.

Referenced by sys_lchmod(), and systrace_args().

◆ path

char* lchmod_args::path

Definition at line 2919 of file vfs_syscalls.c.

Referenced by sys_lchmod(), and systrace_args().


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