Searched refs:ans_hdl (Results 1 – 3 of 3) sorted by relevance
168 ASSERT(sp->ans_dip != NULL && sp->ans_hdl != NULL); in acpinex_event_handle_eject_request()169 if (sp == NULL || sp->ans_dip == NULL || sp->ans_hdl == NULL) { in acpinex_event_handle_eject_request()324 ASSERT(sp->ans_dip != NULL && sp->ans_hdl != NULL); in acpinex_event_handle_check_request()325 if (sp == NULL || sp->ans_dip == NULL || sp->ans_hdl == NULL) { in acpinex_event_handle_check_request()668 ASSERT(sp->ans_hdl != NULL); in acpinex_event_scan()670 if (sp == NULL || sp->ans_hdl == NULL || sp->ans_dip == NULL) { in acpinex_event_scan()679 rc = acpinex_event_walk(init, sp, sp->ans_hdl); in acpinex_event_scan()689 (void) acpinex_event_walk(B_TRUE, sp, sp->ans_hdl); in acpinex_event_scan()
280 if (ACPI_FAILURE(acpica_get_handle(devi, &softsp->ans_hdl))) { in acpinex_attach()
58 ACPI_HANDLE ans_hdl; member