Home
last modified time | relevance | path

Searched refs:t_whystop (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/exec/elf/
H A Dold_notes.c157 t->t_whystop = PR_FAULTED; in write_old_elfnotes()
162 t->t_whystop = 0; in write_old_elfnotes()
H A Delf_notes.c264 curthread->t_whystop = PR_FAULTED; in write_elfnotes()
269 curthread->t_whystop = 0; in write_elfnotes()
521 t->t_whystop = PR_FAULTED; in write_elfnotes()
526 t->t_whystop = 0; in write_elfnotes()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h75 ushort_t t_whystop; member
/illumos-gate/usr/src/uts/common/os/
H A Dsched.c317 t->t_whystop = PR_SUSPENDED; in sched()
493 t->t_whystop = PR_SUSPENDED; in sched()
H A Dclock.c920 t->t_whystop = 0; in clock()
940 t->t_whystop = 0; in clock()
H A Dsig.c271 tt->t_whystop == PR_JOBCONTROL) { in sigtoproc()
834 t->t_whystop != PR_JOBCONTROL)) { in jobstopped()
1177 t->t_whystop = (short)why; in stop()
H A Dlwp.c685 t->t_whystop = PR_SUSPENDED; in lwp_create()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c933 switch (t->t_whystop) { in gcore_prchoose()
965 t_istop_whystop = t->t_whystop; in gcore_prchoose()
1233 sp->pr_why = t->t_whystop; in gcore_prgetlwpstatus()
1241 if (t->t_whystop == PR_FAULTED) { in gcore_prgetlwpstatus()
1282 if ((t->t_state == TS_STOPPED && t->t_whystop == PR_SYSEXIT) || in gcore_prgetlwpstatus()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1392 t->t_whystop == PR_SYSENTRY && in pr_setrun()
1395 t->t_whystop = PR_REQUESTED; in pr_setrun()
1401 t->t_whystop == PR_REQUESTED) { in pr_setrun()
1637 tx->t_whystop == PR_JOBCONTROL) { in pr_setsig()
2080 (t)->t_whystop == PR_JOBCONTROL && \
H A Dprsubr.c201 switch (t->t_whystop) { in prchoose()
230 (t_istop->t_whystop == PR_SYSENTRY && in prchoose()
238 t->t_whystop, (void *)t); in prchoose()
1019 sp->pr_why = t->t_whystop; in prgetlwpstatus32()
1026 if (t->t_whystop == PR_FAULTED) { in prgetlwpstatus32()
1086 if ((t->t_state == TS_STOPPED && t->t_whystop == PR_SYSEXIT) || in prgetlwpstatus32()
1251 sp->pr_why = t->t_whystop; in prgetlwpstatus()
1258 if (t->t_whystop == PR_FAULTED) in prgetlwpstatus()
1314 if ((t->t_state == TS_STOPPED && t->t_whystop == PR_SYSEXIT) || in prgetlwpstatus()
H A Dprioctl.c1358 sp->pr_why = t->t_whystop; in oprgetstatus32()
1362 if (t->t_whystop == PR_FAULTED) { in oprgetstatus32()
1443 if (t->t_whystop == PR_SYSEXIT && t->t_sysnum == SYS_execve) { in oprgetstatus32()
3171 sp->pr_why = t->t_whystop; in oprgetstatus()
3175 if (t->t_whystop == PR_FAULTED) in oprgetstatus()
3252 if (t->t_whystop == PR_SYSEXIT && t->t_sysnum == SYS_execve) { in oprgetstatus()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h182 ushort_t t_whystop; /* reason for stopping */ member
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1436 t->t_whystop = 0; in setrun_locked()