OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_spinmax
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/ic/
lptvar.h
69
int
sc_spinmax
;
member in struct:lpt_softc
lpt.c
307
if (++spin < sc->
sc_spinmax
)
311
sc->
sc_spinmax
++;
335
if (spin*2 + 16 < sc->
sc_spinmax
)
336
sc->
sc_spinmax
--;
/src/sys/dev/mvme/
lptvar.h
52
int
sc_spinmax
;
member in struct:lpt_softc
lpt_mvme.c
272
if (++spin < sc->
sc_spinmax
)
276
sc->
sc_spinmax
++;
294
if (spin * 2 + 16 < sc->
sc_spinmax
)
295
sc->
sc_spinmax
--;
/src/sys/arch/atari/dev/
lpt.c
101
int
sc_spinmax
;
member in struct:lpt_softc
295
if (++spin < sc->
sc_spinmax
)
299
sc->
sc_spinmax
++;
319
if (spin*2 + 16 < sc->
sc_spinmax
)
320
sc->
sc_spinmax
--;
Completed in 145 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025