Searched defs:tbl (Results 1 - 1 of 1) sorted by relevance
/systemd/src/shared/ | ||
H A D | acpi-fpdt.c | 83 struct acpi_table_header *tbl; local 99 tbl = (struct acpi_table_header *)buf; 100 if (l != tbl->length) 103 if (memcmp(tbl->signature, "FPDT", 4) != 0) |
Completed in 25 milliseconds