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)
749 childArray = LookupKeyInOSDict(registryTable, childKey)
774 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
776 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
778 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
796 childArray = LookupKeyInOSDict(registryTable, childKey)
821 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
823 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
825 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
839 childArray = LookupKeyInOSDict(registryTable, childKey)
952 result = LookupKeyInOSDict(entry.fPropertyTable, kern.globals.gIOClassKey)
981 result = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIOServicePlane.nameKey)
987 result = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIONameKey)
993 result = LookupKeyInOSDict(entry.fPropertyTable, kern.globals.gIOClassKey)
1018 sym = LookupKeyInOSDict(entry.fRegistryTable, plane.pathLocationKey)
1022 sym = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIOLocationKey)
1111 child_array = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIOServicePlane.keys[1])
1180 parent_array = LookupKeyInOSDict(entry.fRegistryTable, parent_key)
1335 def LookupKeyInOSDict(osdict, key, comparer = None): function
1577 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
1579 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
1581 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
1627 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
1629 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
1631 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
1664 return LookupKeyInOSDict(kern.globals.gIORegistryPlanes, plane_name, CompareStringToOSSymbol)
1700 mm_preoslog = LookupKeyInOSDict(memory_map.fPropertyTable, "preoslog", CompareStringToOSSymbol)
1864 mm_entry = LookupKeyInOSDict(memory_map.fPropertyTable, names, CompareStringToOSSymbol)
1873 mm_entry = LookupKeyInOSDict(memory_map.fPropertyTable, ids, CompareStringToOSSymbol)