Searched refs:dbg_hdl (Results 1 – 1 of 1) sorted by relevance
251 px_dbg_attach(dev_info_t *dip, ddi_softint_handle_t *dbg_hdl) in px_dbg_attach() argument271 if (ddi_intr_add_softint(dip, dbg_hdl, in px_dbg_attach()275 dbg_hdl = NULL; in px_dbg_attach()282 px_dbg_detach(dev_info_t *dip, ddi_softint_handle_t *dbg_hdl) in px_dbg_detach() argument285 if (dbg_hdl != NULL) in px_dbg_detach()286 (void) ddi_intr_remove_softint(*dbg_hdl); in px_dbg_detach()