Searched refs:ACPI_SIG_SPCR (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | biosacpi.c | 69 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/common/ |
H A D | basl.h | 30 #undef ACPI_SIG_SPCR 41 #define ACPI_SIG_SPCR (const uint8_t *)"SPCR" macro
|
H A D | acpi.c | 698 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 D | ahtable.c | 247 {ACPI_SIG_SPCR, "Serial Port Console Redirection table"},
|
H A D | dmtable.c | 525 {ACPI_SIG_SPCR, AcpiDmTableInfoSpcr, NULL, NULL, TemplateSpcr},
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | actbl3.h | 173 #define ACPI_SIG_SPCR "SPCR" /* Serial Port Console Redirection table */ macro
|