Searched refs:ttydisc_getc (Results 1 – 15 of 15) sorted by relevance
| /freebsd-9-stable/sys/sys/ |
| D | ttydisc.h | 59 size_t ttydisc_getc(struct tty *tp, void *buf, size_t len);
|
| /freebsd-9-stable/sys/powerpc/mambo/ |
| D | mambo_console.c | 106 len = ttydisc_getc(tp, buf, sizeof buf); in mambotty_outwakeup()
|
| /freebsd-9-stable/sys/ia64/ia64/ |
| D | ssc.c | 167 len = ttydisc_getc(tp, buf, sizeof buf); in ssc_outwakeup()
|
| /freebsd-9-stable/sys/dev/cfe/ |
| D | cfe_console.c | 122 len = ttydisc_getc(tp, buf, sizeof buf); in cfe_tty_outwakeup()
|
| /freebsd-9-stable/sys/dev/ofw/ |
| D | ofw_console.c | 137 len = ttydisc_getc(tp, buf, sizeof buf); in ofwtty_outwakeup()
|
| /freebsd-9-stable/sys/dev/xen/console/ |
| D | console.c | 380 while (ttydisc_getc(tp, &c, 1) == 1 && !cons_full) in xcoutwakeup()
|
| /freebsd-9-stable/sys/dev/nmdm/ |
| D | nmdm.c | 209 if (ttydisc_getc(tp, &c, 1) != 1) in nmdm_task_tty()
|
| /freebsd-9-stable/sys/dev/dcons/ |
| D | dcons_os.c | 201 while (ttydisc_getc(tp, &ch, sizeof ch) != 0) in dcons_outwakeup()
|
| /freebsd-9-stable/sys/dev/uart/ |
| D | uart_tty.c | 191 sc->sc_txdatasz = ttydisc_getc(tp, sc->sc_txbuf, sc->sc_txfifosz); in uart_tty_outwakeup()
|
| /freebsd-9-stable/sys/kern/ |
| D | tty_ttydisc.c | 1167 ttydisc_getc(struct tty *tp, void *buf, size_t len) in ttydisc_getc() function 1211 len = ttydisc_getc(tp, buf, in ttydisc_getc_uio()
|
| D | subr_terminal.c | 360 while ((olen = ttydisc_getc(tp, obuf, sizeof obuf)) > 0) { in termtty_outwakeup()
|
| /freebsd-9-stable/sys/dev/rp/ |
| D | rp.c | 1156 count = ttydisc_getc(tp, &rp->TxBuf, xmit_fifo_room); in rpstart()
|
| /freebsd-9-stable/sys/dev/usb/serial/ |
| D | usb_serial.c | 1324 cnt = ttydisc_getc(tp, res.buffer, res.length); in ucom_get_data()
|
| /freebsd-9-stable/sys/dev/si/ |
| D | si.c | 1397 n = ttydisc_getc(tp, si_txbuf, amount); in si_start()
|
| /freebsd-9-stable/sys/dev/syscons/ |
| D | syscons.c | 340 len = ttydisc_getc(tp, buf, sizeof buf); in sctty_outwakeup()
|