Home
last modified time | relevance | path

Searched refs:EBSIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dldterm.h40 #define EBSIZE 16 /* "standard" echo data block size */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c1682 if (ebsize > EBSIZE) in ldtermrmsg()
1683 ebsize = EBSIZE; in ldtermrmsg()
4017 if ((tp->t_echomp = allocb(EBSIZE, BPRI_HI)) != NULL) { in ldterm_flush_output()
4020 ldterm_reprint(q, EBSIZE, tp); in ldterm_flush_output()