Searched refs:teken_input (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/sys/teken/libteken/
H A DMakefile25 teken.3 teken_input.3 \
/freebsd-11.0-release/sys/teken/stress/
H A Dteken_stress.c116 teken_input(&t, buf, sizeof buf);
/freebsd-11.0-release/sys/teken/
H A Dteken.h160 void teken_input(teken_t *, const void *, size_t);
H A Dteken.c282 teken_input(teken_t *t, const void *buf, size_t len) function
/freebsd-11.0-release/sys/kern/
H A Dsubr_terminal.c52 * the TTY lock is already held when calling teken_input().
372 teken_input(&tm->tm_emulator, obuf, olen);
546 teken_input(&tm->tm_emulator, &cv, 1);
/freebsd-11.0-release/sys/teken/demo/
H A Dteken_demo.c347 teken_input(&t, b, bl);
/freebsd-11.0-release/sys/dev/syscons/
H A Dscterm-teken.c181 teken_input(&ts->ts_teken, buf, len);
185 teken_input(&ts->ts_teken, buf, len);

Completed in 77 milliseconds