Searched refs:STTY_RBUF_SIZE (Results 1 – 2 of 2) sorted by relevance
381 #define STTY_RBUF_SIZE (2 * 512) macro
323 sp->sp_rbuf = malloc(STTY_RBUF_SIZE, M_DEVBUF, M_WAITOK); in stty_attach()324 sp->sp_rend = sp->sp_rbuf + STTY_RBUF_SIZE; in stty_attach()