Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dtty_subr.c106 clist_getc(struct clist *cl) in clist_getc() function
299 while ((c = clist_getc(cls)) != -1) in clist_catq()
H A Dtty_pty.c524 if (ureadc(clist_getc(&tp->t_canq), ap->a_uio) < 0) { in ptsread()
529 clist_getc(&tp->t_canq); in ptsread()
H A Dtty.c1665 while ((c = clist_getc(&tq)) >= 0) in ttypend()
1887 c = clist_getc(qp); in ttread()
/dragonfly/sys/sys/
H A Dtty.h244 int clist_getc (struct clist *q);
/dragonfly/sys/dev/misc/dcons/
H A Ddcons_os.c329 dcons_os_putc(dc, clist_getc(&tp->t_outq)); in dcons_tty_start()