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

  /src/lib/libc/string/
Lint_rindex.c 12 rindex(const char *src, int c) function in typeref:typename:char *
  /src/sys/dev/qbus/
if_qt.c 151 int rindex; /* Receive Completed Index */ member in struct:qt_softc
481 sc->rindex = 0;
618 while (sc->sc_ib->qc_r[(int)sc->rindex].rmd3 & RMD3_OWN) {
619 rp = &sc->sc_ib->qc_r[(int)sc->rindex];
639 m = if_ubaget(&sc->sc_ifuba, &sc->sc_ifr[(int)sc->rindex],
650 if (++sc->rindex >= NRCV)
651 sc->rindex = 0;

Completed in 13 milliseconds