Searched refs:kauth_null_guid (Results 1 – 7 of 7) sorted by relevance
| /xnu-10002.41.9/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 | 1741 guid_t kauth_null_guid; variable
|
| /xnu-10002.41.9/bsd/vfs/ |
| H A D | kpi_vfs.c | 2763 VATTR_RETURN(vap, va_uuuid, kauth_null_guid); in vnode_getattr() 2764 VATTR_RETURN(vap, va_guuid, kauth_null_guid); in vnode_getattr() 2807 !kauth_guid_equal(&vap->va_uuuid, &kauth_null_guid)) { in vnode_getattr() 2814 !kauth_guid_equal(&vap->va_guuid, &kauth_null_guid)) { in vnode_getattr() 3170 fsec->fsec_owner = kauth_null_guid; in vnode_setattr_fallback() 3171 fsec->fsec_group = kauth_null_guid; in vnode_setattr_fallback() 3205 kauth_guid_equal(&fsec->fsec_owner, &kauth_null_guid) && in vnode_setattr_fallback() 3206 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 | 1594 fsec->fsec_owner = kauth_null_guid; in vn_stat_noauth() 1599 fsec->fsec_group = kauth_null_guid; in vn_stat_noauth()
|
| H A D | vfs_subr.c | 10828 if (kauth_guid_equal(&ova.va_uuuid, &kauth_null_guid) && in vnode_authattr() 10853 !kauth_guid_equal(&vap->va_uuuid, &kauth_null_guid)) { in vnode_authattr() 10877 if (kauth_guid_equal(&ova.va_guuid, &kauth_null_guid) && in vnode_authattr() 10897 if (kauth_guid_equal(&vap->va_guuid, &kauth_null_guid)) { in vnode_authattr()
|
| /xnu-10002.41.9/bsd/sys/ |
| H A D | kauth.h | 763 extern guid_t kauth_null_guid;
|