Searched refs:OS_REASON_FLAG_NO_CRASH_REPORT (Results 1 – 3 of 3) sorted by relevance
130 #define OS_REASON_FLAG_NO_CRASH_REPORT 0x1 /* Don't create a crash report */ macro145 …_FLAG_CONSISTENT_FAILURE | OS_REASON_FLAG_ONE_TIME_FAILURE | OS_REASON_FLAG_NO_CRASH_REPORT | OS_R…
1269 if (!(PROC_HAS_EXITREASON(p) && (PROC_EXITREASON_FLAGS(p) & OS_REASON_FLAG_NO_CRASH_REPORT)) && in proc_prepareexit()
1532 if (!(exit_reason->osr_flags & OS_REASON_FLAG_NO_CRASH_REPORT)) { in build_userspace_exit_reason()