Searched defs:acpi_table_header (Results 1 - 1 of 1) sorted by relevance

/systemd/src/shared/
H A Dacpi-fpdt.c33 struct acpi_table_header { struct
83 struct acpi_table_header *tbl;
96 if (l < sizeof(struct acpi_table_header) + sizeof(struct acpi_fpdt_header))
99 tbl = (struct acpi_table_header *)buf;
107 for (rec = (struct acpi_fpdt_header *)(buf + sizeof(struct acpi_table_header));

Completed in 10 milliseconds