Searched refs:gIOUserServicePropertiesKey (Results 1 – 4 of 4) sorted by relevance
550 userProps = OSDynamicCast(OSDictionary, getProperty(gIOUserServicePropertiesKey)); in SetProperties_Impl()561 ok = setProperty(gIOUserServicePropertiesKey, userProps); in SetProperties_Impl()590 userProps = OSDynamicCast(OSDictionary, getProperty(gIOUserServicePropertiesKey)); in RemoveProperty_Impl()597 bool ok = setProperty(gIOUserServicePropertiesKey, userProps); in RemoveProperty_Impl()616 userProps = OSDynamicCast(OSDictionary, props->getObject(gIOUserServicePropertiesKey)); in CopyProperties_Local()619 props->removeObject(gIOUserServicePropertiesKey); in CopyProperties_Local()5322 …&& (userProps = OSDynamicCast(OSDictionary, provider->getProperty(gIOUserServicePropertiesKey)))) { in SearchProperty_Impl()
3616 compatProperties = regEntry->copyProperty(gIOUserServicePropertiesKey); in IOCopyPropertyCompatible()3880 compatProperties = entry->copyProperty(gIOUserServicePropertiesKey); in is_io_registry_entry_get_properties_bin_buf()3893 dict->removeObject(gIOUserServicePropertiesKey); in is_io_registry_entry_get_properties_bin_buf()
148 const OSSymbol * gIOUserServicePropertiesKey; variable529 gIOUserServicePropertiesKey = OSSymbol::withCStringNoCopy(kIOUserServicePropertiesKey); in initialize()7629 matchProps->merge((const OSDictionary *)matchProps->getObject(gIOUserServicePropertiesKey)); in _copyPropertiesForMatching()
181 extern const OSSymbol * gIOUserServicePropertiesKey;