Searched refs:kauth_null_guid (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215.1.10/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 | 1740 guid_t kauth_null_guid; variable
|
| /xnu-11215.1.10/bsd/vfs/ |
| H A D | kpi_vfs.c | 2805 VATTR_RETURN(vap, va_uuuid, kauth_null_guid); in vnode_getattr() 2806 VATTR_RETURN(vap, va_guuid, kauth_null_guid); in vnode_getattr() 2849 !kauth_guid_equal(&vap->va_uuuid, &kauth_null_guid)) { in vnode_getattr() 2856 !kauth_guid_equal(&vap->va_guuid, &kauth_null_guid)) { in vnode_getattr() 3212 fsec->fsec_owner = kauth_null_guid; in vnode_setattr_fallback() 3213 fsec->fsec_group = kauth_null_guid; in vnode_setattr_fallback() 3247 kauth_guid_equal(&fsec->fsec_owner, &kauth_null_guid) && in vnode_setattr_fallback() 3248 kauth_guid_equal(&fsec->fsec_group, &kauth_null_guid)) { in vnode_setattr_fallback()
|
| H A D | vfs_attrlist.c | 1416 ATTR_PACK(&ab, kauth_null_guid); in getvolattrlist() 1419 ATTR_PACK(&ab, kauth_null_guid); in getvolattrlist() 1989 fsec.fsec_owner = kauth_null_guid; in attr_pack_common() 1990 fsec.fsec_group = kauth_null_guid; in attr_pack_common() 2002 ATTR_PACK(abp, kauth_null_guid); in attr_pack_common() 2010 ATTR_PACK(abp, kauth_null_guid); in attr_pack_common()
|
| H A D | vfs_vnops.c | 1608 fsec->fsec_owner = kauth_null_guid; in vn_stat_noauth() 1613 fsec->fsec_group = kauth_null_guid; in vn_stat_noauth()
|
| H A D | vfs_subr.c | 10938 if (kauth_guid_equal(&ova.va_uuuid, &kauth_null_guid) && in vnode_authattr() 10963 !kauth_guid_equal(&vap->va_uuuid, &kauth_null_guid)) { in vnode_authattr() 10987 if (kauth_guid_equal(&ova.va_guuid, &kauth_null_guid) && in vnode_authattr() 11007 if (kauth_guid_equal(&vap->va_guuid, &kauth_null_guid)) { in vnode_authattr()
|
| /xnu-11215.1.10/bsd/sys/ |
| H A D | kauth.h | 847 extern guid_t kauth_null_guid;
|