Searched refs:getc (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/osfmk/console/
H A Dserial_protos.h51 int (*getc)(int, int, boolean_t, boolean_t); member in struct:console_ops
/darwin-on-arm/xnu/SETUP/config/
H A Dmain.c235 while ((ch = getc(fp)) != EOF)
246 while ((ch = getc(fp)) != EOF) {
272 while ((ch = getc(fp)) != EOF) {
/darwin-on-arm/xnu/osfmk/console/arm/
H A Dserial_console.c65 .getc = _serial_getc,
69 .getc = vcgetc,
279 return cons_ops[cons_ops_index].getc(0, 0,
286 return cons_ops[cons_ops_index].getc(0, 0,
/darwin-on-arm/xnu/osfmk/console/i386/
H A Dserial_console.c66 .getc = _serial_getc,
70 .getc = vcgetc,
342 return cons_ops[cons_ops_index].getc(0, 0,
349 return cons_ops[cons_ops_index].getc(0, 0,
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_subr.c143 getc(struct clist *clp) function
413 * 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
518 while ((c = getc(from)) != -1)
H A Dtty_ptmx.c725 (void) getc(&tp->t_canq);
1011 while ((c = getc(&tq)) >= 0)
H A Dtty_pty.c342 (void) getc(&tp->t_canq);
H A Dtty.c1922 while ((c = getc(&tq)) >= 0)
2169 c = getc(qp);
/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h273 int getc(struct clist *q);

Completed in 45 milliseconds