FreeBSD kernel kern code
fchown_args Struct Reference

Data Fields

int fd
 
int uid
 
int gid
 

Detailed Description

Definition at line 3089 of file vfs_syscalls.c.

Field Documentation

◆ fd

int fchown_args::fd

Definition at line 3090 of file vfs_syscalls.c.

Referenced by sys_fchown(), and systrace_args().

◆ gid

int fchown_args::gid

Definition at line 3092 of file vfs_syscalls.c.

Referenced by sys_fchown(), and systrace_args().

◆ uid

int fchown_args::uid

Definition at line 3091 of file vfs_syscalls.c.

Referenced by sys_fchown(), and systrace_args().


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