Home
last modified time | relevance | path

Searched refs:LookupKeyInPropTable (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/tools/lldbmacros/
H A Dnvram.py24 nvram_vers = LookupKeyInPropTable(nvram_diags.fPropertyTable, "Version")
H A Dioreg.py358 print(GetObjectSummary(LookupKeyInPropTable(propertyTable, cmd_args[1])))
1374 interrupt_specifiers = LookupKeyInPropTable(entry.fPropertyTable, INTERRUPT_SPECIFIERS_PROPERTY)
1379 … interrupt_controllers = LookupKeyInPropTable(entry.fPropertyTable, INTERRUPT_CONTROLLERS_PROPERTY)
1384 msi_mode = LookupKeyInPropTable(entry.fPropertyTable, MSI_MODE_PROPERTY)
1454 base_vector = LookupKeyInPropTable(device.fPropertyTable, BASE_VECTOR_PROPERTY)
1456 base_vector = LookupKeyInPropTable(driver.fPropertyTable, BASE_VECTOR_PROPERTY)
1457 … device_name = LookupKeyInPropTable(device.fPropertyTable, INTERRUPT_CONTROLLER_NAME_PROPERTY)
1459 … device_name = LookupKeyInPropTable(driver.fPropertyTable, INTERRUPT_CONTROLLER_NAME_PROPERTY)
1516 def LookupKeyInPropTable(propertyTable, key_str): function
H A Dpci.py20 acpi_mmcfg_seg_prop = LookupKeyInPropTable(entry.fPropertyTable, "acpi-mmcfg-seg0")