Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/rc/
Drc.c95 u_char *rc_obufend; /* end of output buf */ member
294 rc->rc_optr = rc->rc_obufend = rc->rc_obuf; in rc_attach()
555 resid = rc->rc_obufend - optr; in rc_intr()
563 if (optr >= rc->rc_obufend) { in rc_intr()
623 tp->t_outq.c_cc, rc->rc_obufend - rc->rc_optr); in rc_start()
635 rc->rc_obufend = rc->rc_optr + ocnt; in rc_start()
1281 rc->rc_optr = rc->rc_obufend; in rc_discard_output()