Lines Matching refs:LookupKeyInOSDict
167 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
169 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
171 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
617 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
619 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
621 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
794 childArray = LookupKeyInOSDict(registryTable, childKey)
819 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
821 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
823 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
841 childArray = LookupKeyInOSDict(registryTable, childKey)
866 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
868 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
870 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
884 childArray = LookupKeyInOSDict(registryTable, childKey)
901 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
903 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
905 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
1111 result = LookupKeyInOSDict(entry.fPropertyTable, kern.globals.gIOClassKey)
1140 result = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIOServicePlane.nameKey)
1146 result = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIONameKey)
1152 result = LookupKeyInOSDict(entry.fPropertyTable, kern.globals.gIOClassKey)
1177 sym = LookupKeyInOSDict(entry.fRegistryTable, plane.pathLocationKey)
1181 sym = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIOLocationKey)
1270 child_array = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIOServicePlane.keys[1])
1339 parent_array = LookupKeyInOSDict(entry.fRegistryTable, parent_key)
1494 def LookupKeyInOSDict(osdict, key, comparer = None): function
1736 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
1738 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
1740 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
1786 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
1788 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
1790 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
1823 return LookupKeyInOSDict(kern.globals.gIORegistryPlanes, plane_name, CompareStringToOSSymbol)
1859 mm_preoslog = LookupKeyInOSDict(memory_map.fPropertyTable, "preoslog", CompareStringToOSSymbol)
2023 mm_entry = LookupKeyInOSDict(memory_map.fPropertyTable, names, CompareStringToOSSymbol)
2032 mm_entry = LookupKeyInOSDict(memory_map.fPropertyTable, ids, CompareStringToOSSymbol)