STEP 2669 dev/ic/aic79xx.c ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) | STEP); STEP 2689 dev/ic/aic79xx.c ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) & ~STEP); STEP 1553 dev/ic/aic7xxx.c ahc_outb(ahc, SEQCTL, ahc->seqctl | STEP); STEP 201 dev/ic/lpt.c for (spin = 0; NOT_READY_ERR(); spin += STEP) { STEP 208 dev/ic/lpt.c error = tsleep((caddr_t)sc, LPTPRI | PCATCH, "lptopen", STEP); STEP 265 dev/ic/lpt.c timeout_add(&sc->sc_wakeup_tmo, STEP); STEP 462 dev/usb/ulpt.c for (spin = 0; (ulpt_status(sc) & LPS_SELECT) == 0; spin += STEP) { STEP 471 dev/usb/ulpt.c error = tsleep((caddr_t)sc, LPTPRI | PCATCH, "ulptop", STEP);