Searched refs:LOG_ERROR (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/gpl2/lvm2/dist/daemons/cmirrord/ |
| H A D | cluster.c | 186 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 D | functions.c | 210 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 D | clogd.c | 159 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 D | local.c | 51 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 D | logging.h | 72 #define LOG_ERROR(f, arg...) LOG_OUTPUT(LOG_ERR, f, ## arg) macro
|
| H A D | link_mon.c | 41 LOG_ERROR("links_register: Duplicate file descriptor"); in links_register()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
| H A D | logger_types.h | 83 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 D | tpm_log.c | 138 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 D | tpm_utils.c | 100 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 D | dlz_perl_callback.xs | |
| /netbsd-src/crypto/external/cpl/tpm-tools/dist/include/ |
| H A D | tpm_utils.h | 61 #define LOG_ERROR _("error") macro
|
| /netbsd-src/external/mpl/dhcp/dist/ |
| H A D | RELNOTES | 4440 - Log successful DNS updates at LOG_INFO, not LOG_ERROR.
|