Searched refs:OBSIZE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dldterm.h41 #define OBSIZE 64 /* "standard" output data block size */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c3329 tp, OBSIZE, 0);
3367 * won't have been for an allocation of more than OBSIZE
3371 if (size > OBSIZE)
3372 size = OBSIZE;

Completed in 71 milliseconds