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

  /src/sys/dev/ic/
dwc_gmac_var.h 78 int t_cur, t_next, t_queued; member in struct:dwc_gmac_tx_ring
dwc_gmac.c 692 ring->t_cur = ring->t_next = 0;
780 ring->t_cur = ring->t_next = 0;
1199 for (i = sc->sc_txq.t_next; sc->sc_txq.t_queued > 0; i = TX_NEXT(i)) {
1240 sc->sc_txq.t_next = i;
1673 sc->sc_txq.t_cur, sc->sc_txq.t_next, sc->sc_txq.t_queued);
  /src/usr.bin/config/
pack.c 89 struct tails *t_next; member in struct:tails
277 for (t = *hp; t != NULL; t = t->t_next) {
283 t->t_next = *hp;
364 next = t->t_next;
  /src/tests/lib/libm/
Makefile 39 TESTS_C+= t_next
  /src/sbin/restore/
dirs.c 75 struct inotab *t_next; member in struct:inotab
780 itp->t_next = inotab[INOHASH(ctxp->ino)];
813 for (itp = inotab[INOHASH(ino)]; itp != NULL; itp = itp->t_next)

Completed in 14 milliseconds