OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:willfit
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/macppc/dev/
aed.c
469
int
willfit
;
local in function:aedread
482
willfit
= howmany(uio->uio_resid, sizeof(adb_event_t));
483
total = (aed_sc->sc_evq_len <
willfit
) ? aed_sc->sc_evq_len :
willfit
;
/src/sys/arch/mac68k/dev/
aed.c
511
int
willfit
;
local in function:aedread
524
willfit
= howmany(uio->uio_resid, sizeof(adb_event_t));
525
total = (aed_sc->sc_evq_len <
willfit
) ? aed_sc->sc_evq_len :
willfit
;
Completed in 13 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025