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

  /src/sys/dev/qbus/
rf.c 628 struct rf_softc *other_drive; local in function:get_new_buf
637 other_drive = device_private(
639 if (other_drive != NULL
640 && bufq_peek(other_drive->sc_bufq) != NULL) {
642 rf_sc = other_drive;
rf.c 628 struct rf_softc *other_drive; local in function:get_new_buf
637 other_drive = device_private(
639 if (other_drive != NULL
640 && bufq_peek(other_drive->sc_bufq) != NULL) {
642 rf_sc = other_drive;

Completed in 246 milliseconds