Searched refs:bcanputnext (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dptem.c522 if (q->q_first != NULL || !bcanputnext(q, mp->b_band)) {
589 if (!bcanputnext(q, mp->b_band) || !ptemwmsg(q, mp)) {
815 if (!bcanputnext(RD(q), mp->b_band)) {
H A Dtimod.c591 if (bcanputnext(q, mp->b_band))
600 bcanputnext(q, mp->b_band)) {
612 if (bcanputnext(q, mp->b_band))
736 if (!bcanputnext(q, mp->b_band)) {
761 !bcanputnext(q, mp->b_band)) {
1277 if (!bcanputnext(q, mp->b_band)) {
1499 if (bcanputnext(q, mp->b_band))
1522 if (bcanputnext(q, mp->b_band))
1530 if (bcanputnext(q, mp->b_band))
1604 if (!bcanputnext(
[all...]
H A Dzcons.c930 if (qp->q_first == NULL && bcanputnext(RD(zc_switch(qp)), mp->b_band)) {
1005 if (bcanputnext(RD(zc_switch(qp)), mp->b_band)) {
H A Dptm.c691 !bcanputnext(ptmp->pts_rdq, mp->b_band)) {
H A Dpts.c733 !bcanputnext(ptm_rdq, mp->b_band)) {
H A Dldterm.c1434 if (q->q_first != NULL || !bcanputnext(q, mp->b_band) ||
1536 if (mp->b_datap->db_type <= QPCTL && !bcanputnext(q, mp->b_band)) {
3204 if (q->q_first != NULL || !bcanputnext(q, mp->b_band)) {
3264 if (!bcanputnext(q, mp->b_band)) {
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c307 * ordering after deferring a previous message), bcanputnext() is
323 if (q->q_first != NULL || !bcanputnext(q, mp->b_band) ||
371 if (bcanputnext(q, mp->b_band))
398 if (!bcanputnext(q, mp->b_band)) {
1142 * bcanputnext() is FALSE (to handle flow control), or we have
1179 q->q_first == NULL && bcanputnext(q, mp->b_band)) {
1263 if (bcanputnext(q, mp->b_band))
1296 if (!bcanputnext(q, mp->b_band)) {
/illumos-gate/usr/src/uts/common/os/
H A Dddi.c475 * bcanputnext, canputnext assume called from timeout, bufcall,
481 bcanputnext(queue_t *q, unsigned char band) function
H A Dstreamio.c2567 if (!(flags & MSG_IGNFLOW) && !bcanputnext(wqp, pri)) {
2671 if (!bcanputnext(wqp, pri) && !(flags & MSG_IGNFLOW)) {
5567 *rvalp = bcanputnext(stp->sd_wrq, band);
7876 if (bcanputnext(wqp, pri)) {
8111 if (bcanputnext(wqp, pri)) {
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h799 extern int bcanputnext(queue_t *, unsigned char);
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c1736 if (bcanputnext(ppa->ppa_lower_wq, mp->b_band)) {
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c884 if (!bcanputnext(lowerq, mp->b_band)) {
/illumos-gate/usr/src/man/man9f/
H A DMakefile664 bcanputnext.9f \
1455 bcanputnext.9f := LINKSRC = canputnext.9f

Completed in 122 milliseconds