Searched refs:gIONameKey (Results 1 – 4 of 4) sorted by relevance
75 const OSSymbol * gIONameKey; variable166 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()
11005 dict->setObject(gIONameKey, deviceName.get());
169 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)
52 extern const OSSymbol * gIONameKey;