Home
last modified time | relevance | path

Searched refs:ACPI_SIG_SPCR (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosacpi.c69 if (memcmp(ptr, ACPI_SIG_SPCR, in find_spcr()
70 sizeof (ACPI_SIG_SPCR) - 1) == 0) { in find_spcr()
82 if (memcmp(ptr, ACPI_SIG_SPCR, in find_spcr()
83 sizeof (ACPI_SIG_SPCR) - 1) == 0) { in find_spcr()
/illumos-gate/usr/src/cmd/bhyve/
H A Dbasl.h30 #undef ACPI_SIG_SPCR
41 #define ACPI_SIG_SPCR (const uint8_t *)"SPCR" macro
H A Dacpi.c698 BASL_EXEC(basl_table_create(&table, ctx, ACPI_SIG_SPCR, in build_spcr()
702 BASL_EXEC(basl_table_append_header(table, ACPI_SIG_SPCR, 1, 1)); in build_spcr()
/illumos-gate/usr/src/cmd/acpi/common/
H A Dahtable.c247 {ACPI_SIG_SPCR, "Serial Port Console Redirection table"},
H A Ddmtable.c525 {ACPI_SIG_SPCR, AcpiDmTableInfoSpcr, NULL, NULL, TemplateSpcr},
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactbl3.h173 #define ACPI_SIG_SPCR "SPCR" /* Serial Port Console Redirection table */ macro