on_off            162 daemons/based/based_callbacks.c         int on_off = 0;
on_off            167 daemons/based/based_callbacks.c         crm_element_value_int(op_request, F_CIB_NOTIFY_ACTIVATE, &on_off);
on_off            170 daemons/based/based_callbacks.c                   type, cib_client->name, cib_client->id, on_off ? "on" : "off");
on_off            192 daemons/based/based_callbacks.c             if (on_off) {
on_off            148 maint/mocked/based.c         int on_off = 0;
on_off            150 maint/mocked/based.c         crm_element_value_int(op_request, F_CIB_NOTIFY_ACTIVATE, &on_off);
on_off            153 maint/mocked/based.c                   type, cib_client->name, cib_client->id, on_off ? "on" : "off");
on_off            155 maint/mocked/based.c         if (!strcmp(type, T_CIB_DIFF_NOTIFY) && on_off) {