Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dlogindmux.c405 struct tmx *tmxp, *tmxpeerp; in logdmuxuwput() local
464 tmxpeerp = ddi_get_soft_state(logdmux_statep, minor); in logdmuxuwput()
465 if (tmxpeerp == NULL || tmxpeerp == tmxp || in logdmuxuwput()
466 tmxpeerp->muxq == NULL || tmxpeerp->peerq != NULL || in logdmuxuwput()
485 tmxp, tmxpeerp)) != 0) { in logdmuxuwput()
490 tmxp->peerq = tmxpeerp->muxq; in logdmuxuwput()
491 tmxpeerp->peerq = tmxp->muxq; in logdmuxuwput()