HomeSort by: relevance | last modified time | path
    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