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

/netbsd-6-1-5-RELEASE/sys/dev/acpi/
H A Dacpi_srat.c175 uint32_t srat_pos; local
181 srat_pos = sizeof(ACPI_TABLE_SRAT);
183 while (srat_pos < srat->Header.Length) {
184 subtable = (ACPI_SUBTABLE_HEADER *)((char *)srat + srat_pos);
185 srat_pos += subtable->Length;

Completed in 122 milliseconds