Searched refs:COREDUMP_FULLFSYNC (Results 1 – 3 of 3) sorted by relevance
236 #define COREDUMP_FULLFSYNC 0x0002 /* Run F_FULLFSYNC on the core file's vnode */ macro
582 if ((coredump_flags & COREDUMP_FULLFSYNC) && error == 0) { in coredump()
898 err = coredump(p, 300, COREDUMP_IGNORE_ULIMIT | COREDUMP_FULLFSYNC); in launchd_crashed_panic()