Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIORegistryEntry.h54 extern const OSSymbol * gIORegistryEntryIDKey;
/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp77 const OSSymbol * gIORegistryEntryIDKey; variable
168 gIORegistryEntryIDKey = OSSymbol::withCStringNoCopy( kIORegistryEntryIDKey ); in initialize()
H A DIOService.cpp6987 table->setObject( gIORegistryEntryIDKey, num ); in registryEntryIDMatching()
7822 num = OSDynamicCast( OSNumber, table->getObject( gIORegistryEntryIDKey )); in matchInternal()
H A DIOPMrootDomain.cpp11006 dict->setObject(gIORegistryEntryIDKey, deviceRegId.get());