Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/IOKit/
H A DIORegistryEntry.h54 extern const OSSymbol * gIORegistryEntryIDKey;
/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp76 const OSSymbol * gIORegistryEntryIDKey; variable
168 gIORegistryEntryIDKey = OSSymbol::withCStringNoCopy( kIORegistryEntryIDKey ); in initialize()
H A DIOService.cpp6696 table->setObject( gIORegistryEntryIDKey, num ); in registryEntryIDMatching()
7513 num = OSDynamicCast( OSNumber, table->getObject( gIORegistryEntryIDKey )); in matchInternal()
H A DIOPMrootDomain.cpp10701 dict->setObject(gIORegistryEntryIDKey, deviceRegId.get()); in claimSystemWakeEvent()