Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_debug.c120 static px_dbg_msg_t *px_dbg_msgq = NULL; /* Debug Msg Queue */ variable
183 msg_p = &px_dbg_msgq[q_no]; in px_dbg_queue()
217 msg_p = &px_dbg_msgq[q_no]; in px_dbg_drain()
265 px_dbg_msgq = kmem_zalloc(sizeof (px_dbg_msg_t) * size, in px_dbg_attach()
289 if (px_dbg_msgq != NULL) in px_dbg_detach()
290 kmem_free(px_dbg_msgq, in px_dbg_detach()