Searched refs:mac_iokit_check_get_property (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/security/ |
| H A D | mac_iokit.c | 104 mac_iokit_check_get_property(kauth_cred_t cred, io_object_t registry_entry, const char *name) in mac_iokit_check_get_property() function
|
| H A D | mac_framework.h | 218 int mac_iokit_check_get_property(kauth_cred_t cred, io_object_t registry_entry, const char *nam…
|
| /xnu-12377.81.4/iokit/Kernel/ |
| H A D | IOUserClient.cpp | 3703 if (0 != mac_iokit_check_get_property(kauth_cred_get(), entry, property_name)) { in is_io_registry_entry_get_property_bytes() 3771 if (0 != mac_iokit_check_get_property(kauth_cred_get(), entry, property_name)) { in is_io_registry_entry_get_property() 3818 if (0 != mac_iokit_check_get_property(kauth_cred_get(), entry, property_name)) { in is_io_registry_entry_get_property_recursively() 3880 if (0 != mac_iokit_check_get_property(ref->cred, ref->entry, name->getCStringNoCopy())) { in GetPropertiesEditor() 4008 if (0 != mac_iokit_check_get_property(kauth_cred_get(), entry, property_name)) { in is_io_registry_entry_get_property_bin_buf() 4030 …if (currentObj != NULL && 0 != mac_iokit_check_get_property(kauth_cred_get(), entry, property_name… in is_io_registry_entry_get_property_bin_buf()
|