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

/freebsd-9.3-release/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-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_log.c186 tic->t_next = (*qp);
188 (*qp)->t_prev->t_next = tic;
191 tic->t_prev = tic->t_next = tic;
201 if (tic == tic->t_next) {
204 *qp = tic->t_next;
205 tic->t_next->t_prev = tic->t_prev;
206 tic->t_prev->t_next = tic->t_next;
209 tic->t_next = tic->t_prev = NULL;
780 tic = tic->t_next;
[all...]
H A Dxfs_log_priv.h286 struct xlog_ticket *t_next; /* :4|8 */ member in struct:xlog_ticket
H A Dxfsidbg.c6746 tic->t_next, tic->t_prev, tic->t_tid);
/freebsd-9.3-release/sbin/restore/
H A Ddirs.c71 struct inotab *t_next; member in struct:inotab
739 itp->t_next = inotab[INOHASH(ctxp->ino)];
772 for (itp = inotab[INOHASH(ino)]; itp != NULL; itp = itp->t_next)
/freebsd-9.3-release/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-9.3-release/contrib/less/
H A Ddecode.c213 struct tablelist *t_next; member in struct:tablelist
343 t->t_next = *tlist;
493 for (t = tlist; t != NULL; t = t->t_next)

Completed in 106 milliseconds