Searched refs:orig_status (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.h199 pstatus_t orig_status; /* remembered status on Pgrab() */ member in struct:ps_prochandle
H A DPcontrol.c698 P->orig_status = P->status; /* structure copy */
1417 P->status.pr_sigtrace = P->orig_status.pr_sigtrace;
1418 P->status.pr_flttrace = P->orig_status.pr_flttrace;
1419 P->status.pr_sysentry = P->orig_status.pr_sysentry;
1420 P->status.pr_sysexit = P->orig_status.pr_sysexit;
1422 (flags = (P->orig_status.pr_flags & ALL_SETTABLE_FLAGS))) {
1545 (P->orig_status.pr_lwp.pr_flags & (PR_ISTOP|PR_DSTOP)) == 0) {
H A DPcore.c186 P->orig_status = P->status;

Completed in 94 milliseconds