OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 30 20:09:53 GMT 2025