crm_update_peer_proc 1507 cib/callbacks.c         crm_update_peer_proc(__FUNCTION__, peer, crm_proc_cib, status);
crm_update_peer_proc  118 crmd/corosync.c                 crm_update_peer_proc(__FUNCTION__, peer, flag, ONLINESTATUS);
crm_update_peer_proc  397 crmd/heartbeat.c         crm_update_peer_proc(__FUNCTION__, peer, crm_proc_crmd|crm_proc_heartbeat, OFFLINESTATUS);
crm_update_peer_proc  400 crmd/heartbeat.c         crm_update_peer_proc(__FUNCTION__, peer, crm_proc_heartbeat, ONLINESTATUS);
crm_update_peer_proc  454 crmd/heartbeat.c     crm_update_peer_proc(__FUNCTION__, peer, crm_proc_crmd, status);
crm_update_peer_proc 1018 crmd/utils.c           crm_update_peer_proc(__FUNCTION__, peer, crm_proc_none, NULL);
crm_update_peer_proc  453 include/crm/cluster/internal.h crm_node_t *crm_update_peer_proc(const char *source, crm_node_t * peer,
crm_update_peer_proc  381 lib/cluster/cpg.c             crm_update_peer_proc(__FUNCTION__, peer, crm_proc_cpg, OFFLINESTATUS);
crm_update_peer_proc  401 lib/cluster/cpg.c         peer = crm_update_peer_proc(__FUNCTION__, peer, crm_proc_cpg, ONLINESTATUS);
crm_update_peer_proc  504 lib/cluster/cpg.c     crm_update_peer_proc(__FUNCTION__, peer, crm_proc_cpg, ONLINESTATUS);
crm_update_peer_proc  395 lib/cluster/heartbeat.c         peer = crm_update_peer_proc(__FUNCTION__, peer, flags, ONLINESTATUS);
crm_update_peer_proc  399 lib/cluster/heartbeat.c         peer = crm_update_peer_proc(__FUNCTION__, peer, this_proc, OFFLINESTATUS);
crm_update_peer_proc  558 lib/cluster/legacy.c     crm_update_peer_proc(__FUNCTION__, peer, proc|crm_proc_plugin, ONLINESTATUS);
crm_update_peer_proc  583 lib/cluster/legacy.c                 crm_update_peer_proc(__FUNCTION__, peer, children, NULL);
crm_update_peer_proc  781 lib/cluster/membership.c         if (crm_update_peer_proc(source, node, children, state) == NULL) {