Home
last modified time | relevance | path

Searched refs:OBUFSIZ (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/libexec/getty/
Dmain.c105 #define OBUFSIZ 128 macro
533 char outbuf[OBUFSIZ];
549 if (obufcnt >= OBUFSIZ) in putchr()
/netbsd/src/sys/dev/rcons/
Drcons_kern.c87 char buf[OBUFSIZ]; in rcons_output()
/netbsd/src/sys/dev/hpc/
Dbiconsdev.c147 char buf[OBUFSIZ]; in biconsdev_output()
/netbsd/src/sys/sys/
Dtty.h169 #define OBUFSIZ 100 macro
/netbsd/src/sys/kern/
Dtty.c2229 u_char obuf[OBUFSIZ]; in ttwrite()
2300 cc0 = cc = uimin(uio->uio_resid, OBUFSIZ); in ttwrite()