HomeSort by: relevance | last modified time | path
    Searched defs:LPT_BSIZE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/isa/
lpt_isa.c 77 #define LPT_BSIZE 1024
  /src/sys/dev/mvme/
lpt_mvme.c 110 #define LPT_BSIZE 1024
210 sc->sc_inbuf = geteblk(LPT_BSIZE);
330 while ((n = uimin(LPT_BSIZE, uio->uio_resid)) != 0) {
  /src/sys/dev/ic/
lpt.c 82 #define LPT_BSIZE 1024
218 sc->sc_inbuf = malloc(LPT_BSIZE, M_DEVBUF, M_WAITOK);
372 while ((n = uimin(LPT_BSIZE, uio->uio_resid)) != 0) {
  /src/sys/arch/atari/dev/
lpt.c 86 #define LPT_BSIZE 1024
229 sc->sc_inbuf = geteblk(LPT_BSIZE);
349 while ((n = uimin(LPT_BSIZE, uio->uio_resid)) > 0) {

Completed in 50 milliseconds