Home
last modified time | relevance | path

Searched refs:table_header (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/uts/i86pc/os/
H A Dacpi_fw.h63 struct table_header { struct
76 struct table_header hdr; argument
95 struct table_header hdr;
138 struct table_header hdr;
158 struct table_header hdr;
178 struct table_header hdr;
213 struct table_header hdr;
H A Dfakebop.c1966 static struct table_header *
1969 struct table_header *tp; in map_fw_table()
1970 size_t len = MAX(sizeof (struct table_header), MMU_PAGESIZE); in map_fw_table()
1975 tp = (struct table_header *)vmap_phys(len, table_addr); in map_fw_table()
1977 tp = (struct table_header *)vmap_phys(tp->len, table_addr); in map_fw_table()
1981 static struct table_header *
1989 struct table_header *tp; in find_fw_table()
2398 struct table_header *tp = NULL; in build_firmware_properties()
/onnv-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c366 ACPI_TABLE_HEADER *table_header = (ACPI_TABLE_HEADER *)hpet_table; in hpet_validate_table() local
368 if (table_header->Length != sizeof (ACPI_TABLE_HPET)) { in hpet_validate_table()
376 if (!ACPI_COMPARE_NAME(table_header->Signature, ACPI_SIG_HPET)) { in hpet_validate_table()
383 (unsigned int)table_header->Length)) { in hpet_validate_table()