Searched refs:kauth_null_guid (Results 1 – 7 of 7) sorted by relevance
| /xnu-11417.140.69/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-11417.140.69/bsd/vfs/ |
| H A D | kpi_vfs.c | 2837 VATTR_RETURN(vap, va_uuuid, kauth_null_guid); in vnode_getattr() 2838 VATTR_RETURN(vap, va_guuid, kauth_null_guid); in vnode_getattr() 2881 !kauth_guid_equal(&vap->va_uuuid, &kauth_null_guid)) { in vnode_getattr() 2888 !kauth_guid_equal(&vap->va_guuid, &kauth_null_guid)) { in vnode_getattr() 3249 fsec->fsec_owner = kauth_null_guid; in vnode_setattr_fallback() 3250 fsec->fsec_group = kauth_null_guid; in vnode_setattr_fallback() 3284 kauth_guid_equal(&fsec->fsec_owner, &kauth_null_guid) && in vnode_setattr_fallback() 3285 kauth_guid_equal(&fsec->fsec_group, &kauth_null_guid)) { in vnode_setattr_fallback()
|
| H A D | vfs_attrlist.c | 1467 ATTR_PACK(&ab, kauth_null_guid); in getvolattrlist() 1470 ATTR_PACK(&ab, kauth_null_guid); in getvolattrlist() 2048 fsec.fsec_owner = kauth_null_guid; in attr_pack_common() 2049 fsec.fsec_group = kauth_null_guid; in attr_pack_common() 2061 ATTR_PACK(abp, kauth_null_guid); in attr_pack_common() 2069 ATTR_PACK(abp, kauth_null_guid); in attr_pack_common()
|
| H A D | vfs_vnops.c | 1619 fsec->fsec_owner = kauth_null_guid; in vn_stat_noauth() 1624 fsec->fsec_group = kauth_null_guid; in vn_stat_noauth()
|
| H A D | vfs_subr.c | 11074 if (kauth_guid_equal(&ova.va_uuuid, &kauth_null_guid) && in vnode_authattr() 11099 !kauth_guid_equal(&vap->va_uuuid, &kauth_null_guid)) { in vnode_authattr() 11123 if (kauth_guid_equal(&ova.va_guuid, &kauth_null_guid) && in vnode_authattr() 11143 if (kauth_guid_equal(&vap->va_guuid, &kauth_null_guid)) { in vnode_authattr()
|
| /xnu-11417.140.69/bsd/sys/ |
| H A D | kauth.h | 847 extern guid_t kauth_null_guid;
|