Searched refs:logprint (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/savecore/ |
H A D | savecore.c | 186 logprint(uint32_t flags, char *message, ...) in logprint() function 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() 321 logprint(SC_SL_ERR | SC_EXIT_ERR, in Pread() 329 logprint(SC_SL_ERR | SC_EXIT_ERR, "pwrite: %s", in Pwrite() [all …]
|