Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dacpi-fpdt.c66 struct acpi_table_header *tbl; in acpi_get_boot_usec() local
82 tbl = (struct acpi_table_header *)buf; in acpi_get_boot_usec()
83 if (l != tbl->length) in acpi_get_boot_usec()
86 if (memcmp(tbl->signature, "FPDT", 4) != 0) in acpi_get_boot_usec()