FreeBSD kernel kern code
fchown_args Struct Reference

Data Fields

int fd
 
int uid
 
int gid
 

Detailed Description

Definition at line 3167 of file vfs_syscalls.c.

Field Documentation

int fchown_args::fd

Definition at line 3168 of file vfs_syscalls.c.

Referenced by systrace_args().

int fchown_args::gid

Definition at line 3170 of file vfs_syscalls.c.

Referenced by systrace_args().

int fchown_args::uid

Definition at line 3169 of file vfs_syscalls.c.

Referenced by systrace_args().


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