Searched defs: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) argument
271 if (ddi_intr_add_softint(dip, dbg_hdl,
275 dbg_hdl = NULL;
282 px_dbg_detach(dev_info_t *dip, ddi_softint_handle_t *dbg_hdl) argument
285 if (dbg_hdl != NULL)
286 (void) ddi_intr_remove_softint(*dbg_hdl);

Completed in 79 milliseconds