Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dldterm.h40 #define IBSIZE 16 /* "standard" input data block size */ macro
/titanic_41/usr/src/uts/common/io/
H A Dldterm.c1940 if ((bpt = allocb(IBSIZE, BPRI_MED)) == NULL) in ldterm_docanon()
2738 if ((bpt = allocb(IBSIZE, BPRI_MED)) == NULL) { in ldterm_dononcanon()
2750 roomleft = IBSIZE; in ldterm_dononcanon()
2969 if ((bp = allocb(IBSIZE, BPRI_MED)) == NULL) { in newmsg()