Searched refs:kauth_null_guid (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.1.9/bsd/kern/ |
| H A D | kern_authorization.c | 1044 fsp->fsec_owner = kauth_null_guid; in kauth_filesec_alloc() 1045 fsp->fsec_group = kauth_null_guid; in kauth_filesec_alloc()
|
| H A D | kern_credential.c | 1740 guid_t kauth_null_guid; variable
|
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | kpi_vfs.c | 2855 VATTR_RETURN(vap, va_uuuid, kauth_null_guid); in vnode_getattr() 2856 VATTR_RETURN(vap, va_guuid, kauth_null_guid); in vnode_getattr() 2899 !kauth_guid_equal(&vap->va_uuuid, &kauth_null_guid)) { in vnode_getattr() 2906 !kauth_guid_equal(&vap->va_guuid, &kauth_null_guid)) { in vnode_getattr() 3267 fsec->fsec_owner = kauth_null_guid; in vnode_setattr_fallback() 3268 fsec->fsec_group = kauth_null_guid; in vnode_setattr_fallback() 3302 kauth_guid_equal(&fsec->fsec_owner, &kauth_null_guid) && in vnode_setattr_fallback() 3303 kauth_guid_equal(&fsec->fsec_group, &kauth_null_guid)) { in vnode_setattr_fallback()
|
| H A D | vfs_attrlist.c | 1475 ATTR_PACK(&ab, kauth_null_guid); in getvolattrlist() 1478 ATTR_PACK(&ab, kauth_null_guid); in getvolattrlist() 2058 fsec.fsec_owner = kauth_null_guid; in attr_pack_common() 2059 fsec.fsec_group = kauth_null_guid; in attr_pack_common() 2071 ATTR_PACK(abp, kauth_null_guid); in attr_pack_common() 2079 ATTR_PACK(abp, kauth_null_guid); in attr_pack_common()
|
| H A D | vfs_vnops.c | 1656 fsec->fsec_owner = kauth_null_guid; in vn_stat_noauth() 1661 fsec->fsec_group = kauth_null_guid; in vn_stat_noauth()
|
| H A D | vfs_subr.c | 11181 if (kauth_guid_equal(&ova.va_uuuid, &kauth_null_guid) && in vnode_authattr() 11206 !kauth_guid_equal(&vap->va_uuuid, &kauth_null_guid)) { in vnode_authattr() 11230 if (kauth_guid_equal(&ova.va_guuid, &kauth_null_guid) && in vnode_authattr() 11250 if (kauth_guid_equal(&vap->va_guuid, &kauth_null_guid)) { in vnode_authattr()
|
| /xnu-12377.1.9/bsd/sys/ |
| H A D | kauth.h | 847 extern guid_t kauth_null_guid;
|