HomeSort by: relevance | last modified time | path
    Searched refs:p_xexit (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
proc.h 334 int p_xexit; /* p: exit code */ member in struct:proc
447 #define P_WAITSTATUS(p) W_EXITCODE((p)->p_xexit, ((p)->p_xsig | \
  /src/sys/kern/
kern_exit.c 151 ksi->ksi_status = p->p_xexit;
325 p->p_xexit = exitcode;
915 siginfo->si_status = p->p_xexit;
1212 p->p_xexit = 0;
kern_proc.c 2696 p->p_xexit = psrc->p_xexit;
  /src/sys/rump/librump/rumpkern/
lwproc.c 226 p->p_xsig = p->p_xexit = p->p_acflag = 0;

Completed in 48 milliseconds