Searched defs:coredump (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dmsg.c65 const char coredump[] = " - core dumped"; variable
/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c1654 * If the 'coredump' flag is set, other LWPs are quiesced but not destroyed.
1662 exitlwps(int coredump) argument
1699 if (coredump) /* tell other lwps to stop, not exit */
1730 * 'coredump' flag set, then the lwps are terminated
1733 if (coredump) {
1767 if (!coredump && p->p_zombcnt) { /* cleanup the zombie lwps */
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1567 int cursig = 0, bits = 0, coredump = 0; local
1671 coredump = WIFSIGNALED(pi.pr_wstat) &&
1715 if (coredump)

Completed in 59 milliseconds