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

/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c173 #define SC_SL_WARN 0x0004 /* syslog if !interactive, LOG_WARNING */ macro
200 switch (flags & (SC_SL_NONE | SC_SL_ERR | SC_SL_WARN)) {
206 case SC_SL_WARN:
1380 logprint(SC_SL_WARN,
1419 logprint(SC_SL_WARN, "bad data after page %ld", saved);
1634 logprint(SC_SL_WARN, "Errors while constructing '%s' "
1787 logprint(SC_SL_WARN, "incomplete dump on dump device");
1807 logprint(SC_SL_WARN, "System dump time: %s",
1818 int lvl = interactive ? SC_SL_WARN : SC_SL_ERR;
1875 logprint(SC_SL_WARN,
[all...]

Completed in 276 milliseconds