Home
last modified time | relevance | path

Searched refs:show_header (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/com32/hdt/
Dhdt-cli-acpi.c38 static void show_header(void *address, s_acpi_description_header * h) in show_header() function
83 show_header(hardware->acpi.rsdt.address, in main_show_acpi()
87 show_header(hardware->acpi.xsdt.address, in main_show_acpi()
91 show_header(hardware->acpi.fadt.address, &hardware->acpi.fadt.header); in main_show_acpi()
94 show_header(hardware->acpi.dsdt.address, &hardware->acpi.dsdt.header); in main_show_acpi()
99 show_header(hardware->acpi.ssdt[i]->address, in main_show_acpi()
104 show_header(hardware->acpi.sbst.address, &hardware->acpi.sbst.header); in main_show_acpi()
107 show_header(hardware->acpi.ecdt.address, &hardware->acpi.ecdt.header); in main_show_acpi()
110 show_header(hardware->acpi.hpet.address, &hardware->acpi.hpet.header); in main_show_acpi()
113 show_header(hardware->acpi.tcpa.address, &hardware->acpi.tcpa.header); in main_show_acpi()
[all …]
Dhdt-dump-acpi.c32 void show_header(char *name, void *address, s_acpi_description_header *h, ZZJSON_CONFIG *config, ZZ… in show_header() function
100 show_header("rsdt",acpi->rsdt.address, &acpi->rsdt.header, config, item); in dump_rsdt()
120 show_header("xsdt",acpi->xsdt.address, &acpi->xsdt.header, config, item); in dump_xsdt()
140 show_header("fadt",acpi->fadt.address, &acpi->fadt.header, config, item); in dump_fadt()
160 show_header("dsdt",acpi->dsdt.address, &acpi->dsdt.header, config, item); in dump_dsdt()
180 show_header("sbst",acpi->sbst.address, &acpi->sbst.header, config, item); in dump_sbst()
200 show_header("ecdt",acpi->ecdt.address, &acpi->ecdt.header, config, item); in dump_ecdt()
220 show_header("hpet",acpi->hpet.address, &acpi->hpet.header, config, item); in dump_hpet()
240 show_header("tcpa",acpi->tcpa.address, &acpi->tcpa.header, config, item); in dump_tcpa()
260 show_header("mcfg",acpi->mcfg.address, &acpi->mcfg.header, config, item); in dump_mcfg()
[all …]
/external/nos/host/generic/citadel/updater/
Dupdater.cpp460 static void show_header(const uint8_t *ptr) in show_header() function
539 show_header(buffer.data()); in do_section()
558 show_header(image.data() + CHIP_RO_A_MEM_OFF); in do_file_section()
561 show_header(image.data() + CHIP_RO_B_MEM_OFF); in do_file_section()
564 show_header(image.data() + CHIP_RW_A_MEM_OFF); in do_file_section()
567 show_header(image.data() + CHIP_RW_B_MEM_OFF); in do_file_section()
/external/toybox/toys/posix/
Ddf.c55 static void show_header() in show_header() function
146 if (!TT.header_shown) show_header(); in show_mt()
/external/iproute2/misc/
Dss.c101 int show_header = 1; variable
4263 show_header = 0; in main()
4392 if (show_header) { in main()
4404 if (show_header) { in main()