Home
last modified time | relevance | path

Searched refs:COREDUMP_FULLFSYNC (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dsignalvar.h236 #define COREDUMP_FULLFSYNC 0x0002 /* Run F_FULLFSYNC on the core file's vnode */ macro
/xnu-8019.80.24/bsd/kern/
H A Dkern_core.c582 if ((coredump_flags & COREDUMP_FULLFSYNC) && error == 0) { in coredump()
H A Dkern_exit.c898 err = coredump(p, 300, COREDUMP_IGNORE_ULIMIT | COREDUMP_FULLFSYNC); in launchd_crashed_panic()