ACPI_OEM_ID_SIZE
static u8 oem_id[ACPI_OEM_ID_SIZE + 1];
return sysfs_emit(str, "%.*s\n", ACPI_OEM_ID_SIZE, h->oem_id);
ACPI_OEM_ID_SIZE))
if ((strlen(oem_id) > ACPI_OEM_ID_SIZE) ||
memcpy(header.oem_id, oem_id, ACPI_OEM_ID_SIZE);
ACPI_OEM_ID_SIZE);
acpi_tb_fix_string(local_header.oem_id, ACPI_OEM_ID_SIZE);
acpi_tb_fix_string(out_header->oem_id, ACPI_OEM_ID_SIZE);
static char mcfg_oem_id[ACPI_OEM_ID_SIZE];
if (!memcmp(f->oem_id, mcfg_oem_id, ACPI_OEM_ID_SIZE) &&
char oem_id[ACPI_OEM_ID_SIZE + 1];
memcpy(mcfg_oem_id, header->oem_id, ACPI_OEM_ID_SIZE);
if (memcmp(h->oem_id, "QCOM ", ACPI_OEM_ID_SIZE))
if (memcmp(tb->header.oem_id, "APMC0D", ACPI_OEM_ID_SIZE) &&
memcmp(tb->header.oem_id, "HPE ", ACPI_OEM_ID_SIZE))
ACPI_OEM_ID_SIZE) ||
if (strncmp(plat->oem_id, hdr.oem_id, ACPI_OEM_ID_SIZE))
char oem_id[ACPI_OEM_ID_SIZE + 1];
if (!memcmp(info->oem_id, table->oem_id, ACPI_OEM_ID_SIZE) &&
str += sprintf_string(str, ACPI_OEM_ID_SIZE,
rc = !memcmp(madt->header.oem_id, ACPI_AMZN_OEM_ID, ACPI_OEM_ID_SIZE);
char oem_id[ACPI_OEM_ID_SIZE]; /* OEM identification */
char oem_id[ACPI_OEM_ID_SIZE];
char oem_id[ACPI_OEM_ID_SIZE] ACPI_NONSTRING; /* ASCII OEM identification */
char oem_id[ACPI_OEM_ID_SIZE+1];