Searched refs:acpi_fpdt_header (Results 1 - 1 of 1) sorted by relevance

/systemd/src/shared/
H A Dacpi-fpdt.c50 struct acpi_fpdt_header { struct
85 struct acpi_fpdt_header *rec;
96 if (l < sizeof(struct acpi_table_header) + sizeof(struct acpi_fpdt_header))
107 for (rec = (struct acpi_fpdt_header *)(buf + sizeof(struct acpi_table_header));
109 rec = (struct acpi_fpdt_header *)((char *)rec + rec->length)) {
114 if (rec->length != sizeof(struct acpi_fpdt_header))

Completed in 57 milliseconds