Home
last modified time | relevance | path

Searched refs:dbg_hdl (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_debug.c251 px_dbg_attach(dev_info_t *dip, ddi_softint_handle_t *dbg_hdl) in px_dbg_attach() argument
271 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() argument
285 if (dbg_hdl != NULL) in px_dbg_detach()
286 (void) ddi_intr_remove_softint(*dbg_hdl); in px_dbg_detach()