Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Dtty.h283 u_char *firstc(struct clist *clp, int *c);
/xnu-11215.1.10/bsd/kern/
H A Dtty_subr.c503 firstc(struct clist *clp, int *c) in firstc() function
H A Dtty.c2727 for (cp = firstc(&tp->t_rawq, &tabc); cp; in ttyrub()
2810 for (cp = firstc(&tp->t_canq, &c); cp; cp = nextc(&tp->t_canq, cp, &c)) { in ttyretype()
2813 for (cp = firstc(&tp->t_rawq, &c); cp; cp = nextc(&tp->t_rawq, cp, &c)) { in ttyretype()