Searched refs:table_header (Results 1 – 3 of 3) sorted by relevance
63 struct table_header { struct76 struct table_header hdr; argument95 struct table_header hdr;138 struct table_header hdr;158 struct table_header hdr;178 struct table_header hdr;213 struct table_header hdr;
1966 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()
366 ACPI_TABLE_HEADER *table_header = (ACPI_TABLE_HEADER *)hpet_table; in hpet_validate_table() local368 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()