Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dldterm.h42 #define EBSIZE 16 /* "standard" echo data block size */ macro
/titanic_41/usr/src/uts/common/io/
H A Dldterm.c1665 if (ebsize > EBSIZE) in ldtermrmsg()
1666 ebsize = EBSIZE; in ldtermrmsg()
3998 if ((tp->t_echomp = allocb(EBSIZE, BPRI_HI)) != NULL) { in ldterm_flush_output()
4001 ldterm_reprint(q, EBSIZE, tp); in ldterm_flush_output()