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

/systemd/src/shared/
H A Dacpi-fpdt.c85 struct acpi_fpdt_header *rec; local
107 for (rec = (struct acpi_fpdt_header *)(buf + sizeof(struct acpi_table_header));
108 (char *)rec < buf + l;
109 rec = (struct acpi_fpdt_header *)((char *)rec + rec->length)) {
110 if (rec->length <= 0)
112 if (rec->type != ACPI_FPDT_TYPE_BOOT)
114 if (rec->length != sizeof(struct acpi_fpdt_header))
117 ptr = rec
[all...]

Completed in 15 milliseconds