Searched refs:role2str (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | auditdistd.c | 172 role2str(adhost->adh_role)); in child_exit() 188 role2str(adhost->adh_role)); in child_exit() 213 adhost->adh_name, role2str(adhost->adh_role), in terminate_workers() 219 adhost->adh_name, role2str(adhost->adh_role), in terminate_workers() 322 role2str(adhost->adh_role)); in listen_accept() 426 role2str(adhost->adh_role)); in connection_migrate() 601 pjdlog_debug(2, " role: %s", role2str(adhost->adh_role)); in adist_config_dump()
|
H A D | subr.h | 45 const char *role2str(int role);
|
H A D | receiver.c | 682 role2str(adhost->adh_role)); in adist_receiver() 684 setproctitle("%s (%s)", adhost->adh_name, role2str(adhost->adh_role)); in adist_receiver() 700 role2str(adhost->adh_role), adhost->adh_name) != 0) { in adist_receiver()
|
H A D | sender.c | 790 role2str(adhost->adh_role)); in adist_sender() 793 role2str(adhost->adh_role)); in adist_sender() 806 role2str(adhost->adh_role), adhost->adh_name) != 0) { in adist_sender()
|
H A D | subr.c | 75 role2str(int role) in role2str() function
|
/freebsd/sbin/hastd/ |
H A D | hastd.c | 185 role2str(res->hr_role)); in descriptors_assert() 301 role2str(res->hr_role)); in descriptors_assert() 345 role2str(res->hr_role)); in child_exit() 362 role2str(res->hr_role)); in child_exit() 732 res->hr_name, role2str(res->hr_role), res->hr_workerpid); in terminate_workers() 737 res->hr_name, role2str(res->hr_role), res->hr_workerpid); in terminate_workers() 837 pjdlog_prefix_set("[%s] (%s) ", res->hr_name, role2str(res->hr_role)); in listen_accept() 848 role2str(res->hr_role), role2str(HAST_ROLE_SECONDARY), in listen_accept() 852 role2str(res->hr_role), role2str(HAST_ROLE_SECONDARY)); in listen_accept() 991 pjdlog_prefix_set("[%s] (%s) ", res->hr_name, role2str(res->hr_role)); in connection_migrate()
|
H A D | subr.h | 53 const char *role2str(int role);
|
H A D | subr.c | 137 role2str(int role) in role2str() function 188 res->hr_name, role2str(res->hr_role)); in drop_privs()
|
H A D | event.c | 136 pjdlog_prefix_set("[%s] (%s) ", res->hr_name, role2str(res->hr_role)); in event_recv()
|
H A D | secondary.c | 470 pjdlog_prefix_set("[%s] (%s) ", res->hr_name, role2str(res->hr_role)); in hastd_secondary() 471 setproctitle("%s (%s)", res->hr_name, role2str(res->hr_role)); in hastd_secondary()
|
H A D | primary.c | 1033 pjdlog_prefix_set("[%s] (%s) ", res->hr_name, role2str(res->hr_role)); in hastd_primary() 1034 setproctitle("%s (%s)", res->hr_name, role2str(res->hr_role)); in hastd_primary() 1070 role2str(HAST_ROLE_SECONDARY), in hastd_primary() 1082 role2str(HAST_ROLE_PRIMARY)); in hastd_primary()
|