Searched refs:acpica_get_handle (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | acpica.h | 181 extern ACPI_STATUS acpica_get_handle(dev_info_t *, ACPI_HANDLE *);
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | acpica.c | 657 status = acpica_get_handle(dip, &devobj); 850 if (ACPI_FAILURE(acpica_get_handle(dip, &devobj)) || 875 if (ACPI_FAILURE(acpica_get_handle(dip, &devobj)))
|
H A D | osl.c | 1814 acpica_get_handle(dev_info_t *dip, ACPI_HANDLE *rh) function 1821 cmn_err(CE_WARN, "!acpica_get_handle:"
|
/illumos-gate/usr/src/uts/intel/io/pciex/ |
H A D | pcie_acpi.c | 67 status = acpica_get_handle(dip, &pcibus_obj);
|
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpinex/ |
H A D | acpinex_drv.c | 280 if (ACPI_FAILURE(acpica_get_handle(devi, &softsp->ans_hdl))) {
|
/illumos-gate/usr/src/uts/intel/io/pciex/hotplug/ |
H A D | pciehpc_acpi.c | 132 status = acpica_get_handle(ctrl_p->hc_dip, &pcibus_obj);
|
/illumos-gate/usr/src/uts/intel/io/pci/ |
H A D | pci_resource.c | 113 (ACPI_FAILURE(acpica_get_handle(dip, &ah))))
|
H A D | pci_boot.c | 511 if (ACPI_SUCCESS(acpica_get_handle(pci_bus_res[bus].dip, &hdl))) {
|
/illumos-gate/usr/src/uts/i86pc/io/psm/ |
H A D | psm_common.c | 421 status = acpica_get_handle(parentdip, &pciobj);
|
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/ |
H A D | drmach_acpi.c | 815 if (ACPI_FAILURE(acpica_get_handle(rdip, &hdl))) {
|
Completed in 74 milliseconds