Symbol: bcanputnext
usr/src/uts/common/io/ldterm.c
1449
if (q->q_first != NULL || !bcanputnext(q, mp->b_band) ||
usr/src/uts/common/io/ldterm.c
1553
if (mp->b_datap->db_type <= QPCTL && !bcanputnext(q, mp->b_band)) {
usr/src/uts/common/io/ldterm.c
3221
if (q->q_first != NULL || !bcanputnext(q, mp->b_band)) {
usr/src/uts/common/io/ldterm.c
3282
if (!bcanputnext(q, mp->b_band)) {
usr/src/uts/common/io/ppp/sppp/sppp.c
1741
if (bcanputnext(ppa->ppa_lower_wq, mp->b_band)) {
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
1182
q->q_first == NULL && bcanputnext(q, mp->b_band)) {
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
1266
if (bcanputnext(q, mp->b_band))
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
1300
if (!bcanputnext(q, mp->b_band)) {
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
324
if (q->q_first != NULL || !bcanputnext(q, mp->b_band) ||
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
372
if (bcanputnext(q, mp->b_band))
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
400
if (!bcanputnext(q, mp->b_band)) {
usr/src/uts/common/io/ppp/sppptun/sppptun.c
885
if (!bcanputnext(lowerq, mp->b_band)) {
usr/src/uts/common/io/ptem.c
524
if (q->q_first != NULL || !bcanputnext(q, mp->b_band)) {
usr/src/uts/common/io/ptem.c
592
if (!bcanputnext(q, mp->b_band) || !ptemwmsg(q, mp)) {
usr/src/uts/common/io/ptem.c
819
if (!bcanputnext(RD(q), mp->b_band)) {
usr/src/uts/common/io/ptm.c
704
!bcanputnext(ptmp->pts_rdq, mp->b_band)) {
usr/src/uts/common/io/pts.c
734
!bcanputnext(ptm_rdq, mp->b_band)) {
usr/src/uts/common/io/timod.c
1279
if (!bcanputnext(q, mp->b_band)) {
usr/src/uts/common/io/timod.c
1501
if (bcanputnext(q, mp->b_band))
usr/src/uts/common/io/timod.c
1524
if (bcanputnext(q, mp->b_band))
usr/src/uts/common/io/timod.c
1532
if (bcanputnext(q, mp->b_band))
usr/src/uts/common/io/timod.c
1608
if (!bcanputnext(q, mp->b_band)) {
usr/src/uts/common/io/timod.c
1951
if (!bcanputnext(q, mp->b_band)) {
usr/src/uts/common/io/timod.c
1969
if (!bcanputnext(q, mp->b_band)) {
usr/src/uts/common/io/timod.c
591
if (bcanputnext(q, mp->b_band))
usr/src/uts/common/io/timod.c
600
bcanputnext(q, mp->b_band)) {
usr/src/uts/common/io/timod.c
612
if (bcanputnext(q, mp->b_band))
usr/src/uts/common/io/timod.c
738
if (!bcanputnext(q, mp->b_band)) {
usr/src/uts/common/io/timod.c
763
!bcanputnext(q, mp->b_band)) {
usr/src/uts/common/io/zcons.c
1012
if (bcanputnext(RD(zc_switch(qp)), mp->b_band)) {
usr/src/uts/common/io/zcons.c
935
if (qp->q_first == NULL && bcanputnext(RD(zc_switch(qp)), mp->b_band)) {
usr/src/uts/common/os/streamio.c
2638
if (!(flags & MSG_IGNFLOW) && !bcanputnext(wqp, pri)) {
usr/src/uts/common/os/streamio.c
2754
if (!bcanputnext(wqp, pri) && !(flags & MSG_IGNFLOW)) {
usr/src/uts/common/os/streamio.c
5692
*rvalp = bcanputnext(stp->sd_wrq, band);
usr/src/uts/common/os/streamio.c
8001
if (bcanputnext(wqp, pri)) {
usr/src/uts/common/os/streamio.c
8236
if (bcanputnext(wqp, pri)) {
usr/src/uts/common/sys/stream.h
813
extern int bcanputnext(queue_t *, unsigned char);