Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtty.h203 int tty_putstrn(struct tty *tp, const char *p, size_t n);
/f-stack/freebsd/kern/
H A Dtty_info.c233 rc = tty_putstrn(tp, d, len); in sbuf_tty_drain()
H A Dtty_ttydisc.c1284 tty_putstrn(struct tty *tp, const char *p, size_t n) in tty_putstrn() function
1306 return (tty_putstrn(tp, &c, 1)); in tty_putchar()