Searched defs:find_fw_table (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c2033 find_fw_table(char *signature) function
2523 if ((tp = find_fw_table(ACPI_SIG_MSCT)) != NULL)
2528 if ((tp = find_fw_table(ACPI_SIG_MADT)) != NULL)
2532 find_fw_table(ACPI_SIG_SRAT)) != NULL)
2535 if (slit_ptr = (ACPI_TABLE_SLIT *)find_fw_table(ACPI_SIG_SLIT))
2538 tp = find_fw_table(ACPI_SIG_MCFG);
2542 tp = find_fw_table(ACPI_SIG_MCFG);

Completed in 50 milliseconds