Home
last modified time | relevance | path

Searched refs:removexattr (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dxattr.h96 int removexattr(const char *path, const char *name, int options);
/xnu-8019.80.24/bsd/man/man2/
H A DMakefile172 removexattr.2 \
/xnu-8019.80.24/bsd/vfs/
H A Dkpi_vfs.c5849 DTRACE_FSINFO(removexattr, vnode_t, vp); in VNOP_REMOVEXATTR()
H A Dvfs_syscalls.c12419 removexattr(proc_t p, struct removexattr_args *uap, int *retval) in removexattr() function