Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dlogindmux.c316 tmxp->muxq = NULL; in logdmuxopen()
339 ASSERT(tmxp->muxq == NULL); in logdmuxclose()
388 if (tmxp->muxq != NULL) in logdmuxursrv()
389 qenable(RD(tmxp->muxq)); in logdmuxursrv()
466 tmxpeerp->muxq == NULL || tmxpeerp->peerq != NULL || in logdmuxuwput()
467 tmxp->muxq == NULL || tmxp->peerq != NULL) { in logdmuxuwput()
490 tmxp->peerq = tmxpeerp->muxq; in logdmuxuwput()
491 tmxpeerp->peerq = tmxp->muxq; in logdmuxuwput()
509 if (tmxp->muxq == NULL) { in logdmuxuwput()
513 putnext(tmxp->muxq, mp); in logdmuxuwput()
[all …]
/titanic_41/usr/src/cmd/mdb/common/modules/logindmux/
H A Dlogindmux.c47 lower = (uintptr_t)tmx.muxq; in logdmux_uqinfo()
88 return ((uintptr_t)tmx.muxq); in logdmux_uwnext()
/titanic_41/usr/src/uts/common/sys/
H A Dlogindmux_impl.h56 queue_t *muxq; /* our mux lower write queue */ member