Lines Matching refs:LookupKeyInOSDict
137 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
139 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
141 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
735 childArray = LookupKeyInOSDict(registryTable, childKey)
759 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
761 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
763 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
782 childArray = LookupKeyInOSDict(registryTable, childKey)
806 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
808 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
810 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
825 childArray = LookupKeyInOSDict(registryTable, childKey)
937 result = LookupKeyInOSDict(entry.fPropertyTable, kern.globals.gIOClassKey)
966 result = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIOServicePlane.nameKey)
972 result = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIONameKey)
978 result = LookupKeyInOSDict(entry.fPropertyTable, kern.globals.gIOClassKey)
1003 sym = LookupKeyInOSDict(entry.fRegistryTable, plane.pathLocationKey)
1007 sym = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIOLocationKey)
1103 child_array = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIOServicePlane.keys[1])
1172 parent_array = LookupKeyInOSDict(entry.fRegistryTable, parent_key)
1327 def LookupKeyInOSDict(osdict, key, comparer = None): function
1566 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
1568 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
1570 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
1616 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
1618 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
1620 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
1653 return LookupKeyInOSDict(kern.globals.gIORegistryPlanes, plane_name, CompareStringToOSSymbol)
1689 mm_preoslog = LookupKeyInOSDict(memory_map.fPropertyTable, "preoslog", CompareStringToOSSymbol)