Searched refs:gIOLocationKey (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/iokit/IOKit/
H A DIORegistryEntry.h44 extern const OSSymbol * gIOLocationKey;
/xnu-2782.1.97/iokit/Kernel/
H A DIORegistryEntry.cpp69 const OSSymbol * gIOLocationKey; variable
163 gIOLocationKey = OSSymbol::withCStringNoCopy( "IOLocation" );
166 assert( ok && gIONameKey && gIOLocationKey );
761 sym = (OSSymbol *) registryTable()->getObject( gIOLocationKey );
818 key = gIOLocationKey;

Completed in 25 milliseconds