Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp75 const OSSymbol * gIONameKey; variable
166 gIONameKey = OSSymbol::withCStringNoCopy( "IOName" ); in initialize()
173 assert( ok && gIONameKey && gIOLocationKey ); in initialize()
335 if ((prop = OSDynamicCast( OSString, getProperty( gIONameKey)))) { in init()
377 fRegistryTable->setObject(gIONameKey, old->fRegistryTable->getObject(gIONameKey)); in init()
1017 sym = (OSSymbol *) registryTable()->getObject( gIONameKey ); in getName()
1039 sym = (OSSymbol *) registryTable()->getObject( gIONameKey ); in copyName()
1098 key = gIONameKey; in setName()
H A DIOPMrootDomain.cpp11005 dict->setObject(gIONameKey, deviceName.get());
/xnu-11215/tools/lldbmacros/
H A Dioreg.py169 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
797 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
844 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
1008 result = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIONameKey)
1593 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
1643 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
/xnu-11215/iokit/IOKit/
H A DIORegistryEntry.h52 extern const OSSymbol * gIONameKey;