Searched refs:mac_iokit_check_get_property (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/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 | 213 int mac_iokit_check_get_property(kauth_cred_t cred, io_object_t registry_entry, const char *nam…
|
| /xnu-8019.80.24/iokit/Kernel/ |
| H A D | IOUserClient.cpp | 3560 if (0 != mac_iokit_check_get_property(kauth_cred_get(), entry, property_name)) { in is_io_registry_entry_get_property_bytes() 3628 if (0 != mac_iokit_check_get_property(kauth_cred_get(), entry, property_name)) { in is_io_registry_entry_get_property() 3675 if (0 != mac_iokit_check_get_property(kauth_cred_get(), entry, property_name)) { in is_io_registry_entry_get_property_recursively() 3737 if (0 != mac_iokit_check_get_property(ref->cred, ref->entry, name->getCStringNoCopy())) { in GetPropertiesEditor() 3865 if (0 != mac_iokit_check_get_property(kauth_cred_get(), entry, property_name)) { in is_io_registry_entry_get_property_bin_buf() 3887 …if (currentObj != NULL && 0 != mac_iokit_check_get_property(kauth_cred_get(), entry, property_name… in is_io_registry_entry_get_property_bin_buf()
|