Searched refs:ans_dip (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()188 } else if (acpinex_event_generate_event(sp->ans_dip, hdl, in acpinex_event_handle_eject_request()284 if (acpinex_event_generate_event(argp->softstatep->ans_dip, hdl, in acpinex_event_handle_check_one()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()669 ASSERT(sp->ans_dip != NULL); in acpinex_event_scan()670 if (sp == NULL || sp->ans_hdl == NULL || sp->ans_dip == NULL) { in acpinex_event_scan()
278 softsp->ans_dip = devi; in acpinex_attach()564 ddi_fm_init(softsp->ans_dip, &softsp->ans_fm_cap, &softsp->ans_fm_ibc); in acpinex_fm_init()569 ddi_fm_handler_register(softsp->ans_dip, acpinex_err_callback, in acpinex_fm_init()582 ddi_fm_handler_unregister(softsp->ans_dip); in acpinex_fm_fini()584 ddi_fm_fini(softsp->ans_dip); in acpinex_fm_fini()
57 dev_info_t *ans_dip; member