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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h44 extern const OSSymbol * gIOLocationKey;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp67 const OSSymbol * gIOLocationKey; variable
153 gIOLocationKey = OSSymbol::withCStringNoCopy( "IOLocation" );
155 assert( ok && gIONameKey && gIOLocationKey );
720 sym = (OSSymbol *) registryTable()->getObject( gIOLocationKey );
777 key = gIOLocationKey;

Completed in 79 milliseconds