Lines Matching refs:LookupKeyInOSDict
175 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
177 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
179 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
773 childArray = LookupKeyInOSDict(registryTable, childKey)
797 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
799 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
801 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
820 childArray = LookupKeyInOSDict(registryTable, childKey)
844 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
846 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
848 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
863 childArray = LookupKeyInOSDict(registryTable, childKey)
975 result = LookupKeyInOSDict(entry.fPropertyTable, kern.globals.gIOClassKey)
1004 result = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIOServicePlane.nameKey)
1010 result = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIONameKey)
1016 result = LookupKeyInOSDict(entry.fPropertyTable, kern.globals.gIOClassKey)
1041 sym = LookupKeyInOSDict(entry.fRegistryTable, plane.pathLocationKey)
1045 sym = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIOLocationKey)
1134 child_array = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIOServicePlane.keys[1])
1203 parent_array = LookupKeyInOSDict(entry.fRegistryTable, parent_key)
1358 def LookupKeyInOSDict(osdict, key, comparer = None): function
1593 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
1595 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
1597 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
1643 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
1645 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
1647 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
1680 return LookupKeyInOSDict(kern.globals.gIORegistryPlanes, plane_name, CompareStringToOSSymbol)
1716 mm_preoslog = LookupKeyInOSDict(memory_map.fPropertyTable, "preoslog", CompareStringToOSSymbol)