Searched refs:kauth_null_guid (Results 1 – 7 of 7) sorted by relevance
| /xnu-8792.61.2/bsd/kern/ |
| H A D | kern_authorization.c | 1072 fsp->fsec_owner = kauth_null_guid; in kauth_filesec_alloc() 1073 fsp->fsec_group = kauth_null_guid; in kauth_filesec_alloc()
|
| H A D | kern_credential.c | 1757 guid_t kauth_null_guid; variable
|
| /xnu-8792.61.2/bsd/vfs/ |
| H A D | kpi_vfs.c | 2739 VATTR_RETURN(vap, va_uuuid, kauth_null_guid); in vnode_getattr() 2740 VATTR_RETURN(vap, va_guuid, kauth_null_guid); in vnode_getattr() 2783 !kauth_guid_equal(&vap->va_uuuid, &kauth_null_guid)) { in vnode_getattr() 2790 !kauth_guid_equal(&vap->va_guuid, &kauth_null_guid)) { in vnode_getattr() 3146 fsec->fsec_owner = kauth_null_guid; in vnode_setattr_fallback() 3147 fsec->fsec_group = kauth_null_guid; in vnode_setattr_fallback() 3181 kauth_guid_equal(&fsec->fsec_owner, &kauth_null_guid) && in vnode_setattr_fallback() 3182 kauth_guid_equal(&fsec->fsec_group, &kauth_null_guid)) { in vnode_setattr_fallback()
|
| H A D | vfs_attrlist.c | 1404 ATTR_PACK(&ab, kauth_null_guid); in getvolattrlist() 1407 ATTR_PACK(&ab, kauth_null_guid); in getvolattrlist() 1956 fsec.fsec_owner = kauth_null_guid; in attr_pack_common() 1957 fsec.fsec_group = kauth_null_guid; in attr_pack_common() 1969 ATTR_PACK(abp, kauth_null_guid); in attr_pack_common() 1977 ATTR_PACK(abp, kauth_null_guid); in attr_pack_common()
|
| H A D | vfs_vnops.c | 1610 fsec->fsec_owner = kauth_null_guid; in vn_stat_noauth() 1615 fsec->fsec_group = kauth_null_guid; in vn_stat_noauth()
|
| H A D | vfs_subr.c | 10501 if (kauth_guid_equal(&ova.va_uuuid, &kauth_null_guid) && in vnode_authattr() 10526 !kauth_guid_equal(&vap->va_uuuid, &kauth_null_guid)) { in vnode_authattr() 10550 if (kauth_guid_equal(&ova.va_guuid, &kauth_null_guid) && in vnode_authattr() 10570 if (kauth_guid_equal(&vap->va_guuid, &kauth_null_guid)) { in vnode_authattr()
|
| /xnu-8792.61.2/bsd/sys/ |
| H A D | kauth.h | 229 extern guid_t kauth_null_guid;
|