Searched refs:LPT_BSIZE (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/mvme/
H A Dlpt_mvme.c110 #define LPT_BSIZE 1024 macro
210 sc->sc_inbuf = geteblk(LPT_BSIZE);
330 while ((n = uimin(LPT_BSIZE, uio->uio_resid)) != 0) {
/netbsd-current/sys/dev/ic/
H A Dlpt.c82 #define LPT_BSIZE 1024 macro
218 sc->sc_inbuf = malloc(LPT_BSIZE, M_DEVBUF, M_WAITOK);
372 while ((n = uimin(LPT_BSIZE, uio->uio_resid)) != 0) {
/netbsd-current/sys/arch/atari/dev/
H A Dlpt.c86 #define LPT_BSIZE 1024 macro
229 sc->sc_inbuf = geteblk(LPT_BSIZE);
349 while ((n = uimin(LPT_BSIZE, uio->uio_resid)) > 0) {
/netbsd-current/sys/dev/isa/
H A Dlpt_isa.c77 #define LPT_BSIZE 1024 macro

Completed in 93 milliseconds