table_offsets     671 dev/acpi/acpi.c 		    sizeof(xsdt->table_offsets[0]);
table_offsets     674 dev/acpi/acpi.c 			acpi_map(xsdt->table_offsets[i], sizeof(*hdr), &handle);
table_offsets     676 dev/acpi/acpi.c 			acpi_load_table(xsdt->table_offsets[i], hdr->length,
table_offsets     698 dev/acpi/acpi.c 		    sizeof(rsdt->table_offsets[0]);
table_offsets     701 dev/acpi/acpi.c 			acpi_map(rsdt->table_offsets[i], sizeof(*hdr), &handle);
table_offsets     703 dev/acpi/acpi.c 			acpi_load_table(rsdt->table_offsets[i], hdr->length,
table_offsets      73 dev/acpi/acpireg.h 	u_int32_t			table_offsets[1];
table_offsets      79 dev/acpi/acpireg.h 	u_int64_t			table_offsets[1];