Home
last modified time | relevance | path

Searched refs:t_istop (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c886 uintptr_t t_istop = 0; /* event-of-interest stop */ in gcore_prchoose() local
961 if (t_istop == 0 || in gcore_prchoose()
964 t_istop = t_addr; in gcore_prchoose()
988 else if (t_istop) in gcore_prchoose()
989 t_addr = t_istop; in gcore_prchoose()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c145 kthread_t *t_istop = NULL; /* event-of-interest stop */ in prchoose() local
229 if (t_istop == NULL || in prchoose()
230 (t_istop->t_whystop == PR_SYSENTRY && in prchoose()
231 t_istop->t_whatstop == SYS_exit)) in prchoose()
232 t_istop = t; in prchoose()
256 else if (t_istop) in prchoose()
257 t = t_istop; in prchoose()