Searched defs:extattr_delete_fd_args (Results 1 – 2 of 2) sorted by relevance
568 struct extattr_delete_fd_args { struct575 sys_extattr_delete_fd(struct thread *td, struct extattr_delete_fd_args *uap) in sys_extattr_delete_fd() argument
967 struct extattr_delete_fd_args { struct968 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];969 char attrnamespace_l_[PADL_(int)]; int attrnamespace; char attrnamespace_r_[PADR_(int)];970 …har attrname_l_[PADL_(const char *)]; const char * attrname; char attrname_r_[PADR_(const char *)];