Searched refs:compatProperties (Results 1 – 1 of 1) sorted by relevance
3512 OSObject * compatProperties; in IOCopyPropertyCompatible() local3520 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() local3784 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 …]