Home
last modified time | relevance | path

Searched refs:t_next (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/usr.bin/config/
H A Dpack.c89 struct tails *t_next; member
277 for (t = *hp; t != NULL; t = t->t_next) { in findvec()
283 t->t_next = *hp; in findvec()
364 next = t->t_next; in resettails()
/netbsd-src/external/bsd/less/dist/
H A Ddecode.c231 struct tablelist *t_next; member
309 for (t = tlist; t != NULL; t = t->t_next) in expand_cmd_table()
396 t->t_next = *tlist; in add_cmd_table()
637 for (t = tlist; t != NULL; t = t->t_next) in cmd_decode()
/netbsd-src/tests/lib/libm/
H A DMakefile39 TESTS_C+= t_next
/netbsd-src/sys/dev/ic/
H A Ddwc_gmac_var.h78 int t_cur, t_next, t_queued;
93 int t_cur, t_next, t_queued; global() member
H A Ddwc_gmac.c691 ring->t_cur = ring->t_next = 0; in dwc_gmac_alloc_tx_ring()
779 ring->t_cur = ring->t_next = 0; in dwc_gmac_free_tx_ring()
1198 for (i = sc->sc_txq.t_next; sc->sc_txq.t_queued > 0; i = TX_NEXT(i)) { in dwc_gmac_tx_intr()
1239 sc->sc_txq.t_next = i; in dwc_gmac_tx_intr()
1671 sc->sc_txq.t_cur, sc->sc_txq.t_next, sc->sc_txq.t_queued); in dwc_gmac_dump_tx_desc()
/netbsd-src/sbin/restore/
H A Ddirs.c75 struct inotab *t_next; member
780 itp->t_next = inotab[INOHASH(ctxp->ino)]; in allocinotab()
813 for (itp = inotab[INOHASH(ino)]; itp != NULL; itp = itp->t_next) in inotablookup()
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dst_parse.c1062 for (tdp = hash[bucket]; tdp != NULL; tdp = tdp->t_next) { in lookup_name()
1107 tdp->t_next = name_table[hash]; in addhash()
1154 for (tdp = name_table[i]->t_next; in check_hash()
1156 tdp = tdp->t_next) in check_hash()
H A Dctftools.h228 tdesc_t *t_next; /* Name hash next pointer */ member