FreeBSD kernel kern code
lchown_args Struct Reference

Data Fields

char * path
 
int uid
 
int gid
 

Detailed Description

Definition at line 3135 of file vfs_syscalls.c.

Field Documentation

int lchown_args::gid

Definition at line 3138 of file vfs_syscalls.c.

Referenced by systrace_args().

char* lchown_args::path

Definition at line 3136 of file vfs_syscalls.c.

Referenced by systrace_args().

int lchown_args::uid

Definition at line 3137 of file vfs_syscalls.c.

Referenced by systrace_args().


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