Home
last modified time | relevance | path

Searched refs:AcpiGetHandle (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c151 if (AcpiGetHandle(pcibus_obj, "_OSC", &hdl) == AE_OK) in pciehpc_acpi_hpc_init()
153 if (AcpiGetHandle(pcibus_obj, "_OSHP", &hdl) == AE_OK) in pciehpc_acpi_hpc_init()
155 if (AcpiGetHandle(pcibus_obj, "_HPX", &hdl) == AE_OK) in pciehpc_acpi_hpc_init()
157 if (AcpiGetHandle(pcibus_obj, "_HPP", &hdl) == AE_OK) in pciehpc_acpi_hpc_init()
159 if (AcpiGetHandle(pcibus_obj, "_DSM", &hdl) == AE_OK) in pciehpc_acpi_hpc_init()
161 if (AcpiGetHandle(slot_dev_obj, "_SUN", &hdl) == AE_OK) in pciehpc_acpi_hpc_init()
163 if (AcpiGetHandle(slot_dev_obj, "_PS0", &hdl) == AE_OK) in pciehpc_acpi_hpc_init()
165 if (AcpiGetHandle(slot_dev_obj, "_EJ0", &hdl) == AE_OK) in pciehpc_acpi_hpc_init()
167 if (AcpiGetHandle(slot_dev_obj, "_STA", &hdl) == AE_OK) in pciehpc_acpi_hpc_init()
/illumos-gate/usr/src/common/acpica/namespace/
H A Dnsdumpdv.c250 Status = AcpiGetHandle (NULL, METHOD_NAME__SB_, &SysBusHandle); in AcpiNsDumpRootDevices()
H A Dnsxfname.c193 AcpiGetHandle ( in AcpiGetHandle() function
261 ACPI_EXPORT_SYMBOL (AcpiGetHandle) in ACPI_EXPORT_SYMBOL() argument
H A Dnsinit.c329 Status = AcpiGetHandle (NULL, "\\_SB", &Handle); in AcpiNsInitializeDevices()
H A Dnsxfeval.c226 Status = AcpiGetHandle (Handle, Pathname, &TargetHandle); in AcpiEvaluateObjectTyped()
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutxfmutex.c209 Status = AcpiGetHandle ( in AcpiUtGetMutexObject()
/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Dpsm_common.c178 if (AcpiGetHandle(NULL, lnkname, &lnkobj) != AE_OK) { in acpi_eval_lnk()
186 if (AcpiGetHandle(lnkobj, "_CRS", &tmpobj) != AE_OK) { in acpi_eval_lnk()
214 if (AcpiGetHandle(NULL, "\\_SB", &acpi_sbobj) != AE_OK) { in acpi_psm_init()
384 return (AcpiGetHandle(ah, "_PRT", &rh) == AE_OK); in psm_node_has_prt()
/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcie_acpi.c118 if ((status = AcpiGetHandle(busobj, "_OSC", osc_hdlp)) == AE_OK) in pcie_acpi_find_osc()
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_video.c537 err = AcpiGetHandle(hdl, ACPI_METHOD_DOS, &tmphdl); in acpi_video_find_and_alloc()
541 err = AcpiGetHandle(hdl, ACPI_METHOD_DOD, &tmphdl); in acpi_video_find_and_alloc()
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_dr.c611 if (ACPI_FAILURE(AcpiGetHandle(ACPI_ROOT_OBJECT, in acpidev_dr_get_board_handle()
813 if (ACPI_FAILURE(AcpiGetHandle(hdl, ACPIDEV_METHOD_NAME_EJ0, &ej0))) { in acpidev_dr_device_hotplug_capable()
826 if (ACPI_FAILURE(AcpiGetHandle(hdl, ACPIDEV_METHOD_NAME_EDL, &edl))) { in acpidev_dr_device_has_edl()
1255 if (ACPI_FAILURE(AcpiGetHandle(NULL, obj->String.Pointer, &chdl))) { in acpidev_dr_device_walk_ejd()
H A Dacpidev_resource.c992 if (ACPI_FAILURE(AcpiGetHandle(hdl, method, &mhdl))) { in acpidev_resource_walk()
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpica_ec.c428 status = AcpiGetHandle(NULL, (char *)ecdt->Id, &dev_hdl); in ec_probe_ecdt()
H A Dosl.c1397 if (ACPI_SUCCESS(AcpiGetHandle(NULL, "\\_SB", &sbobj))) { in acpica_find_pcibus()
1464 if (ACPI_SUCCESS(AcpiGetHandle(NULL, "\\_SB", &sbobj))) { in acpica_query_bbn_problem()
1905 status = AcpiGetHandle(NULL, acpiname, rh); in acpica_get_handle()
H A Dacpica.c817 knp->value.l = (AcpiGetHandle(NULL, "\\_S3", &s3handle) == AE_OK); in acpica_init_kstats()
H A Dchanges.txt8240 AcpiGetHandle: Fix for parameter validation to detect invalid
16231 Fixed a problem where AcpiGetHandle didn't quite get fixed in the
/illumos-gate/usr/src/common/acpica/events/
H A Devregion.c991 Status = AcpiGetHandle (EcDeviceNode, METHOD_NAME__REG, &RegMethod); in AcpiEvOrphanEcRegMethod()
/illumos-gate/usr/src/uts/i86pc/io/tzmon/
H A Dtzmon.c546 if (AcpiGetHandle(obj, "_TMP", &tmpobj) == AE_OK) { in tzmon_zone_callback()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacpixf.h766 AcpiGetHandle (