Home
last modified time | relevance | path

Searched refs:LOG_ERROR (Results 1 – 12 of 12) sorted by relevance

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