Lines Matching refs:propertyTable
165 propertyTable = entry.fPropertyTable
171 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
366 propertyTable = entry.fPropertyTable
367 print(GetObjectSummary(LookupKeyInPropTable(propertyTable, cmd_args[1])))
758 propertyTable = entry.fPropertyTable
764 print(GetRegDictionary(propertyTable, prefix + " | "))
791 propertyTable = entry.fPropertyTable
799 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
838 propertyTable = entry.fPropertyTable
846 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
1375 def LookupKeyInPropTable(propertyTable, key_str): argument
1380 if not propertyTable:
1382 count = unsigned(propertyTable.count)
1386 if key_str == str(propertyTable.dictionary[idx].key.string):
1387 result = propertyTable.dictionary[idx].value
1589 propertyTable = nub.fPropertyTable
1595 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
1639 propertyTable = nub.fPropertyTable
1645 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)