Searched refs:l_tail (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/cy/
H A Dcy.c164 u_char *l_tail; /* one past the last char to process */ member in struct:lbq
1045 ocount = com->obufq.l_tail - ioptr;
1054 if (ioptr >= com->obufq.l_tail) {
1062 com->obufq.l_tail = qp->l_tail;
1721 com->obufs[0].l_tail
1735 com->obufq.l_tail = com->obufs[0].l_tail;
1753 com->obufs[1].l_tail
1767 com->obufq.l_tail
[all...]
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c164 u_char *l_tail; /* one past the last char to process */ member in struct:lbq
1630 ocount = com->obufq.l_tail - ioptr;
1647 if (ioptr >= com->obufq.l_tail) {
1655 com->obufq.l_tail = qp->l_tail;
2038 com->obufs[0].l_tail
2051 com->obufq.l_tail = com->obufs[0].l_tail;
2058 com->obufs[1].l_tail
2071 com->obufq.l_tail
[all...]
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c228 u_char *l_tail; /* one past the last char to process */ member in struct:lbq
2516 ocount = com->obufq.l_tail - ioptr;
2556 if (ioptr >= com->obufq.l_tail) {
2564 com->obufq.l_tail = qp->l_tail;
3090 com->obufs[0].l_tail
3107 com->obufq.l_tail = com->obufs[0].l_tail;
3114 com->obufs[1].l_tail
3131 com->obufq.l_tail
[all...]

Completed in 65 milliseconds