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

/systemd/src/shared/
H A Dacpi-fpdt.c69 struct acpi_fpdt_boot { struct
90 struct acpi_fpdt_boot brec;
136 if (hbrec.length < sizeof(struct acpi_fpdt_boot_header) + sizeof(struct acpi_fpdt_boot))
139 l = pread(fd, &brec, sizeof(struct acpi_fpdt_boot), ptr + sizeof(struct acpi_fpdt_boot_header));
140 if (l != sizeof(struct acpi_fpdt_boot))
143 if (brec.length != sizeof(struct acpi_fpdt_boot))

Completed in 10 milliseconds