Searched defs:fchmod_args (Results 1 – 2 of 2) sorted by relevance
3071 struct fchmod_args { struct3077 sys_fchmod(struct thread *td, struct fchmod_args *uap) in sys_fchmod() argument
389 struct fchmod_args { struct390 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];391 char mode_l_[PADL_(mode_t)]; mode_t mode; char mode_r_[PADR_(mode_t)];