Searched refs:canlog (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dlog.c323 vlog_instance(const char *fmri, const char *logstem, boolean_t canlog, argument
344 if (canlog)
366 if (canlog)
370 if (write(fd, message, strlen(message)) < 0 && canlog)
378 if (close(fd) != 0 && canlog)
388 * calling log_*() functions on error when canlog is not set, since we may
392 * any instances have started, then it should be called with canlog clear,
397 log_instance(const restarter_inst_t *inst, boolean_t canlog, argument
403 vlog_instance(inst->ri_i.i_fmri, inst->ri_logstem, canlog, format,
414 * calling log_*() functions on error when canlog i
422 log_instance_fmri(const char *fmri, const char *logstem, boolean_t canlog, const char *format, ...) argument
[all...]

Completed in 55 milliseconds