Searched refs:KAUTH_FILESEC_XATTR (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_xattr.c1215 if ((bcmp(ap->a_name, KAUTH_FILESEC_XATTR, sizeof(KAUTH_FILESEC_XATTR)) == 0)) {
1466 if ((bcmp(ap->a_name, KAUTH_FILESEC_XATTR, sizeof(KAUTH_FILESEC_XATTR)) == 0)) {
/darwin-on-arm/xnu/bsd/sys/
H A Dkauth.h453 #define KAUTH_FILESEC_XATTR "com.apple.system.Security" macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dkpi_vfs.c2204 * read of a named extended attribute (KAUTH_FILESEC_XATTR).
2250 if (vn_getxattr(vp, KAUTH_FILESEC_XATTR, NULL, &xsize, XATTR_NOSECURITY, ctx) != 0) {
2285 KAUTH_FILESEC_XATTR,
2347 * write to a named extended attribute (KAUTH_FILESEC_XATTR). The 'acl'
2400 KAUTH_FILESEC_XATTR,
2844 error = vn_removexattr(vp, KAUTH_FILESEC_XATTR, XATTR_NOSECURITY, ctx);

Completed in 39 milliseconds