Searched refs:pjdlog_info (Results 1 – 11 of 11) sorted by relevance
/freebsd/sbin/hastd/ |
H A D | hastd.c | 357 pjdlog_info("Restarting worker process."); in child_exit() 361 pjdlog_info("Changing resource role back to %s.", in child_exit() 491 pjdlog_info("Reloading configuration..."); in hastd_reload() 521 pjdlog_info("Keep listening on address %s.", in hastd_reload() 526 pjdlog_info("Listening on new address %s.", in hastd_reload() 571 pjdlog_info("Control socket changed from %s to %s.", in hastd_reload() 583 pjdlog_info("Pidfile changed from %s to %s.", cfg->hc_pidfile, in hastd_reload() 600 pjdlog_info("No longer listening on address %s.", in hastd_reload() 619 pjdlog_info("Resource %s removed.", cres->hr_name); in hastd_reload() 634 pjdlog_info("Resource %s added.", nres->hr_name); in hastd_reload() [all …]
|
H A D | primary.c | 856 pjdlog_info("Connected to %s.", res->hr_remoteaddr); in init_remote() 932 pjdlog_info("Device hast/%s created.", res->hr_provname); in init_ggate() 954 pjdlog_info("Device hast/%s recovered.", res->hr_provname); in init_ggate() 1044 pjdlog_info("Privileges successfully dropped."); in hastd_primary() 1258 pjdlog_info("Received cancel from the kernel, exiting."); in ggate_recv_thread() 1976 pjdlog_info("Synchronization interrupted after %#.0T. " in sync_thread() 2010 pjdlog_info("Nodes are in sync."); in sync_thread() 2012 pjdlog_info("Synchronization started. %NB to go.", in sync_thread() 2037 pjdlog_info("Synchronization complete. " in sync_thread() 2219 pjdlog_info("Reloading configuration..."); in primary_config_reload() [all …]
|
H A D | pjdlog.h | 78 #define pjdlog_info(...) pjdlog(LOG_INFO, __VA_ARGS__) macro
|
H A D | proto_common.c | 152 pjdlog_info("Data sent successfully after %d ENOBUFS error%s.", in proto_common_send()
|
H A D | secondary.c | 487 pjdlog_info("Privileges successfully dropped."); in hastd_secondary()
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | auditdistd.c | 189 pjdlog_info("Restarting sender process."); in child_exit() 200 pjdlog_info("Reloading configuration is not yet implemented."); in adist_reload() 208 pjdlog_info("Termination signal received, exiting."); in terminate_workers() 212 pjdlog_info("Terminating worker process (adhost=%s, role=%s, pid=%u).", in terminate_workers() 247 pjdlog_info("Connection from %s to %s.", raddr, laddr); in listen_accept() 357 pjdlog_info("Sender authenticated."); in listen_accept() 508 pjdlog_info("Started successfully."); in main_loop()
|
H A D | sender.c | 285 pjdlog_info("Receiver authenticated."); in sender_connect() 685 pjdlog_info("Successfully reconnected to %s.", in guard_check_connection() 809 pjdlog_info("Privileges successfully dropped."); in adist_sender() 819 pjdlog_info("Successfully connected to %s.", in adist_sender()
|
H A D | pjdlog.h | 78 #define pjdlog_info(...) pjdlog(LOG_INFO, __VA_ARGS__) macro
|
H A D | proto_common.c | 152 pjdlog_info("Data sent successfully after %d ENOBUFS error%s.", in proto_common_send()
|
H A D | receiver.c | 703 pjdlog_info("Privileges successfully dropped."); in adist_receiver()
|
/freebsd/lib/libpjdlog/ |
H A D | pjdlog.h | 110 #define pjdlog_info(...) pjdlog(LOG_INFO, __VA_ARGS__) macro
|