Searched refs:ACPI_RSDP_NAME (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/acpi/iasl/ |
H A D | dttemplate.c | 211 ACPI_COMPARE_NAME (Signature, ACPI_RSDP_NAME)) in AcpiUtIsSpecialTable() 461 Status = DtCreateOneTemplate (ACPI_RSDP_NAME, 0, NULL); in DtCreateAllTemplates() 618 else if (ACPI_COMPARE_NAME (Signature, ACPI_RSDP_NAME)) in DtCreateOneTemplate()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | basl.h | 29 #undef ACPI_RSDP_NAME 40 #define ACPI_RSDP_NAME (const uint8_t *)"RSDP" macro
|
H A D | acpi.c | 661 BASL_EXEC(basl_table_create(&table, ctx, ACPI_RSDP_NAME, in build_rsdp()
|
/illumos-gate/usr/src/cmd/acpi/common/ |
H A D | ahtable.c | 239 {ACPI_RSDP_NAME,"Root System Description Pointer"},
|
/illumos-gate/usr/src/cmd/acpi/acpidump/ |
H A D | apfiles.c | 275 ACPI_MOVE_NAME (Filename, ACPI_RSDP_NAME); in ApWriteToBinaryFile()
|
H A D | osillumostbl.c | 573 Status = OslAddTableToList(ACPI_RSDP_NAME); in OslTableInitialize() 714 if (ACPI_COMPARE_NAME(Signature, ACPI_RSDP_NAME) || in OslGetBiosTable()
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | actbl.h | 184 #define ACPI_RSDP_NAME "RSDP" /* Short name for RSDP, not signature */ macro
|