Searched refs:LookupKeyInOSDict (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/tools/lldbmacros/ |
| H A D | ioreg.py | 169 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey) 171 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey) 771 childArray = LookupKeyInOSDict(registryTable, childKey) 797 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey) 799 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey) 818 childArray = LookupKeyInOSDict(registryTable, childKey) 844 name = LookupKeyInOSDict(registryTable, kern.globals.gIONameKey) 861 childArray = LookupKeyInOSDict(registryTable, childKey) 1039 sym = LookupKeyInOSDict(entry.fRegistryTable, plane.pathLocationKey) 1201 parent_array = LookupKeyInOSDict(entry.fRegistryTable, parent_key) [all …]
|