Searched refs:sc_rescnt (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/proto/
H A Dproto.h54 int sc_rescnt; member in struct:proto_softc
H A Dproto_core.c97 if (sc->sc_rescnt == PROTO_RES_MAX)
100 r = sc->sc_res + sc->sc_rescnt++;
185 for (res = 0; res < sc->sc_rescnt; res++) {
238 for (res = 0; res < sc->sc_rescnt; res++) {
268 sc->sc_rescnt = 0;

Completed in 179 milliseconds