Searched refs:PRINTFLAG (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/usr.sbin/acpitools/acpidump/ |
| H A D | acpi.c | 410 #define PRINTFLAG(var, flag) printflag((var), ACPI_HEST_## flag, #flag) in acpi_print_hest_aer_common() macro 413 PRINTFLAG(data->Flags, FIRMWARE_FIRST); in acpi_print_hest_aer_common() 414 PRINTFLAG(data->Flags, GLOBAL); in acpi_print_hest_aer_common() 415 PRINTFLAG(data->Flags, GHES_ASSIST); in acpi_print_hest_aer_common() 418 #undef PRINTFLAG in acpi_print_hest_aer_common() 490 #define PRINTFLAG(var, flag) printflag((var), ACPI_HEST_## flag, #flag) in acpi_print_hest_notify() macro 493 PRINTFLAG(notify->ConfigWriteEnable, TYPE); in acpi_print_hest_notify() 494 PRINTFLAG(notify->ConfigWriteEnable, POLL_INTERVAL); in acpi_print_hest_notify() 495 PRINTFLAG(notify->ConfigWriteEnable, POLL_THRESHOLD_VALUE); in acpi_print_hest_notify() 496 PRINTFLAG(notify->ConfigWriteEnable, POLL_THRESHOLD_WINDOW); in acpi_print_hest_notify() [all …]
|