Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dstream.c1930 qband_t *qbp; in getq_noenab() local
2067 qbp = q->q_bandp; in getq_noenab()
2070 qbp = qbp->qb_next; in getq_noenab()
2071 if (qbp->qb_first == qbp->qb_last) { in getq_noenab()
2072 qbp->qb_first = NULL; in getq_noenab()
2073 qbp->qb_last = NULL; in getq_noenab()
2075 qbp->qb_first = bp->b_next; in getq_noenab()
2077 qbp->qb_count -= bytecnt; in getq_noenab()
2078 qbp->qb_mblkcnt -= mblkcnt; in getq_noenab()
2079 if (qbp->qb_mblkcnt == 0 || in getq_noenab()
[all …]
/titanic_41/usr/src/uts/common/os/
H A Dstrsubr.c3414 qband_t *qbp, *nqbp; in freeq() local
3493 qbp = qp->q_bandp; in freeq()
3494 while (qbp) { in freeq()
3495 nqbp = qbp->qb_next; in freeq()
3496 freeband(qbp); in freeq()
3497 qbp = nqbp; in freeq()
3499 qbp = wqp->q_bandp; in freeq()
3500 while (qbp) { in freeq()
3501 nqbp = qbp->qb_next; in freeq()
3502 freeband(qbp); in freeq()
[all …]
H A Dstreamio.c2905 qband_t *qbp; in strwsrv() local
2963 for (qbp = tq->q_bandp; qbp && myqbp; qbp = qbp->qb_next) { in strwsrv()
2966 if (qbp->qb_flag & QB_FULL) { in strwsrv()
2973 qbp->qb_flag |= QB_WANTW; in strwsrv()
5484 qband_t *qbp; in strioctl() local
5499 qbp = q->q_bandp; in strioctl()
5501 qbp = qbp->qb_next; in strioctl()
5502 if (qbp->qb_first) in strioctl()
8186 qband_t *qbp; in strpoll() local
8248 qbp = tq->q_bandp; in strpoll()
[all …]