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)
771 childArray = LookupKeyInOSDict(registryTable, childKey)
795 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
797 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
799 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
818 childArray = LookupKeyInOSDict(registryTable, childKey)
842 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
844 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
846 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
861 childArray = LookupKeyInOSDict(registryTable, childKey)
973 result = LookupKeyInOSDict(entry.fPropertyTable, kern.globals.gIOClassKey)
1002 result = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIOServicePlane.nameKey)
1008 result = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIONameKey)
1014 result = LookupKeyInOSDict(entry.fPropertyTable, kern.globals.gIOClassKey)
1039 sym = LookupKeyInOSDict(entry.fRegistryTable, plane.pathLocationKey)
1043 sym = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIOLocationKey)
1132 child_array = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIOServicePlane.keys[1])
1201 parent_array = LookupKeyInOSDict(entry.fRegistryTable, parent_key)
1356 def LookupKeyInOSDict(osdict, key, comparer = None): function
1591 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
1593 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
1595 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
1641 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
1643 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
1645 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
1678 return LookupKeyInOSDict(kern.globals.gIORegistryPlanes, plane_name, CompareStringToOSSymbol)
1714 mm_preoslog = LookupKeyInOSDict(memory_map.fPropertyTable, "preoslog", CompareStringToOSSymbol)
1880 mm_entry = LookupKeyInOSDict(memory_map.fPropertyTable, names, CompareStringToOSSymbol)
1889 mm_entry = LookupKeyInOSDict(memory_map.fPropertyTable, ids, CompareStringToOSSymbol)