Searched refs:pjdlog_warning (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | sender.c | 193 pjdlog_warning("Invalid welcome message from %s.", in sender_connect() 205 pjdlog_warning("Invalid version number from %s (%d received, up to %d supported).", in sender_connect() 233 pjdlog_warning("Unable to generate response."); in sender_connect() 248 pjdlog_warning("Unable to generate challenge."); in sender_connect() 273 pjdlog_warning("Unable to generate hash."); in sender_connect() 280 pjdlog_warning("Invalid response from %s (wrong password?).", in sender_connect() 342 pjdlog_warning("Disconnected from %s.", adhost->adh_remoteaddr); in sender_disconnect()
|
H A D | proto_common.c | 129 pjdlog_warning("Getting ENOBUFS errors for 11s on send(), giving up."); in proto_common_send() 132 pjdlog_warning("Got ENOBUFS error on send(), retrying for a bit."); in proto_common_send()
|
H A D | pjdlog.h | 74 #define pjdlog_warning(...) pjdlog(LOG_WARNING, __VA_ARGS__) macro
|
H A D | trail.c | 255 pjdlog_warning("File \"%s/%s\" is not a regular file, skipping.", in trail_start() 306 pjdlog_warning("File \"%s/%s\" shrinked, removing it.", in trail_start()
|
H A D | proto_tls.c | 621 pjdlog_warning("Unable to allocate memory."); in tls_server() 628 pjdlog_warning("Unable to allocate memory."); in tls_server()
|
H A D | auditdistd.c | 279 pjdlog_warning("Invalid welcome message from %s.", in listen_accept()
|
/freebsd/sbin/hastd/ |
H A D | proto_common.c | 129 pjdlog_warning("Getting ENOBUFS errors for 11s on send(), giving up."); in proto_common_send() 132 pjdlog_warning("Got ENOBUFS error on send(), retrying for a bit."); in proto_common_send()
|
H A D | hast_compression.c | 82 pjdlog_warning("Unable to compress (no memory: %zu).", in hast_hole_compress() 138 pjdlog_warning("Unable to compress (no memory: %zu).", in hast_lzf_compress()
|
H A D | primary.c | 354 pjdlog_warning("The %s provider doesn't support flushing write cache. Disabling it.", in hast_activemap_flush() 686 pjdlog_warning("%s", errmsg); in init_remote() 700 pjdlog_warning("Invalid version received (%hhu).", version); in init_remote() 708 pjdlog_warning("Handshake header from %s has no 'token' field.", in init_remote() 714 pjdlog_warning("Handshake header from %s contains 'token' of wrong size (got %zu, expected %zu).", in init_remote() 772 pjdlog_warning("%s", errmsg); in init_remote() 778 pjdlog_warning("Data size differs between nodes (local=%jd, remote=%jd).", in init_remote() 785 pjdlog_warning("Extent size differs between nodes (local=%zd, remote=%zd).", in init_remote() 859 …pjdlog_warning("The 'memsync' replication mode is not supported by the remote node, falling back t… in init_remote() 1069 pjdlog_warning("Waiting for remote node to become %s for %ds.", in hastd_primary() [all …]
|
H A D | hooks.c | 304 pjdlog_warning("Hook disappeared (pid=%u, cmd=[%s]).", in hook_check() 320 pjdlog_warning("Hook is running for %ju seconds (pid=%u, cmd=[%s]).", in hook_check()
|
H A D | pjdlog.h | 74 #define pjdlog_warning(...) pjdlog(LOG_WARNING, __VA_ARGS__) macro
|
H A D | secondary.c | 389 …pjdlog_warning("This should never happen, asking for full synchronization (primary(local=%ju, remo… in init_remote() 772 pjdlog_warning("Unable to allocate memory to clear local activemap."); in disk_thread()
|
H A D | hastd.c | 719 pjdlog_warning("Configuration not reloaded."); in hastd_reload() 847 pjdlog_warning("We act as %s for the resource and not as %s as requested by %s.", in listen_accept()
|
/freebsd/lib/libpjdlog/ |
H A D | pjdlog.h | 106 #define pjdlog_warning(...) pjdlog(LOG_WARNING, __VA_ARGS__) macro
|