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

  /src/external/bsd/openldap/dist/servers/lloadd/
tier.c 114 LDAP_STAILQ_REMOVE_HEAD( &tiers, t_next );
130 LDAP_STAILQ_FOREACH ( tier, &tiers, t_next ) {
140 LDAP_STAILQ_FOREACH ( tier, &tiers, t_next ) {
daemon.c 1304 LDAP_STAILQ_FOREACH ( tier, &tiers, t_next ) {
1680 LDAP_STAILQ_INSERT_HEAD( &tiers, tier, t_next );
1682 LDAP_STAILQ_INSERT_TAIL( &tiers, tier, t_next );
1686 LDAP_STAILQ_REMOVE( &tiers, tier, LloadTier, t_next );
lload.h 285 LDAP_STAILQ_ENTRY(LloadTier) t_next; member in struct:LloadTier
config.c 1234 tier = LDAP_STAILQ_LAST( &tiers, LloadTier, t_next );
1578 LDAP_STAILQ_INSERT_HEAD( &tiers, tier, t_next );
1581 LDAP_STAILQ_FOREACH ( tier2, &tiers, t_next ) {
1584 LDAP_STAILQ_INSERT_TAIL( &tiers, tier, t_next );
3884 LDAP_STAILQ_INSERT_HEAD( &tiers, tier, t_next );
3886 LDAP_STAILQ_INSERT_TAIL( &tiers, tier, t_next );
3990 LDAP_STAILQ_FOREACH ( tier, &tiers, t_next ) {
backend.c 403 LDAP_STAILQ_FOREACH( tier, &tiers, t_next ) {
operation.c 656 LDAP_STAILQ_FOREACH ( tier, &tiers, t_next ) {
monitor.c 1122 LDAP_STAILQ_FOREACH ( tier, &tiers, t_next ) {
1162 LDAP_STAILQ_FOREACH ( tier, &tiers, t_next ) {
  /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 681 ring->t_cur = ring->t_next = 0;
769 ring->t_cur = ring->t_next = 0;
1188 for (i = sc->sc_txq.t_next; sc->sc_txq.t_queued > 0; i = TX_NEXT(i)) {
1229 sc->sc_txq.t_next = i;
1662 sc->sc_txq.t_cur, sc->sc_txq.t_next, sc->sc_txq.t_queued);
  /src/tests/lib/libm/
Makefile 39 TESTS_C+= t_next
  /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/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)
  /src/external/bsd/less/dist/
decode.c 231 struct tablelist *t_next; member in struct:tablelist
309 for (t = tlist; t != NULL; t = t->t_next)
396 t->t_next = *tlist;
637 for (t = tlist; t != NULL; t = t->t_next)
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctftools.h 238 tdesc_t *t_next; /* Name hash next pointer */ member in struct:tdesc
st_parse.c 1062 for (tdp = hash[bucket]; tdp != NULL; tdp = tdp->t_next) {
1107 tdp->t_next = name_table[hash];
1154 for (tdp = name_table[i]->t_next;
1156 tdp = tdp->t_next)

Completed in 66 milliseconds