cib_our_uname 540 cib/callbacks.c } else if (safe_str_eq(host, cib_our_uname)) { cib_our_uname 594 cib/callbacks.c } else if (safe_str_eq(host, cib_our_uname)) { cib_our_uname 630 cib/callbacks.c gboolean is_reply = safe_str_eq(reply_to, cib_our_uname); cib_our_uname 672 cib/callbacks.c if (host != NULL && safe_str_eq(host, cib_our_uname)) { cib_our_uname 728 cib/callbacks.c gboolean is_reply = safe_str_eq(reply_to, cib_our_uname); cib_our_uname 802 cib/callbacks.c if(safe_str_eq(delegated, cib_our_uname)) { cib_our_uname 809 cib/callbacks.c if (host != NULL && safe_str_eq(host, cib_our_uname)) { cib_our_uname 854 cib/callbacks.c crm_xml_add(request, F_CIB_DELEGATED, cib_our_uname); cib_our_uname 992 cib/callbacks.c crm_xml_add(request, F_ORIG, cib_our_uname); cib_our_uname 1446 cib/callbacks.c if (cib_legacy_mode() && (originator == NULL || crm_str_eq(originator, cib_our_uname, TRUE))) { cib_our_uname 42 cib/common.h extern char *cib_our_uname; cib_our_uname 76 cib/main.c char *cib_our_uname = NULL; cib_our_uname 267 cib/main.c free(cib_our_uname); cib_our_uname 494 cib/main.c cib_our_uname = crm_cluster.uname; cib_our_uname 525 cib/main.c cib_our_uname = strdup("localhost"); cib_our_uname 49 cib/messages.c extern const char *cib_our_uname; cib_our_uname 180 cib/messages.c crm_xml_add(sync_me, F_CIB_DELEGATED, cib_our_uname);