Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.sched.c42 struct sched_event *t_next; member
84 for (count = 1, tp = sched_ptr; tp; count++, tp = tp->t_next) { in dosched()
111 if (tp->t_next == 0) in dosched()
114 pp = &tp->t_next; in dosched()
115 tp = tp->t_next; in dosched()
120 *pp = tp->t_next; in dosched()
173 pp = &(*pp)->t_next) in dosched()
175 tp->t_next = *pp; in dosched()
228 sched_ptr = tp->t_next; /* looping termination cond: */ in sched_run()
/freebsd/contrib/less/
H A Ddecode.c261 struct tablelist *t_next; member
339 for (t = tlist; t != NULL; t = t->t_next) in expand_cmd_table()
429 t->t_next = NULL; in add_cmd_table()
435 for (e = *tlist; e->t_next != NULL; e = e->t_next) in add_cmd_table()
437 e->t_next = t; in add_cmd_table()
450 if ((*tlist)->t_next == NULL) in pop_cmd_table()
457 for (e = *tlist; e->t_next->t_next != NULL; e = e->t_next) in pop_cmd_table()
459 t = e->t_next; in pop_cmd_table()
460 e->t_next = NULL; in pop_cmd_table()
780 for (t = tlist; t != NULL; t = t->t_next) in cmd_decode()
/freebsd/crypto/krb5/src/lib/krb5/keytab/
H A Dktbase.c99 const struct krb5_kt_typelist *t, *t_next; in krb5int_kt_finalize() local
102 for (t = kt_typehead; t != &krb5_kt_typelist_file; t = t_next) { in krb5int_kt_finalize()
103 t_next = t->next; in krb5int_kt_finalize()
/freebsd/usr.bin/iscsictl/
H A Discsictl.c70 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) { in target_find()
92 TAILQ_INSERT_TAIL(&conf->conf_targets, targ, t_next); in target_new()
101 TAILQ_REMOVE(&targ->t_conf->conf_targets, targ, t_next); in target_delete()
148 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) { in conf_verify()
896 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) in main()
H A Discsictl.h64 TAILQ_ENTRY(target) t_next;
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dccbase.c137 struct krb5_cc_typelist *t, *t_next; in krb5int_cc_finalize() local
148 for (t = cc_typehead; t != INITIAL_TYPEHEAD; t = t_next) { in krb5int_cc_finalize()
149 t_next = t->next; in krb5int_cc_finalize()
/freebsd/sbin/restore/
H A Ddirs.c65 struct inotab *t_next; member
736 itp->t_next = inotab[INOHASH(ctxp->ino)]; in allocinotab()
769 for (itp = inotab[INOHASH(ino)]; itp != NULL; itp = itp->t_next) in inotablookup()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h228 tdesc_t *t_next; /* Name hash next pointer */ member