Home
last modified time | relevance | path

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

/trueos/contrib/tcsh/
HDtc.sched.c46 struct sched_event *t_next; member
88 for (count = 1, tp = sched_ptr; tp; count++, tp = tp->t_next) { in dosched()
115 if (tp->t_next == 0) in dosched()
118 pp = &tp->t_next; in dosched()
119 tp = tp->t_next; in dosched()
124 *pp = tp->t_next; in dosched()
177 pp = &(*pp)->t_next) in dosched()
179 tp->t_next = *pp; in dosched()
232 sched_ptr = tp->t_next; /* looping termination cond: */ in sched_run()
/trueos/contrib/apr-util/misc/
HDapr_thread_pool.c445 apr_thread_pool_task_t *t_next; in add_if_empty() local
451 t_next = me->task_idx[seg]; in add_if_empty()
452 while (t_next->dispatch.priority > t->dispatch.priority) { in add_if_empty()
453 t_next = APR_RING_NEXT(t_next, link); in add_if_empty()
455 t_next) { in add_if_empty()
456 return t_next; in add_if_empty()
459 return t_next; in add_if_empty()
/trueos/usr.bin/iscsictl/
HDiscsictl.c70 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) { in target_find()
88 TAILQ_INSERT_TAIL(&conf->conf_targets, targ, t_next); in target_new()
97 TAILQ_REMOVE(&targ->t_conf->conf_targets, targ, t_next); in target_delete()
228 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) { in conf_verify()
805 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) in main()
HDiscsictl.h62 TAILQ_ENTRY(target) t_next;
/trueos/contrib/less/
HDdecode.c213 struct tablelist *t_next; member
343 t->t_next = *tlist;
493 for (t = tlist; t != NULL; t = t->t_next)
/trueos/usr.sbin/ctld/
HDctld.c122 TAILQ_FOREACH_SAFE(targ, &conf->conf_targets, t_next, tmp) in conf_delete()
817 TAILQ_FOREACH(target, &conf->conf_targets, t_next) { in isns_do_register()
1316 TAILQ_INSERT_TAIL(&conf->conf_targets, targ, t_next); in target_new()
1328 TAILQ_REMOVE(&targ->t_conf->conf_targets, targ, t_next); in target_delete()
1340 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) { in target_find()
1393 TAILQ_FOREACH(targ, &lun->l_conf->conf_targets, t_next) { in lun_delete()
1602 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) {
1683 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) { in conf_verify()
1742 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) { in conf_verify()
HDctld.h176 TAILQ_ENTRY(target) t_next;
/trueos/sbin/restore/
HDdirs.c71 struct inotab *t_next; member
741 itp->t_next = inotab[INOHASH(ctxp->ino)]; in allocinotab()
774 for (itp = inotab[INOHASH(ino)]; itp != NULL; itp = itp->t_next) in inotablookup()
/trueos/cddl/contrib/opensolaris/tools/ctf/cvt/
HDst_parse.c1058 for (tdp = hash[bucket]; tdp != NULL; tdp = tdp->t_next) { in lookup_name()
1103 tdp->t_next = name_table[hash]; in addhash()
1150 for (tdp = name_table[i]->t_next; in check_hash()
1152 tdp = tdp->t_next) in check_hash()
HDctftools.h222 tdesc_t *t_next; /* Name hash next pointer */ member