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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp68 const OSSymbol * gIONameKey; variable
162 gIONameKey = OSSymbol::withCStringNoCopy( "IOName" );
166 assert( ok && gIONameKey && gIOLocationKey );
309 if( (prop = OSDynamicCast( OSString, getProperty( gIONameKey)))) {
723 sym = (OSSymbol *) registryTable()->getObject( gIONameKey );
741 sym = (OSSymbol *) registryTable()->getObject( gIONameKey );
791 key = gIONameKey;
/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h43 extern const OSSymbol * gIONameKey;

Completed in 24 milliseconds