Lines Matching refs:LookupKeyInOSDict

145     name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
147 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
149 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
743 childArray = LookupKeyInOSDict(registryTable, childKey)
767 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
769 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
771 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
790 childArray = LookupKeyInOSDict(registryTable, childKey)
814 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
816 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
818 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
833 childArray = LookupKeyInOSDict(registryTable, childKey)
945 result = LookupKeyInOSDict(entry.fPropertyTable, kern.globals.gIOClassKey)
974 result = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIOServicePlane.nameKey)
980 result = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIONameKey)
986 result = LookupKeyInOSDict(entry.fPropertyTable, kern.globals.gIOClassKey)
1011 sym = LookupKeyInOSDict(entry.fRegistryTable, plane.pathLocationKey)
1015 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
1574 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
1576 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
1578 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
1624 name = LookupKeyInOSDict(registryTable, kern.globals.gIOServicePlane.nameKey)
1626 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey)
1628 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
1661 return LookupKeyInOSDict(kern.globals.gIORegistryPlanes, plane_name, CompareStringToOSSymbol)
1697 mm_preoslog = LookupKeyInOSDict(memory_map.fPropertyTable, "preoslog", CompareStringToOSSymbol)