diff_cs           219 lib/cib/cib_utils.c     static struct qb_log_callsite *diff_cs = NULL;
diff_cs           388 lib/cib/cib_utils.c     if (diff_cs == NULL) {
diff_cs           389 lib/cib/cib_utils.c         diff_cs = qb_log_callsite_get(__PRETTY_FUNCTION__, __FILE__, "diff-validation", LOG_DEBUG, __LINE__, crm_trace_nonlog);
diff_cs           401 lib/cib/cib_utils.c         && crm_is_callsite_active(diff_cs, LOG_TRACE, 0)) {