cib__element_in_patchset   65 daemons/attrd/attrd_cib.c     if (cib__element_in_patchset(patchset, PCMK_XE_ALERTS)) {
cib__element_in_patchset   69 daemons/attrd/attrd_cib.c     status_changed = cib__element_in_patchset(patchset, PCMK_XE_STATUS);
cib__element_in_patchset   84 daemons/attrd/attrd_cib.c     if (status_changed || cib__element_in_patchset(patchset, PCMK_XE_NODES)) {
cib__element_in_patchset   61 daemons/controld/controld_cib.c     if (cib__element_in_patchset(patchset, PCMK_XE_ALERTS)
cib__element_in_patchset   62 daemons/controld/controld_cib.c         || cib__element_in_patchset(patchset, PCMK_XE_CRM_CONFIG)) {
cib__element_in_patchset   78 daemons/controld/controld_cib.c     if (cib__element_in_patchset(patchset, PCMK_XE_NODES)
cib__element_in_patchset   79 daemons/controld/controld_cib.c         || cib__element_in_patchset(patchset, PCMK_XE_STATUS)) {
cib__element_in_patchset  170 include/crm/cib/internal.h bool cib__element_in_patchset(const xmlNode *patchset, const char *element);