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

12

/illumos-gate/usr/src/uts/common/os/
H A Dlockstat_subr.c57 } while ((tp = tp->t_next) != curthread);
H A Dlwp.c768 ASSERT(t != t->t_next); /* t0 never exits */
769 t->t_next->t_prev = t->t_prev;
770 t->t_prev->t_next = t->t_next;
1055 ASSERT(t != t->t_next); /* t0 never exits */
1056 t->t_next->t_prev = t->t_prev;
1057 t->t_prev->t_next = t->t_next;
H A Daudit_core.c103 au_thread = au_thread->t_next;
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_uthread.c112 tp = curthread->t_next;
163 } while ((tp = tp->t_next) != curthread);
179 tp = curthread->t_next;
214 } while ((tp = tp->t_next) != curthread && rc == 0);
231 tp = curthread->t_next;
258 } while ((tp = tp->t_next) != curthread);
324 tp = curthread->t_next;
339 } while ((tp = tp->t_next) != curthread);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_base.c52 struct krb5_rc_typelist *t, *t_next; local
76 for (t = typehead; t != &krb5_rc_typelist_dfl; t = t_next) {
77 t_next = t->next;
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_quiesce.c348 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) {
395 for (tp = curthread->t_next, bailout = 0;
396 bailout == 0 && tp != curthread; tp = tp->t_next) {
472 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) {
501 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) {
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y1187 tp->t_next = NULL; /* generic */
1208 type_t *nextp = tp->t_next;
1306 while (p = lastp->t_next)
1309 lastp->t_next = tp;
1357 tp = tp->t_next;
1401 nt = (nextp = tp->t_next)? nextp->t_dt : DD_NONE;
1416 return (tp->t_next);
1469 tp = tp->t_next;
1499 tp = tp->t_next;
1502 tp = tp->t_next;
[all...]
H A Dparseproto.h227 struct _type *t_next; /* next type_t or NULL */ member in struct:_type
/illumos-gate/usr/src/lib/libkvm/common/
H A Dtest.c441 (uintptr_t)&(t.t_next) - (uintptr_t)&t);
443 for (tp = alltp; tp; tp = (caddr_t)(t.t_next)) {
452 tp, t.t_stk, t.t_pcb.val[1], t.t_tid, t.t_next, t.t_prev);
465 if ((caddr_t)(t.t_next) == alltp)
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccbase.c118 struct krb5_cc_typelist *t, *t_next; local
125 for (t = cc_typehead; t != INITIAL_TYPEHEAD; t = t_next) {
126 t_next = t->next;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dktbase.c75 struct krb5_kt_typelist *t, *t_next; local
79 t = t_next) {
80 t_next = (struct krb5_kt_typelist *)t->next;
/illumos-gate/usr/src/cmd/saf/
H A Dpmadm.c89 struct taglist *t_next; /* next in list */ member in struct:taglist
453 tp->t_next = NULL;
490 tp = tp->t_next;
505 tp = tp->t_next;
532 tp = tp->t_next;
816 tp->t_next = NULL;
839 tp = tp->t_next;
854 tp = tp->t_next;
979 tp = tp->t_next;
1019 tp = tp->t_next;
[all...]
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_quiesce.c548 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) {
595 for (tp = curthread->t_next, bailout = 0;
596 tp != curthread; tp = tp->t_next) {
663 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) {
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_quiesce.c529 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) {
575 for (tp = curthread->t_next, bailout = 0;
576 tp != curthread; tp = tp->t_next) {
629 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) {
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp.h132 struct sdp_time *t_next; member in struct:sdp_time
H A Dsdp_parse.c374 while (tmp->t_next != NULL)
375 tmp = tmp->t_next;
376 tmp->t_next = new_time;
605 while (time->t_next != NULL)
606 time = time->t_next;
H A Dsdp.c510 while (tmp->t_next != NULL)
511 tmp = tmp->t_next;
512 tmp->t_next = new_time;
784 time = time->t_next;
905 time = time->t_next;
1061 time = time->t_next;
H A Dsdp_parse_helper.c196 next_time = time->t_next;
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_quiesce.c549 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) {
596 for (tp = curthread->t_next, bailout = 0;
597 tp != curthread; tp = tp->t_next) {
664 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) {
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c474 t->t_next = curthread;
485 curthread->t_prev->t_next = t;
619 t->t_next->t_prev = t->t_prev;
620 t->t_prev->t_next = t->t_next;
652 for (t = curthread->t_next; t != curthread; t = t->t_next) {
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctftools.h222 tdesc_t *t_next; /* Name hash next pointer */ member in struct:tdesc
H A Dst_parse.c1059 for (tdp = hash[bucket]; tdp != NULL; tdp = tdp->t_next) {
1104 tdp->t_next = name_table[hash];
1151 for (tdp = name_table[i]->t_next;
1153 tdp = tdp->t_next)
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target_impl.h108 int (*t_next)(mdb_tgt_t *, uintptr_t *); member in struct:mdb_tgt_ops
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmlsetup.c296 t0.t_next = &t0;
/illumos-gate/usr/src/cmd/backup/restore/
H A Ddirs.c29 struct inotab *t_next; member in struct:inotab
872 itp->t_next = inotab[INOHASH(ino)];
919 for (itp = inotab[INOHASH(ino)]; itp != NULL; itp = itp->t_next)

Completed in 105 milliseconds

12