Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_uthread.c110 tp = curthread->t_next; in cpr_stop_user()
161 } while ((tp = tp->t_next) != curthread); in cpr_stop_user()
177 tp = curthread->t_next; in cpr_check_user_threads()
212 } while ((tp = tp->t_next) != curthread && rc == 0); in cpr_check_user_threads()
229 tp = curthread->t_next; in cpr_start_user_threads()
256 } while ((tp = tp->t_next) != curthread); in cpr_start_user_threads()
322 tp = curthread->t_next; in cpr_threads_are_stopped()
337 } while ((tp = tp->t_next) != curthread); in cpr_threads_are_stopped()
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_quiesce.c349 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) { in sysctrl_stop_user_threads()
396 for (tp = curthread->t_next, bailout = 0; in sysctrl_stop_user_threads()
397 bailout == 0 && tp != curthread; tp = tp->t_next) { in sysctrl_stop_user_threads()
473 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) { in sysctrl_stop_kernel_threads()
502 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) { in sysctrl_start_user_threads()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y1309 lastp->t_next = tp; in type_AddTail()
1357 tp = tp->t_next; in type_PrintType()
1469 tp = tp->t_next; in type_IsVarargs()
1499 tp = tp->t_next; in type_IsPtrFun()
1502 tp = tp->t_next; in type_IsPtrFun()
1877 if (tp->t_next && in decl_ToString()
1945 tp = tp->t_next; in decl_ToString()
2109 tp = tp->t_next; in decl_PrintTraceInfo()
2156 tp = tp->t_next; in decl_GetTraceInfo()
2164 tp = tp->t_next; in decl_GetTraceInfo()
[all …]
H A Dparseproto.h225 struct _type *t_next; /* next type_t or NULL */ member
/illumos-gate/usr/src/cmd/saf/
H A Dpmadm.c87 struct taglist *t_next; /* next in list */ member
451 tp->t_next = NULL;
488 tp = tp->t_next;
503 tp = tp->t_next;
530 tp = tp->t_next;
814 tp->t_next = NULL;
837 tp = tp->t_next;
852 tp = tp->t_next;
974 tp = tp->t_next; in list_svcs()
1014 tp = tp->t_next; in list_svcs()
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_base.c52 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()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dktbase.c75 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()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_quiesce.c532 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) {
578 for (tp = curthread->t_next, bailout = 0;
579 tp != curthread; tp = tp->t_next) {
632 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccbase.c118 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()
/illumos-gate/usr/src/lib/libkvm/common/
H A Dtest.c439 (uintptr_t)&(t.t_next) - (uintptr_t)&t); in tst_segkp()
441 for (tp = alltp; tp; tp = (caddr_t)(t.t_next)) { in tst_segkp()
450 tp, t.t_stk, t.t_pcb.val[1], t.t_tid, t.t_next, t.t_prev); in tst_segkp()
463 if ((caddr_t)(t.t_next) == alltp) in tst_segkp()
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_quiesce.c550 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) { in dr_stop_user_threads()
597 for (tp = curthread->t_next, bailout = 0; in dr_stop_user_threads()
598 tp != curthread; tp = tp->t_next) { in dr_stop_user_threads()
665 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) { in dr_start_user_threads()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_quiesce.c551 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) { in dr_stop_user_threads()
598 for (tp = curthread->t_next, bailout = 0; in dr_stop_user_threads()
599 tp != curthread; tp = tp->t_next) { in dr_stop_user_threads()
666 for (tp = curthread->t_next; tp != curthread; tp = tp->t_next) { in dr_start_user_threads()
/illumos-gate/usr/src/uts/common/os/
H A Dlockstat_subr.c55 } while ((tp = tp->t_next) != curthread); in lockstat_active_threads()
H A Dlwp.c769 ASSERT(t != t->t_next); /* t0 never exits */ in lwp_create()
770 t->t_next->t_prev = t->t_prev; in lwp_create()
771 t->t_prev->t_next = t->t_next; in lwp_create()
1050 ASSERT(t != t->t_next); /* t0 never exits */ in lwp_exit()
1051 t->t_next->t_prev = t->t_prev; in lwp_exit()
1052 t->t_prev->t_next = t->t_next; in lwp_exit()
H A Daudit_core.c103 au_thread = au_thread->t_next; in audit_init()
H A Dcpu.c1560 t = t->t_next; in cpu_offline()
3024 tnext = t->t_next; in cpu_destroy_bound_threads()
3034 t->t_next->t_prev = t->t_prev; in cpu_destroy_bound_threads()
3035 t->t_prev->t_next = t->t_next; in cpu_destroy_bound_threads()
3036 t->t_next = tlist; in cpu_destroy_bound_threads()
3060 tnext = t->t_next; in cpu_destroy_bound_threads()
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp_parse.c372 while (tmp->t_next != NULL) in sdp_parse_time()
373 tmp = tmp->t_next; in sdp_parse_time()
374 tmp->t_next = new_time; in sdp_parse_time()
603 while (time->t_next != NULL) in sdp_parse_repeat()
604 time = time->t_next; in sdp_parse_repeat()
H A Dsdp.c508 while (tmp->t_next != NULL) in sdp_add_time()
509 tmp = tmp->t_next; in sdp_add_time()
510 tmp->t_next = new_time; in sdp_add_time()
782 time = time->t_next; in sdp_get_length()
903 time = time->t_next; in sdp_clone_session()
1059 time = time->t_next; in sdp_session_to_str()
H A Dsdp.h130 struct sdp_time *t_next; member
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c472 t->t_next = curthread; in thread_create()
483 curthread->t_prev->t_next = t; in thread_create()
608 t->t_next->t_prev = t->t_prev; in thread_exit()
609 t->t_prev->t_next = t->t_next; in thread_exit()
641 for (t = curthread->t_next; t != curthread; t = t->t_next) { in did_to_thread()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_value.c146 .t_next = (int (*)())(uintptr_t)mdb_tgt_notsup,
H A Dmdb_target_impl.h108 int (*t_next)(mdb_tgt_t *, uintptr_t *); member
/illumos-gate/usr/src/cmd/backup/restore/
H A Ddirs.c29 struct inotab *t_next; member
850 itp->t_next = inotab[INOHASH(ino)]; in allocinotab()
897 for (itp = inotab[INOHASH(ino)]; itp != NULL; itp = itp->t_next) in inotablookup()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmlsetup.c334 t0.t_next = &t0; in mlsetup()
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dkvm_amd64dep.c143 .t_next = (int (*)())(uintptr_t)mdb_tgt_notsup,

12