Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDtty.h133 #define IBUFSIZ 384 /* Should be >= max value of MIN. */ macro
/dragonfly/sys/kern/
HDtty.c1863 char ibuf[IBUFSIZ]; in ttread()
1866 icc = (int)szmin(uio->uio_resid, IBUFSIZ); in ttread()