Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/IOKit/
H A DIOService.h177 extern const OSSymbol * gIOSupportedPropertiesKey;
/xnu-8019.80.24/iokit/Kernel/
H A DIOService.cpp144 const OSSymbol * gIOSupportedPropertiesKey; variable
503 gIOSupportedPropertiesKey = OSSymbol::withCStringNoCopy(kIOSupportedPropertiesKey); in initialize()
H A DIOUserServer.cpp4628 obj = provider->copyProperty(gIOSupportedPropertiesKey); in CopyProviderProperties_Impl()