Searched defs:qbp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dstream.c1930 qband_t *qbp; local
2067 qbp = q->q_bandp;
2070 qbp = qbp->qb_next;
2071 if (qbp->qb_first == qbp->qb_last) {
2072 qbp->qb_first = NULL;
2073 qbp->qb_last = NULL;
2075 qbp->qb_first = bp->b_next;
2077 qbp
2111 qband_t *qbp; local
2219 qband_t *qbp = NULL; local
2310 qband_t *qbp; local
2416 qband_t *qbp; local
2541 qband_t *qbp; local
2607 qband_t *qbp = NULL; local
2796 qband_t *qbp = NULL; local
2987 qband_t *qbp = NULL; local
3275 qband_t *qbp = NULL; local
3436 qband_t *qbp = NULL; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c2906 qband_t *qbp; local
2964 for (qbp = tq->q_bandp; qbp && myqbp; qbp = qbp->qb_next) {
2967 if (qbp->qb_flag & QB_FULL) {
2974 qbp->qb_flag |= QB_WANTW;
5485 qband_t *qbp; local
5500 qbp = q->q_bandp;
5502 qbp
8187 qband_t *qbp; local
[all...]
H A Dstrsubr.c3414 qband_t *qbp, *nqbp; local
3493 qbp = qp->q_bandp;
3494 while (qbp) {
3495 nqbp = qbp->qb_next;
3496 freeband(qbp);
3497 qbp = nqbp;
3499 qbp = wqp->q_bandp;
3500 while (qbp) {
3501 nqbp = qbp->qb_next;
3502 freeband(qbp);
3514 qband_t *qbp; local
3534 freeband(qband_t *qbp) argument
3633 qband_t *qbp; local
4093 qband_t *qbp; local
4715 qband_t *qbp; local
[all...]

Completed in 85 milliseconds