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

/freebsd-10-stable/contrib/tcsh/
H A Dtc.sched.c46 struct sched_event *t_next; member in struct:sched_event
88 for (count = 1, tp = sched_ptr; tp; count++, tp = tp->t_next) {
115 if (tp->t_next == 0)
118 pp = &tp->t_next;
119 tp = tp->t_next;
124 *pp = tp->t_next;
177 pp = &(*pp)->t_next)
179 tp->t_next = *pp;
232 sched_ptr = tp->t_next; /* looping termination cond: */
/freebsd-10-stable/usr.bin/iscsictl/
H A Discsictl.h62 TAILQ_ENTRY(target) t_next; member in struct:target
H A Discsictl.c70 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) {
88 TAILQ_INSERT_TAIL(&conf->conf_targets, targ, t_next);
97 TAILQ_REMOVE(&targ->t_conf->conf_targets, targ, t_next);
228 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) {
875 TAILQ_FOREACH(targ, &conf->conf_targets, t_next)
/freebsd-10-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-10-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-10-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-10-stable/usr.sbin/ctld/
H A Dctld.c122 TAILQ_FOREACH_SAFE(targ, &conf->conf_targets, t_next, tmp)
824 TAILQ_FOREACH(target, &conf->conf_targets, t_next) {
1336 TAILQ_INSERT_TAIL(&conf->conf_targets, targ, t_next);
1348 TAILQ_REMOVE(&targ->t_conf->conf_targets, targ, t_next);
1360 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) {
1414 TAILQ_FOREACH(targ, &lun->l_conf->conf_targets, t_next) {
1627 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) {
1711 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) {
1772 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) {
H A Dctld.h180 TAILQ_ENTRY(target) t_next; member in struct:target
/freebsd-10-stable/contrib/less/
H A Ddecode.c220 struct tablelist *t_next; member in struct:tablelist
303 for (t = tlist; t != NULL; t = t->t_next)
376 t->t_next = *tlist;
526 for (t = tlist; t != NULL; t = t->t_next)

Completed in 671 milliseconds