Searched defs:fm_panic (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/panic/
H A Dpanic_diag.c138 "dump available for an fm_panic()" },
403 boolean_t fm_panic, expect_savecore; local
425 if (nvlist_lookup_boolean_value(attr, "fm-panic", &fm_panic) != 0 ||
426 fm_panic == B_TRUE) {
500 boolean_t fm_panic; local
513 if (nvlist_lookup_boolean_value(attr, "fm-panic", &fm_panic) != 0 ||
514 fm_panic == B_TRUE) {
/illumos-gate/usr/src/uts/common/os/
H A Dfm.c79 * URL and SUNW-MSG-ID value to display for fm_panic(), defined below. These
373 fm_panic(const char *format, ...) function
402 * function is called by panicsys() and prints the message for fm_panic().
416 return; /* panic was not initiated by fm_panic(); do nothing */
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c78 static boolean_t fm_panic; /* dump is the result of fm_panic */ variable
1625 fm_panic ? B_TRUE : B_FALSE);
1792 fm_panic = B_TRUE;
1804 if (!fm_panic && !livedump && !filemode)
1819 int ec = fm_panic ? SC_EXIT_FM : SC_EXIT_PEND;
1827 fm_panic ? "(fault-management initiated)" : "");
1860 if (!livedump && !fm_panic)
1929 if (!livedump && !filemode && !fm_panic)
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h113 #define fm_panic panic macro

Completed in 70 milliseconds