Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_syscalls.c2890 struct fchmod_args { struct
2896 sys_fchmod(struct thread *td, struct fchmod_args *uap) in sys_fchmod() argument
/f-stack/freebsd/sys/
H A Dsysproto.h407 struct fchmod_args { struct
408 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
409 char mode_l_[PADL_(mode_t)]; mode_t mode; char mode_r_[PADR_(mode_t)];