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

/systemd/src/shared/
H A Dacpi-fpdt.c90 struct acpi_fpdt_boot brec; local
139 l = pread(fd, &brec, sizeof(struct acpi_fpdt_boot), ptr + sizeof(struct acpi_fpdt_boot_header));
143 if (brec.length != sizeof(struct acpi_fpdt_boot))
146 if (brec.type != ACPI_FPDT_BOOT_REC)
149 if (brec.startup_start == 0 || brec.exit_services_exit < brec.startup_start)
151 if (brec.exit_services_exit > NSEC_PER_HOUR)
155 *loader_start = brec.startup_start / 1000;
157 *loader_exit = brec
[all...]

Completed in 22 milliseconds