Searched refs:t_next (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
H A Dtc.sched.c42 struct sched_event *t_next; member in struct:sched_event
84 for (count = 1, tp = sched_ptr; tp; count++, tp = tp->t_next) {
111 if (tp->t_next == 0)
114 pp = &tp->t_next;
115 tp = tp->t_next;
120 *pp = tp->t_next;
173 pp = &(*pp)->t_next)
175 tp->t_next = *pp;
228 sched_ptr = tp->t_next; /* looping termination cond: */
/freebsd-11-stable/usr.bin/iscsictl/
H A Discsictl.h67 TAILQ_ENTRY(target) t_next; member in struct:target
H A Discsictl.c72 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) {
90 TAILQ_INSERT_TAIL(&conf->conf_targets, targ, t_next);
99 TAILQ_REMOVE(&targ->t_conf->conf_targets, targ, t_next);
246 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) {
968 TAILQ_FOREACH(targ, &conf->conf_targets, t_next)
/freebsd-11-stable/contrib/apr-util/misc/
H A Dapr_thread_pool.c445 apr_thread_pool_task_t *t_next; local
451 t_next = me->task_idx[seg];
452 while (t_next->dispatch.priority > t->dispatch.priority) {
453 t_next = APR_RING_NEXT(t_next, link);
455 t_next) {
456 return t_next;
459 return t_next;
/freebsd-11-stable/sbin/restore/
H A Ddirs.c71 struct inotab *t_next; member in struct:inotab
741 itp->t_next = inotab[INOHASH(ctxp->ino)];
774 for (itp = inotab[INOHASH(ino)]; itp != NULL; itp = itp->t_next)
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h222 tdesc_t *t_next; /* Name hash next pointer */ member in struct:tdesc
H A Dst_parse.c1058 for (tdp = hash[bucket]; tdp != NULL; tdp = tdp->t_next) {
1103 tdp->t_next = name_table[hash];
1150 for (tdp = name_table[i]->t_next;
1152 tdp = tdp->t_next)
/freebsd-11-stable/usr.sbin/ctld/
H A Dctld.c125 TAILQ_FOREACH_SAFE(targ, &conf->conf_targets, t_next, tmp)
828 TAILQ_FOREACH(target, &conf->conf_targets, t_next) {
1356 TAILQ_INSERT_TAIL(&conf->conf_targets, targ, t_next);
1368 TAILQ_REMOVE(&targ->t_conf->conf_targets, targ, t_next);
1380 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) {
1434 TAILQ_FOREACH(targ, &lun->l_conf->conf_targets, t_next) {
1647 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) {
1731 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) {
1792 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) {
H A Dctld.h184 TAILQ_ENTRY(target) t_next; member in struct:target
/freebsd-11-stable/contrib/less/
H A Ddecode.c228 struct tablelist *t_next; member in struct:tablelist
311 for (t = tlist; t != NULL; t = t->t_next)
384 t->t_next = *tlist;
654 for (t = tlist; t != NULL; t = t->t_next)

Completed in 137 milliseconds