Lines Matching refs:l_next
165 struct lbq *l_next; /* next in queue */ member
1650 qp = com->obufq.l_next;
1652 qp = qp->l_next;
1656 com->obufq.l_next = qp;
2041 com->obufs[0].l_next = NULL;
2045 qp = com->obufq.l_next;
2046 while ((next = qp->l_next) != NULL)
2048 qp->l_next = &com->obufs[0];
2052 com->obufq.l_next = &com->obufs[0];
2061 com->obufs[1].l_next = NULL;
2065 qp = com->obufq.l_next;
2066 while ((next = qp->l_next) != NULL)
2068 qp->l_next = &com->obufs[1];
2072 com->obufq.l_next = &com->obufs[1];