Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_debug.h122 extern void px_dbg_attach(dev_info_t *dip, ddi_softint_handle_t *px_dbg_hdl);
123 extern void px_dbg_detach(dev_info_t *dip, ddi_softint_handle_t *px_dbg_hdl);
H A Dpx_var.h131 ddi_softint_handle_t px_dbg_hdl; /* HDL for dbg printing */ member
H A Dpx_debug.c194 ddi_intr_trigger_softint(px_p->px_dbg_hdl, (caddr_t)NULL); in px_dbg_queue()
H A Dpx.c256 px_dbg_attach(dip, &px_p->px_dbg_hdl); in px_attach()
407 px_dbg_detach(dip, &px_p->px_dbg_hdl); in px_attach()
518 px_dbg_detach(dip, &px_p->px_dbg_hdl); in px_detach()