Searched refs:ki_xstat (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32.h292 u_short ki_xstat; member in struct:kinfo_proc32
/freebsd-10-stable/sys/sys/
H A Duser.h157 u_short ki_xstat; /* Exit status for wait & stop signal */ member in struct:kinfo_proc
/freebsd-10-stable/bin/ps/
H A Dkeyword.c175 {"xstat", "XSTAT", NULL, 0, kvar, KOFF(ki_xstat), USHORT, "x", 0},
/freebsd-10-stable/lib/libkvm/
H A Dkvm_proc.c392 kp->ki_xstat = proc.p_xstat;
/freebsd-10-stable/sys/kern/
H A Dkern_proc.c942 kp->ki_xstat = p->p_xstat;
1173 CP(*ki, *ki32, ki_xstat);

Completed in 154 milliseconds