Searched refs:CS_KILLED (Results 1 – 9 of 9) sorted by relevance
65 #define CS_KILLED 0x01000000 /* was killed by kernel for invalidity */ macro
1079 uint64_t csflag_inherit_mask = ~CS_KILLED; in forkproc()
1918 … prefix_str, WTERMSIG(rv), WEXITSTATUS(rv), ((proc_getcsflags(p) & CS_KILLED) ? "CS_KILLED" : "")); in proc_handle_critical_exit()1921 ((proc_getcsflags(p) & CS_KILLED) ? "CS_KILLED" : ""), in proc_handle_critical_exit()1963 (hassigprop(WTERMSIG(rv), SA_CORE) || ((proc_getcsflags(p) & CS_KILLED) != 0) || in proc_prepareexit()
276 flags |= CS_KILLED; in cs_invalid_page()
2084 ((proc_getcsflags(p) & CS_KILLED) ? "(CS_KILLED)" : "")); in psignal_internal()2089 ((proc_getcsflags(p) & CS_KILLED) ? "(CS_KILLED)" : ""), in psignal_internal()
4019 if ((proc_getcsflags(p) & CS_KILLED) != 0) { in proc_pidnoteexit()
3658 proc_csflags_set(pt, CS_KILLED); in csops_internal()
8628 proc_csflags_set(p, CS_KILLED); in process_signature()
1274 CS_KILLED) != 0) { in filt_procevent()