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

/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h276 u_char *firstc (struct clist *clp, int *c);
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_subr.c413 * Callers must not allow getc's to happen between firstc's and getc's
449 * Callers must not allow getc's to happen between firstc's and getc's
456 firstc(struct clist *clp, int *c) function
H A Dtty.c2530 for (cp = firstc(&tp->t_rawq, &tabc); cp;
2608 for (cp = firstc(&tp->t_canq, &c); cp; cp = nextc(&tp->t_canq, cp, &c))
2610 for (cp = firstc(&tp->t_rawq, &c); cp; cp = nextc(&tp->t_rawq, cp, &c))

Completed in 40 milliseconds