FreeBSD kernel kern code
chown_args Struct Reference

Data Fields

char * path
 
int uid
 
int gid
 

Detailed Description

Definition at line 3012 of file vfs_syscalls.c.

Field Documentation

◆ gid

int chown_args::gid

Definition at line 3015 of file vfs_syscalls.c.

Referenced by sys_chown(), and systrace_args().

◆ path

char* chown_args::path

Definition at line 3013 of file vfs_syscalls.c.

Referenced by sys_chown(), and systrace_args().

◆ uid

int chown_args::uid

Definition at line 3014 of file vfs_syscalls.c.

Referenced by sys_chown(), and systrace_args().


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