Searched defs:slot_dev_obj (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/intel/sys/hotplug/pci/ |
H A D | pciehpc_acpi.h | 45 ACPI_HANDLE slot_dev_obj; member in struct:pciehpc_acpi
|
/illumos-gate/usr/src/uts/intel/io/pciex/hotplug/ |
H A D | pciehpc_acpi.c | 125 ACPI_HANDLE slot_dev_obj; local 138 NULL, &slot_dev_obj); 158 if (AcpiGetHandle(slot_dev_obj, "_SUN", &hdl) == AE_OK) 160 if (AcpiGetHandle(slot_dev_obj, "_PS0", &hdl) == AE_OK) 162 if (AcpiGetHandle(slot_dev_obj, "_EJ0", &hdl) == AE_OK) 164 if (AcpiGetHandle(slot_dev_obj, "_STA", &hdl) == AE_OK) 170 acpi_p->slot_dev_obj = slot_dev_obj; 443 if (acpi_p->slot_dev_obj == NULL) 450 status = AcpiInstallNotifyHandler(acpi_p->slot_dev_obj, [all...] |
Completed in 240 milliseconds