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

  /src/sys/dev/
fssvar.h 83 sc_copied map uses up to
168 u_int8_t *sc_copied; /* Map of clusters already copied */ member in struct:fss_softc
fss.c 548 sc->sc_copied =
563 sc->sc_copied = NULL;
600 if (sc->sc_copied != NULL)
601 kmem_free(sc->sc_copied, howmany(sc->sc_clcount, NBBY));
602 sc->sc_copied = NULL;
668 if (isclr(sc->sc_copied, c)) {
1002 if (isset(sc->sc_copied, cl) || sc->sc_state != FSS_ACTIVE) {
1077 setbit(sc->sc_copied, scp->fc_cluster);
1282 if (isset(sc->sc_copied, c))
1326 if (isclr(sc->sc_copied, c)
    [all...]

Completed in 11 milliseconds