Home
last modified time | relevance | path

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

/xnu-8020.140.41/tools/lldbmacros/
H A Dioreg.py147 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
769 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
816 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
980 result = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIONameKey)
1576 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
1626 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp74 const OSSymbol * gIONameKey; variable
166 gIONameKey = OSSymbol::withCStringNoCopy( "IOName" ); in initialize()
171 assert( ok && gIONameKey && gIOLocationKey ); in initialize()
334 if ((prop = OSDynamicCast( OSString, getProperty( gIONameKey)))) { in init()
1002 sym = (OSSymbol *) registryTable()->getObject( gIONameKey ); in getName()
1024 sym = (OSSymbol *) registryTable()->getObject( gIONameKey ); in copyName()
1083 key = gIONameKey; in setName()
H A DIOPMrootDomain.cpp10700 dict->setObject(gIONameKey, deviceName.get()); in claimSystemWakeEvent()
/xnu-8020.140.41/iokit/IOKit/
H A DIORegistryEntry.h52 extern const OSSymbol * gIONameKey;