Searched refs:adh_name (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | auditdistd.c | 171 pjdlog_prefix_set("[%s] (%s) ", adhost->adh_name, in child_exit() 187 pjdlog_prefix_set("[%s] (%s) ", adhost->adh_name, 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() 294 if (proto_recv(conn, adname, sizeof(adhost->adh_name)) < 0) { in listen_accept() 306 if (strcmp(adhost->adh_name, adname) != 0) in listen_accept() 321 pjdlog_prefix_set("[%s] (%s) ", adhost->adh_name, in listen_accept() 425 pjdlog_prefix_set("[%s] (%s) ", adhost->adh_name, in connection_migrate() 600 pjdlog_debug(2, " name: %s", adhost->adh_name); in adist_config_dump()
|
H A D | parse.y | 312 depth1_directory, curhost->adh_name) >= 597 if (strcmp(curhost->adh_name, $1) != 0) 609 "Sender" : "Receiver", curhost->adh_name); 620 if (strlcpy(curhost->adh_name, $1, sizeof(curhost->adh_name)) >= 621 sizeof(curhost->adh_name)) {
|
H A D | receiver.c | 681 pjdlog_prefix_set("[%s] (%s) ", adhost->adh_name, 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 | 789 pjdlog_prefix_set("[%s] (%s) ", adhost->adh_name, in adist_sender() 792 setproctitle("[%s] (%s) ", adhost->adh_name, in adist_sender() 806 role2str(adhost->adh_role), adhost->adh_name) != 0) { in adist_sender()
|
H A D | auditdistd.h | 128 char adh_name[ADIST_HOSTSIZE]; member
|