Searched defs:chmod_args (Results 1 – 2 of 2) sorted by relevance
2944 struct chmod_args { struct2950 sys_chmod(struct thread *td, struct chmod_args *uap) in sys_chmod() argument
79 struct chmod_args { struct80 char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)];81 char mode_l_[PADL_(mode_t)]; mode_t mode; char mode_r_[PADR_(mode_t)];