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

  /src/sys/dev/i2o/
iopspvar.h 57 u_int sc_chgind; /* Last LCT change # */ member in struct:iopsp_softc
iopsp.c 238 if (iop->sc_chgind == sc->sc_chgind)
340 sc->sc_chgind = iop->sc_chgind;
iopvar.h 135 u_int32_t sc_chgind; /* Configuration change indicator */ member in struct:iop_softc
iop.c 620 chgind = sc->sc_chgind + 1;
634 chgind = sc->sc_chgind + 1;
691 } else if (chgind <= sc->sc_chgind) {
704 if (chgind == sc->sc_chgind) {
709 sc->sc_chgind = chgind;

Completed in 38 milliseconds