Home
last modified time | relevance | path

Searched refs:compatProperties (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/iokit/Kernel/
H A DIOUserClient.cpp3512 OSObject * compatProperties; in IOCopyPropertyCompatible() local
3520 compatProperties = regEntry->copyProperty(gIOUserServicePropertiesKey); in IOCopyPropertyCompatible()
3521 if (!compatProperties in IOCopyPropertyCompatible()
3523 compatProperties = regEntry->copyProperty(gIOCompatibilityPropertiesKey); in IOCopyPropertyCompatible()
3525 if (compatProperties) { in IOCopyPropertyCompatible()
3526 props = OSDynamicCast(OSDictionary, compatProperties); in IOCopyPropertyCompatible()
3533 compatProperties->release(); in IOCopyPropertyCompatible()
3760 OSObject * compatProperties; in is_io_registry_entry_get_properties_bin_buf() local
3784 compatProperties = entry->copyProperty(gIOUserServicePropertiesKey); in is_io_registry_entry_get_properties_bin_buf()
3785 if (!compatProperties in is_io_registry_entry_get_properties_bin_buf()
[all …]