Lines Matching refs:show_header
32 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()
280 show_header("slic",acpi->slic.address, &acpi->slic.header, config, item); in dump_slic()
301 show_header("boot",acpi->boot.address, &acpi->boot.header, config, item); in dump_boot()
321 show_header("madt",acpi->madt.address, &acpi->madt.header, config, item); in dump_madt()
341 show_header("ssdt",ssdt->address, &ssdt->header, config, item); in dump_ssdt()