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

/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c172 #define SC_SL_ERR 0x0002 /* syslog if !interactive, LOG_ERR */ macro
200 switch (flags & (SC_SL_NONE | SC_SL_ERR | SC_SL_WARN)) {
201 case SC_SL_ERR:
261 logprint(SC_SL_ERR | SC_EXIT_ERR, "open(\"%s\"): %s",
270 logprint(SC_SL_ERR | SC_EXIT_ERR, "fread: %s",
278 logprint(SC_SL_ERR | SC_EXIT_ERR, "fwrite: %s",
286 logprint(SC_SL_ERR | SC_EXIT_ERR, "fseeko64: %s",
296 logprint(SC_SL_ERR | SC_EXIT_ERR, "fstat(\"%s\"): %s", fname,
305 logprint(SC_SL_ERR | SC_EXIT_ERR, "failed to get status "
316 logprint(SC_SL_ERR | SC_EXIT_ER
[all...]

Completed in 61 milliseconds