Home
last modified time | relevance | path

Searched defs:extattr_delete_fd_args (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_extattr.c568 struct extattr_delete_fd_args { struct
575 sys_extattr_delete_fd(struct thread *td, struct extattr_delete_fd_args *uap) in sys_extattr_delete_fd() argument
/freebsd/sys/sys/
H A Dsysproto.h967 struct extattr_delete_fd_args { struct
968 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 *)];