Searched refs:ZSTTY_RING_SIZE (Results 1 – 2 of 2) sorted by relevance
98 #ifndef ZSTTY_RING_SIZE99 #define ZSTTY_RING_SIZE 2048 macro106 int zstty_rbuf_size = ZSTTY_RING_SIZE;109 int zstty_rbuf_hiwat = (ZSTTY_RING_SIZE - (ZSTTY_RING_SIZE >> 2));
133 #ifndef ZSTTY_RING_SIZE134 #define ZSTTY_RING_SIZE 2048 macro141 u_int zstty_rbuf_size = ZSTTY_RING_SIZE;144 u_int zstty_rbuf_hiwat = (ZSTTY_RING_SIZE * 1) / 4;145 u_int zstty_rbuf_lowat = (ZSTTY_RING_SIZE * 3) / 4;