Searched refs:COREDUMP_IGNORE_ULIMIT (Results 1 – 4 of 4) sorted by relevance
245 #define COREDUMP_IGNORE_ULIMIT 0x0001 /* Ignore the process's core file ulimit. */ macro
460 if (((coredump_flags & COREDUMP_IGNORE_ULIMIT) == 0) && in coredump()
1848 err = coredump(p, 300, COREDUMP_IGNORE_ULIMIT | COREDUMP_FULLFSYNC); in proc_crash_coredump()
7387 if ((error = coredump(cur_bsd_info, HWM_USERCORE_MINSPACE, COREDUMP_IGNORE_ULIMIT)) != 0) { in PROC_CROSSED_HIGH_WATERMARK__SEND_EXC_RESOURCE_AND_SUSPEND()