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

  /src/sys/dev/sdmmc/
sdhcvar.h 34 int sc_nhosts; member in struct:sdhc_softc
sdhc.c 260 for (size_t host = 0; host < hp->sc->sc_nhosts; host++) {
290 sc->sc_host[sc->sc_nhosts++] = hp;
658 sc->sc_host[--sc->sc_nhosts] = NULL;
669 for (size_t n = 0; n < sc->sc_nhosts; n++) {
722 for (size_t n = 0; n < sc->sc_nhosts; n++) {
751 for (size_t n = 0; n < sc->sc_nhosts; n++) {
784 for (size_t i = 0; i < sc->sc_nhosts; i++) {
2377 for (size_t host = 0; host < sc->sc_nhosts; host++) {

Completed in 14 milliseconds