Searched refs:p_xstat (Results 1 – 12 of 12) sorted by relevance
257 p->p_xstat = rv; /* Let event handler change exit status */ in exit1()300 rv = p->p_xstat; /* Event handler could change exit status */ in exit1()814 *status = p->p_xstat; /* convert to int */ in proc_reap()877 p->p_xstat = 0; /* XXX: why? */ in proc_reap()1034 if (WCOREDUMP(p->p_xstat)) { in proc_to_reap()1036 siginfo->si_status = WTERMSIG(p->p_xstat); in proc_to_reap()1037 } else if (WIFSIGNALED(p->p_xstat)) { in proc_to_reap()1039 siginfo->si_status = WTERMSIG(p->p_xstat); in proc_to_reap()1042 siginfo->si_status = WEXITSTATUS(p->p_xstat); in proc_to_reap()1188 *status = W_STOPCODE(p->p_xstat); in kern_wait6()[all …]
2193 p->p_xstat = SIGCONT; in tdsendsignal()2272 p->p_xstat = sig; in tdsendsignal()2285 sigqueue_delete_proc(p, p->p_xstat); in tdsendsignal()2458 p->p_xstat = sig; in ptracestop()2721 p->p_xstat = sig; in issignal()2981 childproc_jobstate(p, reason, p->p_xstat); in childproc_stopped()2994 int xstat = p->p_xstat; /* convert to int */ in childproc_exited()
996 p->p_xstat = data;1328 p->p_xstat = val;
435 kn->kn_data = p->p_xstat; in filt_proc()
930 kp->ki_xstat = p->p_xstat; in fill_kinfo_proc_only()
143 ps->val = p->p_step ? p->p_xstat : 0; in procfs_ioctl()163 ps32->val = p->p_step ? p->p_xstat : 0; in procfs_ioctl()185 p->p_xstat = sig; in procfs_ioctl()
145 p->p_xstat = 0; /* XXX ? */ in procfs_control()201 p->p_xstat = 0; in procfs_control()342 p->p_xstat = nm->nm_val; in procfs_doprocctl()
569 #define p_endcopy p_xstat571 u_short p_xstat; /* (c) Exit status; also stop sig. */ member
276 p->p_xstat = shared_xstat; in linux_proc_exit()
1281 status = p->p_xstat;1308 status = W_STOPCODE(p->p_xstat);
418 "X %d %d\n", p->p_pid, W_EXITCODE(p->p_xstat, 0)); in filemon_event_process_exit()
392 kp->ki_xstat = proc.p_xstat; in kvm_proclist()