FreeBSD kernel kern code
chown_args Struct Reference

Data Fields

char * path
 
int uid
 
int gid
 

Detailed Description

Definition at line 3060 of file vfs_syscalls.c.

Field Documentation

int chown_args::gid

Definition at line 3063 of file vfs_syscalls.c.

Referenced by systrace_args().

char* chown_args::path

Definition at line 3061 of file vfs_syscalls.c.

Referenced by systrace_args().

int chown_args::uid

Definition at line 3062 of file vfs_syscalls.c.

Referenced by systrace_args().


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