Home
last modified time | relevance | path

Searched refs:SC_SL_ERR (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c174 #define SC_SL_ERR 0x0002 /* syslog if !interactive, LOG_ERR */ macro
202 switch (flags & (SC_SL_NONE | SC_SL_ERR | SC_SL_WARN)) { in logprint()
203 case SC_SL_ERR: in logprint()
263 logprint(SC_SL_ERR | SC_EXIT_ERR, "open(\"%s\"): %s", in Open()
272 logprint(SC_SL_ERR | SC_EXIT_ERR, "fread: %s", in Fread()
280 logprint(SC_SL_ERR | SC_EXIT_ERR, "fwrite: %s", in Fwrite()
288 logprint(SC_SL_ERR | SC_EXIT_ERR, "fseeko64: %s", in Fseek()
298 logprint(SC_SL_ERR | SC_EXIT_ERR, "fstat(\"%s\"): %s", fname, in Fstat()
307 logprint(SC_SL_ERR | SC_EXIT_ERR, "failed to get status " in Stat()
318 logprint(SC_SL_ERR | SC_EXIT_ERR, in Pread()
[all …]