Searched refs:t_next (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | tc.sched.c | 42 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/usr.bin/iscsictl/ |
H A D | iscsictl.c | 70 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 D | iscsictl.h | 64 TAILQ_ENTRY(target) t_next;
|
/freebsd/contrib/less/ |
H A D | decode.c | 252 struct tablelist *t_next; in expand_special_keys() 330 for (t = tlist; t != NULL; t = t->t_next) in init_cmds() 420 t->t_next = NULL; in add_var_table() 426 for (e = *tlist; e->t_next != NULL; e = e->t_next) 428 e->t_next = t; 441 if ((*tlist)->t_next == NULL) 448 for (e = *tlist; e->t_next->t_next != NULL; e = e->t_next) in mouse_button_rel() 229 struct tablelist *t_next; global() member [all...] |
/freebsd/usr.sbin/ctld/ |
H A D | ctld.c | 130 TAILQ_FOREACH_SAFE(targ, &conf->conf_targets, t_next, tmp) in conf_delete() 791 TAILQ_FOREACH(target, &conf->conf_targets, t_next) { in isns_do_register() 1204 TAILQ_INSERT_TAIL(&conf->conf_targets, targ, t_next); in target_new() 1216 TAILQ_REMOVE(&targ->t_conf->conf_targets, targ, t_next); in target_delete() 1229 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) { in target_find() 1266 TAILQ_FOREACH(targ, &lun->l_conf->conf_targets, t_next) { in lun_delete() 1433 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) { 1516 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) { in conf_verify() 1577 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) { in conf_verify() 2444 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) { in new_pports_from_conf()
|
H A D | ctld.h | 177 TAILQ_ENTRY(target) t_next;
|
/freebsd/sbin/restore/ |
H A D | dirs.c | 65 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 D | ctftools.h | 228 tdesc_t *t_next; /* Name hash next pointer */ member
|