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