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

  /src/sys/arch/macppc/dev/
aed.c 471 int firstmove; local in function:aedread
485 firstmove = (aed_sc->sc_evq_tail + total > AED_MAX_EVENTS)
489 firstmove * sizeof(adb_event_t), uio);
494 moremove = total - firstmove;
  /src/sys/arch/mac68k/dev/
aed.c 513 int firstmove; local in function:aedread
527 firstmove = (aed_sc->sc_evq_tail + total > AED_MAX_EVENTS)
531 firstmove * sizeof(adb_event_t), uio);
536 moremove = total - firstmove;

Completed in 12 milliseconds