Home
last modified time | relevance | path

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

/components/lwp/terminal/
A Dbsd_ttydisc.h71 size_t ttydisc_getc(struct lwp_tty *tp, void *buf, size_t len);
/components/drivers/serial/
A Dserial_tty.c187 while ((len = ttydisc_getc(tp, &out_char, sizeof(out_char))) != 0) in serial_tty_outwakeup()
/components/lwp/terminal/freebsd/
A Dtty_ttydisc.c1395 size_t ttydisc_getc(struct lwp_tty *tp, void *buf, size_t len) in ttydisc_getc() function
1442 len = ttydisc_getc(tp, buf, MIN(uio->uio_resid, sizeof buf)); in ttydisc_getc_uio()

Completed in 13 milliseconds