Home
last modified time | relevance | path

Searched defs:fchown_args (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_syscalls.c3020 struct fchown_args { struct
3027 sys_fchown(struct thread *td, struct fchown_args *uap) in sys_fchown() argument
/f-stack/freebsd/sys/
H A Dsysproto.h402 struct fchown_args { struct
403 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
404 char uid_l_[PADL_(int)]; int uid; char uid_r_[PADR_(int)];
405 char gid_l_[PADL_(int)]; int gid; char gid_r_[PADR_(int)];