Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/proto/
HDproto_core.c98 if (sc->sc_rescnt == PROTO_RES_MAX) in proto_add_resource()
101 r = sc->sc_res + sc->sc_rescnt++; in proto_add_resource()
186 for (res = 0; res < sc->sc_rescnt; res++) { in proto_attach()
239 for (res = 0; res < sc->sc_rescnt; res++) { in proto_detach()
269 sc->sc_rescnt = 0; in proto_detach()
HDproto.h54 int sc_rescnt; member