FreeBSD kernel kern code
lchown_args Struct Reference

Data Fields

char * path
 
int uid
 
int gid
 

Detailed Description

Definition at line 3071 of file vfs_syscalls.c.

Field Documentation

◆ gid

int lchown_args::gid

Definition at line 3074 of file vfs_syscalls.c.

Referenced by sys_lchown(), and systrace_args().

◆ path

char* lchown_args::path

Definition at line 3072 of file vfs_syscalls.c.

Referenced by sys_lchown(), and systrace_args().

◆ uid

int lchown_args::uid

Definition at line 3073 of file vfs_syscalls.c.

Referenced by sys_lchown(), and systrace_args().


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