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

/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c98 * in raise_event to determine what payload to include.
161 static void raise_event(enum sc_event_type, char *);
230 * raise_event codepath calls logprint avoid recursion.
233 raise_event(SC_EVENT_SAVECORE_FAILURE, buf);
244 raise_event(SC_EVENT_SAVECORE_FAILURE, buf);
1557 raise_event(enum sc_event_type evidx, char *warn_string) function
1805 raise_event(SC_EVENT_DUMP_PENDING, NULL);
1861 raise_event(SC_EVENT_DUMP_AVAILABLE, NULL);
1930 raise_event(SC_EVENT_DUMP_AVAILABLE, NULL);

Completed in 48 milliseconds