OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pr_why
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/libproc/dist/
proc_util.c
241
psp->
pr_why
= PR_FAULTED;
245
psp->
pr_why
= PR_SYSENTRY;
248
psp->
pr_why
= PR_SYSEXIT;
250
psp->
pr_why
= PR_SIGNALLED;
274
psp->
pr_why
= PR_FAULTED;
277
psp->
pr_why
= PR_SIGNALLED;
281
psp->
pr_why
= PR_SYSENTRY;
283
psp->
pr_why
= PR_SYSEXIT;
libproc.h
112
int
pr_why
;
member in struct:lwpstatus
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_proc.c
632
pid, psp->
pr_why
, psp->pr_what);
645
if (psp->
pr_why
== PR_REQUESTED) {
660
if (psp->
pr_why
== PR_FAULTED && psp->pr_what == FLTBPT)
662
else if (psp->
pr_why
== PR_SYSENTRY &&
665
else if (psp->
pr_why
== PR_SYSEXIT &&
668
else if (psp->
pr_why
== PR_SYSEXIT &&
/src/external/gpl3/gdb.old/dist/gdb/
procfs.c
677
/* Returns the
pr_why
field (why the process stopped). */
686
return pi->prstatus.pr_lwp.
pr_why
;
/src/external/gpl3/gdb/dist/gdb/
procfs.c
677
/* Returns the
pr_why
field (why the process stopped). */
686
return pi->prstatus.pr_lwp.
pr_why
;
Completed in 21 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026