Searched refs:bcanputnext (Results 1 – 14 of 14) sorted by relevance
/titanic_44/usr/src/uts/common/io/ |
H A D | timod.c | 591 if (bcanputnext(q, mp->b_band)) in timodrput() 600 bcanputnext(q, mp->b_band)) { in timodrput() 612 if (bcanputnext(q, mp->b_band)) in timodrput() 736 if (!bcanputnext(q, mp->b_band)) { in timodrproc() 761 !bcanputnext(q, mp->b_band)) { in timodrproc() 1277 if (!bcanputnext(q, mp->b_band)) { in timodrproc() 1499 if (bcanputnext(q, mp->b_band)) in timodwput() 1522 if (bcanputnext(q, mp->b_band)) in timodwput() 1530 if (bcanputnext(q, mp->b_band)) in timodwput() 1604 if (!bcanputnext(q, mp->b_band)) { in timodwproc() [all …]
|
H A D | ptem.c | 522 if (q->q_first != NULL || !bcanputnext(q, mp->b_band)) { in ptemwput() 589 if (!bcanputnext(q, mp->b_band) || !ptemwmsg(q, mp)) { in ptemwsrv() 815 if (!bcanputnext(RD(q), mp->b_band)) { in ptemwmsg()
|
H A D | zcons.c | 930 if (qp->q_first == NULL && bcanputnext(RD(zc_switch(qp)), mp->b_band)) { in zc_wput() 1005 if (bcanputnext(RD(zc_switch(qp)), mp->b_band)) { in zc_wsrv()
|
H A D | ptm.c | 691 !bcanputnext(ptmp->pts_rdq, mp->b_band)) { in ptmwsrv()
|
H A D | pts.c | 733 !bcanputnext(ptm_rdq, mp->b_band)) { in ptswsrv()
|
H A D | ldterm.c | 1434 if (q->q_first != NULL || !bcanputnext(q, mp->b_band) || in ldtermrput() 1536 if (mp->b_datap->db_type <= QPCTL && !bcanputnext(q, mp->b_band)) { in ldtermrmsg() 3204 if (q->q_first != NULL || !bcanputnext(q, mp->b_band)) { in ldtermwput() 3264 if (!bcanputnext(q, mp->b_band)) { in ldtermwsrv()
|
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | spppcomp.c | 323 if (q->q_first != NULL || !bcanputnext(q, mp->b_band) || in spppcomp_wput() 371 if (bcanputnext(q, mp->b_band)) in spppcomp_wput() 398 if (!bcanputnext(q, mp->b_band)) { in spppcomp_wsrv() 1179 q->q_first == NULL && bcanputnext(q, mp->b_band)) { in spppcomp_rput() 1263 if (bcanputnext(q, mp->b_band)) in spppcomp_rput() 1296 if (!bcanputnext(q, mp->b_band)) { in spppcomp_rsrv()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | stream.h | 799 extern int bcanputnext(queue_t *, unsigned char);
|
/titanic_44/usr/src/uts/common/os/ |
H A D | ddi.c | 481 bcanputnext(queue_t *q, unsigned char band) in bcanputnext() function
|
H A D | streamio.c | 2566 if (!(flags & MSG_IGNFLOW) && !bcanputnext(wqp, pri)) { in strput() 2670 if (!bcanputnext(wqp, pri) && !(flags & MSG_IGNFLOW)) { in strput() 5566 *rvalp = bcanputnext(stp->sd_wrq, band); in strioctl() 7875 if (bcanputnext(wqp, pri)) { in strputmsg() 8110 if (bcanputnext(wqp, pri)) { in kstrputmsg()
|
/titanic_44/usr/src/man/man9f/ |
H A D | Makefile | 648 bcanputnext.9f \ 1413 bcanputnext.9f := LINKSRC = canputnext.9f
|
/titanic_44/usr/src/uts/common/io/ppp/sppp/ |
H A D | sppp.c | 1736 if (bcanputnext(ppa->ppa_lower_wq, mp->b_band)) { in sppp_outpkt()
|
/titanic_44/usr/src/uts/common/io/ppp/sppptun/ |
H A D | sppptun.c | 884 if (!bcanputnext(lowerq, mp->b_band)) { in sppptun_outpkt()
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-kernel.man9f.inc | 615 link path=usr/share/man/man9f/bcanputnext.9f target=canputnext.9f
|