Home
last modified time | relevance | path

Searched refs:coredump (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/sys/
H A Dimgact_elf.h107 int __elfN(coredump)(struct thread *, struct vnode *, off_t, int);
/f-stack/freebsd/amd64/amd64/
H A Delf_machdep.c61 .sv_coredump = __elfN(coredump),
96 .sv_coredump = __elfN(coredump),
/f-stack/freebsd/i386/i386/
H A Delf_machdep.c63 .sv_coredump = __elfN(coredump),
/f-stack/freebsd/arm64/arm64/
H A Delf_machdep.c70 .sv_coredump = __elfN(coredump),
/f-stack/freebsd/arm/arm/
H A Delf_machdep.c74 .sv_coredump = __elfN(coredump),
/f-stack/freebsd/kern/
H A Dkern_shutdown.c389 boolean_t coredump; in doadump() local
402 coredump = TRUE; in doadump()
405 coredump = FALSE; in doadump()
409 if (coredump) { in doadump()
H A Dkern_sig.c106 static int coredump(struct thread *);
189 SYSCTL_INT(_kern, OID_AUTO, coredump, CTLFLAG_RW,
3305 if (coredump(td) == 0) in sigexit()
3731 coredump(struct thread *td) in coredump() function
H A Dimgact_elf.c1653 __elfN(coredump)(struct thread *td, struct vnode *vp, off_t limit, int flags) in __elfN() argument
/f-stack/freebsd/mips/mips/
H A Delf_machdep.c67 .sv_coredump = __elfN(coredump),
H A Dfreebsd32_machdep.c87 .sv_coredump = __elfN(coredump),
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_18_05.rst620 can also be made persistent by adding ``kern.coredump=0`` to ``/etc/sysctl.conf``.