Lines Matching defs:local_header
96 struct acpi_table_header local_header;
110 memcpy(local_header.oem_id,
113 acpi_tb_fix_string(local_header.oem_id, ACPI_OEM_ID_SIZE);
123 local_header.oem_id));
127 acpi_tb_cleanup_table_header(&local_header, header);
131 local_header.signature, ACPI_FORMAT_UINT64(address),
132 local_header.length, local_header.revision,
133 local_header.oem_id, local_header.oem_table_id,
134 local_header.oem_revision,
135 local_header.asl_compiler_id,
136 local_header.asl_compiler_revision));