Searched refs:livedump (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c82 static int livedump; /* dump the current running system */ variable
1674 livedump++;
1709 if (cflag && livedump)
1712 if (dumpfile == NULL || livedump)
1733 if (livedump && ioctl(dumpfd, DIOCDUMP, NULL) == -1)
1802 * livedump, or when we inflating a compressed dump.
1804 if (!fm_panic && !livedump && !filemode)
1860 if (!livedump && !fm_panic)
1929 if (!livedump && !filemode && !fm_panic)

Completed in 61 milliseconds