Lines Matching refs:propertyTable
143 propertyTable = entry.fPropertyTable
149 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
344 propertyTable = entry.fPropertyTable
345 print(GetObjectSummary(LookupKeyInPropTable(propertyTable, cmd_args[1])))
730 propertyTable = entry.fPropertyTable
736 print(GetRegDictionary(propertyTable, prefix + " | "))
763 propertyTable = entry.fPropertyTable
771 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
810 propertyTable = entry.fPropertyTable
818 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
1358 def LookupKeyInPropTable(propertyTable, key_str): argument
1363 if not propertyTable:
1365 count = unsigned(propertyTable.count)
1369 if key_str == str(propertyTable.dictionary[idx].key.string):
1370 result = propertyTable.dictionary[idx].value
1572 propertyTable = nub.fPropertyTable
1578 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
1622 propertyTable = nub.fPropertyTable
1628 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)