Lines Matching refs:canlog
323 vlog_instance(const char *fmri, const char *logstem, boolean_t canlog,
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,
403 vlog_instance(inst->ri_i.i_fmri, inst->ri_logstem, canlog, format,
414 * calling log_*() functions on error when canlog is not set, since we may
422 log_instance_fmri(const char *fmri, const char *logstem, boolean_t canlog,
428 vlog_instance(fmri, logstem, canlog, format, args);