/illumos-gate/usr/src/uts/intel/io/pciex/hotplug/ |
H A D | pciehpc_acpi.c | 151 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 D | nsdumpdv.c | 250 Status = AcpiGetHandle (NULL, METHOD_NAME__SB_, &SysBusHandle); in AcpiNsDumpRootDevices()
|
H A D | nsxfname.c | 193 AcpiGetHandle ( in AcpiGetHandle() function 261 ACPI_EXPORT_SYMBOL (AcpiGetHandle) in ACPI_EXPORT_SYMBOL() argument
|
H A D | nsinit.c | 329 Status = AcpiGetHandle (NULL, "\\_SB", &Handle); in AcpiNsInitializeDevices()
|
H A D | nsxfeval.c | 226 Status = AcpiGetHandle (Handle, Pathname, &TargetHandle); in AcpiEvaluateObjectTyped()
|
/illumos-gate/usr/src/uts/i86pc/io/psm/ |
H A D | psm_common.c | 178 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/common/acpica/utilities/ |
H A D | utxfmutex.c | 209 Status = AcpiGetHandle ( in AcpiUtGetMutexObject()
|
/illumos-gate/usr/src/uts/intel/io/pciex/ |
H A D | pcie_acpi.c | 118 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 D | acpi_video.c | 537 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 D | acpidev_dr.c | 611 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 D | acpidev_resource.c | 992 if (ACPI_FAILURE(AcpiGetHandle(hdl, method, &mhdl))) { in acpidev_resource_walk()
|
/illumos-gate/usr/src/common/acpica/events/ |
H A D | evregion.c | 991 Status = AcpiGetHandle (EcDeviceNode, METHOD_NAME__REG, &RegMethod); in AcpiEvOrphanEcRegMethod()
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | acpica_ec.c | 428 status = AcpiGetHandle(NULL, (char *)ecdt->Id, &dev_hdl); in ec_probe_ecdt()
|
H A D | osl.c | 1397 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 D | acpica.c | 817 knp->value.l = (AcpiGetHandle(NULL, "\\_S3", &s3handle) == AE_OK); in acpica_init_kstats()
|
H A D | changes.txt | 8240 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/uts/i86pc/io/tzmon/ |
H A D | tzmon.c | 546 if (AcpiGetHandle(obj, "_TMP", &tmpobj) == AE_OK) { in tzmon_zone_callback()
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acpixf.h | 766 AcpiGetHandle (
|