Searched refs:ACPI_CMBAT_MAXSTRLEN (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/acpica/ |
H A D | acpiio.h | 53 #define ACPI_CMBAT_MAXSTRLEN 32 macro 66 char model[ACPI_CMBAT_MAXSTRLEN]; /* model identifier */ 67 char serial[ACPI_CMBAT_MAXSTRLEN]; /* Serial number */ 68 char type[ACPI_CMBAT_MAXSTRLEN]; /* Type */ 69 char oeminfo[ACPI_CMBAT_MAXSTRLEN]; /* OEM information */ 89 char model[ACPI_CMBAT_MAXSTRLEN]; /* model identifier */ 90 char serial[ACPI_CMBAT_MAXSTRLEN]; /* Serial number */ 91 char type[ACPI_CMBAT_MAXSTRLEN]; /* Type */ 92 char oeminfo[ACPI_CMBAT_MAXSTRLEN]; /* OEM information */ 134 char model[ACPI_CMBAT_MAXSTRLEN]; /* model identifier */ [all …]
|
H A D | acpi_cmbat.c | 477 if (acpi_PkgStr(res, i++, sc->bix.model, ACPI_CMBAT_MAXSTRLEN) != 0) in acpi_cmbat_get_bix() 479 if (acpi_PkgStr(res, i++, sc->bix.serial, ACPI_CMBAT_MAXSTRLEN) != 0) in acpi_cmbat_get_bix() 481 if (acpi_PkgStr(res, i++, sc->bix.type, ACPI_CMBAT_MAXSTRLEN) != 0) in acpi_cmbat_get_bix() 483 if (acpi_PkgStr(res, i++, sc->bix.oeminfo, ACPI_CMBAT_MAXSTRLEN) != 0) in acpi_cmbat_get_bix()
|