Searched defs:lchmod_args (Results 1 – 2 of 2) sorted by relevance
3031 struct lchmod_args { struct3037 sys_lchmod(struct thread *td, struct lchmod_args *uap) in sys_lchmod() argument
699 struct lchmod_args { struct700 char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)];701 char mode_l_[PADL_(mode_t)]; mode_t mode; char mode_r_[PADR_(mode_t)];