Searched refs:CS_KILLED (Results 1 – 9 of 9) sorted by relevance
65 #define CS_KILLED 0x01000000 /* was killed by kernel for invalidity */ macro
1087 uint64_t csflag_inherit_mask = ~CS_KILLED; in forkproc()
1870 … prefix_str, WTERMSIG(rv), WEXITSTATUS(rv), ((proc_getcsflags(p) & CS_KILLED) ? "CS_KILLED" : "")); in proc_handle_critical_exit()1873 ((proc_getcsflags(p) & CS_KILLED) ? "CS_KILLED" : ""), in proc_handle_critical_exit()1915 (hassigprop(WTERMSIG(rv), SA_CORE) || ((proc_getcsflags(p) & CS_KILLED) != 0) || in proc_prepareexit()
276 flags |= CS_KILLED; in cs_invalid_page()
2076 ((proc_getcsflags(p) & CS_KILLED) ? "(CS_KILLED)" : "")); in psignal_internal()2081 ((proc_getcsflags(p) & CS_KILLED) ? "(CS_KILLED)" : ""), in psignal_internal()
4003 if ((proc_getcsflags(p) & CS_KILLED) != 0) { in proc_pidnoteexit()
3426 proc_csflags_set(pt, CS_KILLED); in csops_internal()
7955 proc_csflags_set(p, CS_KILLED); in process_signature()
1273 CS_KILLED) != 0) { in filt_procevent()