Home
last modified time | relevance | path

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

/xnu-10002.61.3/iokit/IOKit/
H A DIOService.h180 extern const OSSymbol * gIOSupportedPropertiesKey;
/xnu-10002.61.3/iokit/Kernel/
H A DIOService.cpp147 const OSSymbol * gIOSupportedPropertiesKey; variable
519 gIOSupportedPropertiesKey = OSSymbol::withCStringNoCopy(kIOSupportedPropertiesKey); in initialize()
H A DIOUserServer.cpp5264 obj = provider->copyProperty(gIOSupportedPropertiesKey); in CopyProviderProperties_Impl()