Home
last modified time | relevance | path

Searched refs:l_head (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/serial/sio/
H A Dsio.c1038 com->obufs[0].l_head = com->obuf1; in sioattach()
1039 com->obufs[1].l_head = com->obuf2; in sioattach()
1960 ioptr = com->obufq.l_head; in siointr1()
1975 com->obufq.l_head = ioptr; in siointr1()
1986 com->obufq.l_head = qp->l_head; in siointr1()
2561 com->obufq.l_head = com->obufs[0].l_head; in comstart()
2581 com->obufq.l_head = com->obufs[1].l_head; in comstart()
H A Dsio_private.h64 u_char *l_head; /* next char to process */ member