Searched defs:fchmod_args (Results 1 – 2 of 2) sorted by relevance
2890 struct fchmod_args { struct2896 sys_fchmod(struct thread *td, struct fchmod_args *uap) in sys_fchmod() argument
407 struct fchmod_args { struct408 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)];