Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_syscalls.c2976 struct fchmod_args { struct
2982 sys_fchmod(struct thread *td, struct fchmod_args *uap) in sys_fchmod() argument
/freebsd/sys/sys/
H A Dsysproto.h397 struct fchmod_args { struct
398 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
399 char mode_l_[PADL_(mode_t)]; mode_t mode; char mode_r_[PADR_(mode_t)];