Lines Matching refs:propertyTable
173 propertyTable = entry.fPropertyTable
179 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
374 propertyTable = entry.fPropertyTable
375 print(GetObjectSummary(LookupKeyInPropTable(propertyTable, cmd_args[1])))
760 propertyTable = entry.fPropertyTable
766 print(GetRegDictionary(propertyTable, prefix + " | "))
793 propertyTable = entry.fPropertyTable
801 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
840 propertyTable = entry.fPropertyTable
848 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
1377 def LookupKeyInPropTable(propertyTable, key_str): argument
1382 if not propertyTable:
1384 count = unsigned(propertyTable.count)
1388 if key_str == str(propertyTable.dictionary[idx].key.string):
1389 result = propertyTable.dictionary[idx].value
1591 propertyTable = nub.fPropertyTable
1597 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
1641 propertyTable = nub.fPropertyTable
1647 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)