Home | History | Annotate | Download | only in dev

Lines Matching refs:sc_bs_bshift

739 		bits = sizeof(sc->sc_bs_bshift)*NBBY;
740 for (sc->sc_bs_bshift = 1; sc->sc_bs_bshift < bits;
741 sc->sc_bs_bshift++)
744 if (sc->sc_bs_bshift >= bits)
816 for (sc->sc_bs_bshift = 1; sc->sc_bs_bshift < 32;
817 sc->sc_bs_bshift++)
820 if (sc->sc_bs_bshift >= 32)
824 sc->sc_bs_bshift = DEV_BSHIFT;
868 for (sc->sc_clshift = sc->sc_bs_bshift; sc->sc_clshift < 32;