FreeBSD kernel kern code
fchmod_args Struct Reference

Data Fields

int fd
 
int mode
 

Detailed Description

Definition at line 2958 of file vfs_syscalls.c.

Field Documentation

◆ fd

int fchmod_args::fd

Definition at line 2959 of file vfs_syscalls.c.

Referenced by sys_fchmod(), and systrace_args().

◆ mode

int fchmod_args::mode

Definition at line 2960 of file vfs_syscalls.c.

Referenced by sys_fchmod(), and systrace_args().


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