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

/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_dr.c72 ACPI_TABLE_SLIT *acpidev_slit_tbl_ptr; variable
476 (ACPI_TABLE_HEADER **)&acpidev_slit_tbl_ptr))) {
477 acpidev_slit_tbl_ptr = NULL;
479 if (acpidev_srat_tbl_ptr == NULL || acpidev_slit_tbl_ptr == NULL) {
2513 if (acpidev_slit_tbl_ptr->LocalityCount > pxmid) {
2514 pxmcnt = acpidev_slit_tbl_ptr->LocalityCount;
2547 ASSERT(acpidev_slit_tbl_ptr != NULL);
2548 pxmcnt = acpidev_slit_tbl_ptr->LocalityCount;
2557 ep = acpidev_slit_tbl_ptr->Entry;
2596 ASSERT(acpidev_slit_tbl_ptr !
[all...]

Completed in 49 milliseconds