Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/tcsh/
Dtc.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()
/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_log.c186 tic->t_next = (*qp); in xlog_ins_ticketq()
188 (*qp)->t_prev->t_next = tic; in xlog_ins_ticketq()
191 tic->t_prev = tic->t_next = tic; in xlog_ins_ticketq()
201 if (tic == tic->t_next) { in xlog_del_ticketq()
204 *qp = tic->t_next; in xlog_del_ticketq()
205 tic->t_next->t_prev = tic->t_prev; in xlog_del_ticketq()
206 tic->t_prev->t_next = tic->t_next; in xlog_del_ticketq()
209 tic->t_next = tic->t_prev = NULL; in xlog_del_ticketq()
780 tic = tic->t_next; in xfs_log_move_tail()
801 tic = tic->t_next; in xfs_log_move_tail()
[all …]
Dxfs_log_priv.h286 struct xlog_ticket *t_next; /* :4|8 */ member
Dxfsidbg.c6746 tic->t_next, tic->t_prev, tic->t_tid); in xfsidbg_xlog_tic()
/freebsd-9-stable/contrib/less/
Ddecode.c214 struct tablelist *t_next; member
344 t->t_next = *tlist;
494 for (t = tlist; t != NULL; t = t->t_next)
/freebsd-9-stable/sbin/restore/
Ddirs.c71 struct inotab *t_next; member
739 itp->t_next = inotab[INOHASH(ctxp->ino)]; in allocinotab()
772 for (itp = inotab[INOHASH(ino)]; itp != NULL; itp = itp->t_next) in inotablookup()
/freebsd-9-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
Dst_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()
Dctftools.h222 tdesc_t *t_next; /* Name hash next pointer */ member