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

/netbsd-current/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dclogd.c159 LOG_ERROR("Cluster logs exist. Refusing to exit.");
194 LOG_ERROR("Unable to fork()");
206 LOG_ERROR("Failed to create lockfile");
207 LOG_ERROR("Process already running?");
210 LOG_ERROR("Unable to create netlink socket");
213 LOG_ERROR("Unable to bind to netlink socket");
216 LOG_ERROR("Unable to setsockopt on netlink socket");
219 LOG_ERROR("Unable to initialize checkpoint service");
220 LOG_ERROR("Has the cluster infrastructure been started?");
223 LOG_ERROR("Faile
[all...]
H A Dlocal.c51 LOG_ERROR("Programmer error: error codes must be positive");
102 LOG_ERROR("Failed to recv message from kernel");
109 LOG_ERROR("Unable to recv message from kernel: NLMSG_ERROR");
117 LOG_ERROR("Incomplete request from kernel received");
123 LOG_ERROR("Not enough space to receive kernel request (%d/%d)",
130 LOG_ERROR("Zero length message received");
135 LOG_ERROR("len = %d, msg->len = %d", len, msg->len);
146 LOG_ERROR("Failed to NACK kernel transmission [%u]",
172 LOG_ERROR("Unknown nlmsg_type");
256 LOG_ERROR("Faile
[all...]
H A Dcluster.c186 LOG_ERROR("[%s] Retry #%d of cpg_mcast_joined: %s",
190 LOG_ERROR("[%s] Retry #%d of cpg_mcast_joined: %s",
194 LOG_ERROR("[%s] Retry #%d of cpg_mcast_joined: %s - "
205 LOG_ERROR("cpg_mcast_joined error: %s", str_ais_error(r));
253 LOG_ERROR("Failed to send resume response to kernel");
270 LOG_ERROR("cluster_send failed: %s", strerror(-r));
294 LOG_ERROR("[%s] No match for cluster response: %s:%u",
299 LOG_ERROR("Current local list:");
301 LOG_ERROR(" [none]");
304 LOG_ERROR(" [
[all...]
H A Dfunctions.c210 LOG_ERROR("[%s] rw_log: lseek failure: %s",
218 LOG_ERROR("[%s] rw_log: write failure: %s",
228 LOG_ERROR("[%s] rw_log: read failure: %s",
393 LOG_ERROR("Too %s arguments to clustered_disk log type",
401 LOG_ERROR("Unable to find path to device %s", argv[0]);
409 LOG_ERROR("Too %s arguments to clustered_core log type",
417 LOG_ERROR("Invalid region_size argument to clustered_%s log type",
443 LOG_ERROR("Unable to allocate cluster log context");
463 LOG_ERROR("[%s/%llu] Log already exists, unable to create.",
473 LOG_ERROR("Unabl
[all...]
H A Dlogging.h72 #define LOG_ERROR(f, arg...) LOG_OUTPUT(LOG_ERR, f, ## arg) macro
H A Dlink_mon.c41 LOG_ERROR("links_register: Duplicate file descriptor");
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/perl/
H A Ddlz_perl_callback.xs63 LOG_ERROR()
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/include/
H A Dlogger_types.h83 LOG_ERROR = 0, enumerator in enum:dc_log_type
126 #define DC_MIN_LOG_MASK ((1 << LOG_ERROR) | \
129 #define DC_DEFAULT_LOG_MASK ((1 << LOG_ERROR) | \
/netbsd-current/crypto/external/cpl/tpm-tools/dist/lib/
H A Dtpm_log.c138 lOpt = malloc(16+strlen(LOG_NONE)+strlen(LOG_ERROR)+
141 sprintf( lOpt, "-l, --log [%s|%s|%s|%s]", LOG_NONE, LOG_ERROR, LOG_INFO, LOG_DEBUG );
H A Dtpm_utils.c100 else if ( strcmp( optarg, LOG_ERROR ) == 0 )
109 LOG_ERROR,
/netbsd-current/crypto/external/cpl/tpm-tools/dist/include/
H A Dtpm_utils.h61 #define LOG_ERROR _("error") macro

Completed in 218 milliseconds