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

  /src/sys/dev/i2o/
iop.c 650 struct iop_initiator *ii, *nextii; local in function:iop_reconfigure
735 for (ii = LIST_FIRST(&sc->sc_iilist); ii != NULL; ii = nextii) {
736 nextii = LIST_NEXT(ii, ii_list);
iop.c 650 struct iop_initiator *ii, *nextii; local in function:iop_reconfigure
735 for (ii = LIST_FIRST(&sc->sc_iilist); ii != NULL; ii = nextii) {
736 nextii = LIST_NEXT(ii, ii_list);

Completed in 25 milliseconds