/titanic_50/usr/src/uts/common/cpr/ |
H A D | cpr_uthread.c | 112 tp = curthread->t_next; in cpr_stop_user() 163 } while ((tp = tp->t_next) != curthread); in cpr_stop_user() 179 tp = curthread->t_next; in cpr_check_user_threads() 214 } while ((tp = tp->t_next) != curthread && rc == 0); in cpr_check_user_threads() 231 tp = curthread->t_next; in cpr_start_user_threads() 258 } while ((tp = tp->t_next) != curthread); in cpr_start_user_threads() 324 tp = curthread->t_next; in cpr_threads_are_stopped() 339 } while ((tp = tp->t_next) != curthread); in cpr_threads_are_stopped()
|
/titanic_50/usr/src/uts/sun4u/sunfire/io/ |
H A D | sysctrl_quiesce.c | 348 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) { in sysctrl_stop_user_threads() 395 for (tp = curthread->t_next, bailout = 0; in sysctrl_stop_user_threads() 396 bailout == 0 && tp != curthread; tp = tp->t_next) { in sysctrl_stop_user_threads() 472 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) { in sysctrl_stop_kernel_threads() 501 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) { in sysctrl_start_user_threads()
|
/titanic_50/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | parseproto.y | 1187 tp->t_next = NULL; /* generic */ in type_Construct() 1208 type_t *nextp = tp->t_next; in type_Destroy() 1306 while (p = lastp->t_next) in type_AddTail() 1309 lastp->t_next = tp; in type_AddTail() 1357 tp = tp->t_next; in type_PrintType() 1401 nt = (nextp = tp->t_next)? nextp->t_dt : DD_NONE; in type_Verify() 1416 return (tp->t_next); in type_GetNext() 1469 tp = tp->t_next; in type_IsVarargs() 1499 tp = tp->t_next; in type_IsPtrFun() 1502 tp = tp->t_next; in type_IsPtrFun() [all …]
|
H A D | parseproto.h | 227 struct _type *t_next; /* next type_t or NULL */ member
|
/titanic_50/usr/src/cmd/saf/ |
H A D | pmadm.c | 89 struct taglist *t_next; /* next in list */ member 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 …]
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/ |
H A D | ktbase.c | 75 struct krb5_kt_typelist *t, *t_next; in krb5int_kt_finalize() local 79 t = t_next) { in krb5int_kt_finalize() 80 t_next = (struct krb5_kt_typelist *)t->next; in krb5int_kt_finalize()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc_base.c | 52 struct krb5_rc_typelist *t, *t_next; in krb5int_rc_terminate() local 76 for (t = typehead; t != &krb5_rc_typelist_dfl; t = t_next) { in krb5int_rc_terminate() 77 t_next = t->next; in krb5int_rc_terminate()
|
/titanic_50/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp_quiesce.c | 529 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) {
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | ccbase.c | 118 struct krb5_cc_typelist *t, *t_next; in krb5int_cc_finalize() local 125 for (t = cc_typehead; t != INITIAL_TYPEHEAD; t = t_next) { in krb5int_cc_finalize() 126 t_next = t->next; in krb5int_cc_finalize()
|
/titanic_50/usr/src/lib/libkvm/common/ |
H A D | test.c | 441 (uintptr_t)&(t.t_next) - (uintptr_t)&t); in tst_segkp() 443 for (tp = alltp; tp; tp = (caddr_t)(t.t_next)) { in tst_segkp() 452 tp, t.t_stk, t.t_pcb.val[1], t.t_tid, t.t_next, t.t_prev); in tst_segkp() 465 if ((caddr_t)(t.t_next) == alltp) in tst_segkp()
|
/titanic_50/usr/src/uts/i86pc/io/dr/ |
H A D | dr_quiesce.c | 548 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) { in dr_stop_user_threads() 595 for (tp = curthread->t_next, bailout = 0; in dr_stop_user_threads() 596 tp != curthread; tp = tp->t_next) { in dr_stop_user_threads() 663 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) { in dr_start_user_threads()
|
/titanic_50/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr_quiesce.c | 549 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) { in dr_stop_user_threads() 596 for (tp = curthread->t_next, bailout = 0; in dr_stop_user_threads() 597 tp != curthread; tp = tp->t_next) { in dr_stop_user_threads() 664 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) { in dr_start_user_threads()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | lockstat_subr.c | 57 } while ((tp = tp->t_next) != curthread); in lockstat_active_threads()
|
H A D | lwp.c | 768 ASSERT(t != t->t_next); /* t0 never exits */ in lwp_create() 769 t->t_next->t_prev = t->t_prev; in lwp_create() 770 t->t_prev->t_next = t->t_next; in lwp_create() 1055 ASSERT(t != t->t_next); /* t0 never exits */ in lwp_exit() 1056 t->t_next->t_prev = t->t_prev; in lwp_exit() 1057 t->t_prev->t_next = t->t_next; in lwp_exit()
|
H A D | audit_core.c | 103 au_thread = au_thread->t_next; in audit_init()
|
H A D | cpu.c | 1525 t = t->t_next; in cpu_offline() 2906 tnext = t->t_next; in cpu_destroy_bound_threads() 2916 t->t_next->t_prev = t->t_prev; in cpu_destroy_bound_threads() 2917 t->t_prev->t_next = t->t_next; in cpu_destroy_bound_threads() 2918 t->t_next = tlist; in cpu_destroy_bound_threads() 2942 tnext = t->t_next; in cpu_destroy_bound_threads()
|
/titanic_50/usr/src/uts/common/disp/ |
H A D | thread.c | 474 t->t_next = curthread; in thread_create() 485 curthread->t_prev->t_next = t; in thread_create() 619 t->t_next->t_prev = t->t_prev; in thread_exit() 620 t->t_prev->t_next = t->t_next; in thread_exit() 652 for (t = curthread->t_next; t != curthread; t = t->t_next) { in did_to_thread()
|
/titanic_50/usr/src/lib/libcommputil/common/ |
H A D | sdp_parse.c | 374 while (tmp->t_next != NULL) in sdp_parse_time() 375 tmp = tmp->t_next; in sdp_parse_time() 376 tmp->t_next = new_time; in sdp_parse_time() 605 while (time->t_next != NULL) in sdp_parse_repeat() 606 time = time->t_next; in sdp_parse_repeat()
|
H A D | sdp.c | 510 while (tmp->t_next != NULL) in sdp_add_time() 511 tmp = tmp->t_next; in sdp_add_time() 512 tmp->t_next = new_time; in sdp_add_time() 784 time = time->t_next; in sdp_get_length() 905 time = time->t_next; in sdp_clone_session() 1061 time = time->t_next; in sdp_session_to_str()
|
H A D | sdp.h | 132 struct sdp_time *t_next; member
|
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | st_parse.c | 1059 for (tdp = hash[bucket]; tdp != NULL; tdp = tdp->t_next) { in lookup_name() 1104 tdp->t_next = name_table[hash]; in addhash() 1151 for (tdp = name_table[i]->t_next; in check_hash() 1153 tdp = tdp->t_next) in check_hash()
|
H A D | ctftools.h | 222 tdesc_t *t_next; /* Name hash next pointer */ member
|
/titanic_50/usr/src/cmd/backup/restore/ |
H A D | dirs.c | 29 struct inotab *t_next; member 872 itp->t_next = inotab[INOHASH(ino)]; in allocinotab() 919 for (itp = inotab[INOHASH(ino)]; itp != NULL; itp = itp->t_next) in inotablookup()
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | mlsetup.c | 295 t0.t_next = &t0; in mlsetup()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_target_impl.h | 108 int (*t_next)(mdb_tgt_t *, uintptr_t *); member
|