Home
last modified time | relevance | path

Searched refs:pjdlog_info (Results 1 – 11 of 11) sorted by relevance

/freebsd/sbin/hastd/
H A Dhastd.c357 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 Dprimary.c856 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 Dpjdlog.h78 #define pjdlog_info(...) pjdlog(LOG_INFO, __VA_ARGS__) macro
H A Dproto_common.c152 pjdlog_info("Data sent successfully after %d ENOBUFS error%s.", in proto_common_send()
H A Dsecondary.c487 pjdlog_info("Privileges successfully dropped."); in hastd_secondary()
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.c189 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 Dsender.c285 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 Dpjdlog.h78 #define pjdlog_info(...) pjdlog(LOG_INFO, __VA_ARGS__) macro
H A Dproto_common.c152 pjdlog_info("Data sent successfully after %d ENOBUFS error%s.", in proto_common_send()
H A Dreceiver.c703 pjdlog_info("Privileges successfully dropped."); in adist_receiver()
/freebsd/lib/libpjdlog/
H A Dpjdlog.h110 #define pjdlog_info(...) pjdlog(LOG_INFO, __VA_ARGS__) macro