Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dtty_subr.c230 clist_nextc(struct clist *cl, void *cp, int *dst) in clist_nextc() function
H A Dtty.c2230 cp = clist_nextc(&tp->t_rawq, NULL, &tabc); in ttyrub()
2233 cp = clist_nextc(&tp->t_rawq, in ttyrub()
2314 cp = clist_nextc(&tp->t_canq, NULL, &c); in ttyretype()
2317 cp = clist_nextc(&tp->t_canq, cp, &c); in ttyretype()
2319 cp = clist_nextc(&tp->t_rawq, NULL, &c); in ttyretype()
2322 cp = clist_nextc(&tp->t_rawq, cp, &c); in ttyretype()
/dragonfly/sys/sys/
H A Dtty.h247 void *clist_nextc (struct clist *q, void *cp, int *c);