Searched refs:fmd_error (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_proc.c38 #include <fmd_error.h>
H A Dfmd_rpc.c41 #include <fmd_error.h>
74 fmd_error(EFMD_RPC_REG, "failed to iterate over "
96 fmd_error(EFMD_RPC_REG, "failed to open %s: %s\n",
109 fmd_error(EFMD_RPC_REG, "failed to register "
137 fmd_error(EFMD_RPC_REG, "failed to create door for "
213 fmd_error(EFMD_EXIT, "failed to create rpc server bindings");
216 fmd_error(EFMD_EXIT, "failed to create rpc server thread");
H A Dfmd_subr.h49 extern void fmd_error(int, const char *, ...);
H A Dfmd_rtld.c33 #include <fmd_error.h>
52 fmd_error(EFMD_RTLD_OPEN, "%s\n", dlerror());
H A Dfmd_log.c83 #include <fmd_error.h>
217 fmd_error(err, buf);
267 fmd_error(EFMD_LOG_INVAL, "%s: log version "
279 fmd_error(EFMD_LOG_INVAL, "%s: log tag '%s' "
299 fmd_error(EFMD_LOG_INVAL, "%s: fmd hdr record group did not "
323 fmd_error(EFMD_LOG_INVAL, "%s: skip %llx exceeds file size; "
341 fmd_error(EFMD_LOG_EXACCT, "%s: failed to open log file: %s\n",
382 fmd_error(EFMD_LOG_OPEN, "failed to open log %s", lp->log_name);
408 fmd_error(EFMD_LOG_OPEN,
456 fmd_error(EFMD_LOG_CLOS
[all...]
H A Dfmd_ctl.c69 #include <fmd_error.h>
100 fmd_error(EFMD_CTL_INVAL, "ignoring invalid control event %s\n", class);
H A Dfmd_thread.c30 #include <fmd_error.h>
126 fmd_error(EFMD_MOD_JOIN, "failed to join thread for module "
H A Dfmd_main.c41 #include <fmd_error.h>
159 fmd_error(EFMD_EXIT, "additional privileges required to run\n");
172 fmd_error(EFMD_EXIT, "failed to create pipe for daemonize");
175 fmd_error(EFMD_EXIT, "failed to fork into background");
H A Dfmd_builtin.c28 #include <fmd_error.h>
H A Dfmd_dr.c63 #include <fmd_error.h>
H A Dfmd_ustat.c34 #include <fmd_error.h>
226 fmd_error(EFMD_STAT_BADNAME, "'%s' does not conform to "
233 fmd_error(EFMD_STAT_BADTYPE, "'%s' statistic type %u "
250 fmd_error(EFMD_STAT_DUPNAME, "'%s' is already defined "
H A Dfmd_topo.c39 #include <fmd_error.h>
H A Dfmd.c45 #include <fmd_error.h>
421 fmd_error(EFMD_EXIT, "failed to create pthread key");
456 fmd_error(EFMD_EXIT,
526 fmd_error(EFMD_EXIT, "failed to attach main thread key");
531 fmd_error(EFMD_EXIT, "failed to initialize statistics");
887 fmd_error(EFMD_EXIT, "invalid signal selected for "
892 fmd_error(EFMD_EXIT, "signal selected for client.thrsig "
921 fmd_error(EFMD_EXIT, "failed to initialize log files\n");
956 fmd_error(EFMD_EXIT, "failed to initialize fault manager\n");
H A Dfmd_conf.c38 #include <fmd_error.h>
718 fmd_error(EFMD_EXIT, "failed to open %s: %s\n",
721 fmd_error(EFMD_CONF_OPEN, "failed to open %s: %s\n",
740 fmd_error(EFMD_CONF_KEYWORD, "\"%s\", line %d: "
748 fmd_error(errno, "\"%s\", line %d", file, line);
775 fmd_error(EFMD_CONF_PROPNAME, "ignoring invalid formal "
782 fmd_error(EFMD_CONF_PROPDUP, "ignoring "
797 fmd_error(EFMD_CONF_DEFAULT, "ignoring invalid default "
853 fmd_error(EFMD_CONF_DEFER,
H A Dfmd_subr.c39 #include <fmd_error.h>
190 fmd_error(int err, const char *format, ...) function
H A Dfmd_scheme.c32 #include <fmd_error.h>
400 fmd_error(EFMD_FMRI_SCHEME,
405 fmd_error(EFMD_FMRI_SCHEME,
H A Dfmd_self.c33 #include <fmd_error.h>
H A Dfmd_ckpt.c37 #include <fmd_error.h>
342 * fmd_ckpt_error() is used as a wrapper around fmd_error() for ckpt routines.
803 fmd_error(EFMD_CKPT_MKDIR,
815 fmd_error(EFMD_CKPT_CREATE, "failed to create %s", ckp.ckp_src);
822 fmd_error(EFMD_CKPT_NOMEM, "failed to build %s", ckp.ckp_src);
837 fmd_error(EFMD_CKPT_COMMIT, "failed to commit %s", ckp.ckp_dst);
1164 fmd_error(EFMD_CKPT_OPEN, "can't open %s", ckp.ckp_src);
1193 fmd_error(EFMD_CKPT_DELETE, "failed to delete %s", path);
1212 fmd_error(EFMD_CKPT_DELETE, "failed to rename %s", src);
H A Dfmd_module.c36 #include <fmd_error.h>
223 fmd_error(EFMD_MOD_INIT, "failed to initialize per-mod stats");
232 fmd_error(EFMD_MOD_INIT, "failed to initialize nvlist "
285 fmd_error(EFMD_MOD_THR, "failed to create thread for %s", path);
319 fmd_error(EFMD_MOD_INIT, "failed to load %s: %s\n",
876 fmd_error(err, "stopping after %s in client %s (%p)\n",
H A Dfmd_asru.c39 #include <fmd_error.h>
464 fmd_error(EFMD_ASRU_EVENT, "failed to reload asru %s: "
470 fmd_error(EFMD_ASRU_EVENT, "failed to reload asru %s: "
614 fmd_error(EFMD_ASRU_EVENT, "failed to rename log %s", src);
652 fmd_error(EFMD_ASRU_NODIR,
1204 fmd_error(EFMD_ASRU_UNLINK,
H A Dfmd_fmri.c33 #include <fmd_error.h>
H A Dfmd_idspace.c29 #include <fmd_error.h>
H A Dfmd_time.c34 #include <fmd_error.h>
H A Dfmd_protocol.c37 #include <fmd_error.h>
H A Dfmd_sysevent.c57 #include <fmd_error.h>

Completed in 121 milliseconds

12