Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp550 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()
H A DIOUserClient.cpp3616 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()
H A DIOService.cpp148 const OSSymbol * gIOUserServicePropertiesKey; variable
529 gIOUserServicePropertiesKey = OSSymbol::withCStringNoCopy(kIOUserServicePropertiesKey); in initialize()
7629 matchProps->merge((const OSDictionary *)matchProps->getObject(gIOUserServicePropertiesKey)); in _copyPropertiesForMatching()
/xnu-11215/iokit/IOKit/
H A DIOService.h181 extern const OSSymbol * gIOUserServicePropertiesKey;