Home
last modified time | relevance | path

Searched refs:p_xstat (Results 1 – 7 of 7) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/sys/
H A Dproc.h139 u_short p_xstat; /* Exit status for wait; also stop signal. */ member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/sys/
H A Dproc.h139 u_short p_xstat; /* Exit status for wait; also stop signal. */ member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/sys/
H A Dproc.h142 u_short p_xstat; /* Exit status for wait; also stop signal. */ member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/sys/
H A Dproc.h142 u_short p_xstat; /* Exit status for wait; also stop signal. */ member
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dsysctl.h545 uint16_t p_xstat; /* U_SHORT: Exit status for wait; also stop signal. */ member
/dports/sysutils/p5-BSD-Process/BSD-Process-0.07/
H A DProcess.xs188 #define XSTAT_FIELD kp_proc.p_xstat
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_proc.c2286 ki->p_xstat = P_WAITSTATUS(p); in fill_kproc2()