acpica_get_handle
if (ACPI_FAILURE(acpica_get_handle(devi, &softsp->ans_hdl))) {
if (ACPI_FAILURE(acpica_get_handle(rdip, &hdl))) {
(ACPI_FAILURE(acpica_get_handle(dip, &ah))))
status = acpica_get_handle(parentdip, &pciobj);
status = acpica_get_handle(dip, &devobj);
if (ACPI_FAILURE(acpica_get_handle(dip, &devobj)) ||
if (ACPI_FAILURE(acpica_get_handle(dip, &devobj)))
status = acpica_get_handle(ctrl_p->hc_dip, &pcibus_obj);
status = acpica_get_handle(dip, &pcibus_obj);
extern ACPI_STATUS acpica_get_handle(dev_info_t *, ACPI_HANDLE *);