CRM_OP_NOOP      1007 daemons/based/based_callbacks.c         if (pcmk__str_eq(op, CRM_OP_NOOP, pcmk__str_casei)) {
CRM_OP_NOOP       156 daemons/based/based_common.c     {CRM_OP_NOOP,      FALSE, FALSE, FALSE, cib_prepare_none, cib_cleanup_none,   cib_process_default},
CRM_OP_NOOP        89 daemons/based/based_messages.c     } else if (strcasecmp(CRM_OP_NOOP, op) == 0) {
CRM_OP_NOOP        87 daemons/controld/controld_membership.c     no_op = create_request(CRM_OP_NOOP, NULL, NULL, CRM_SYSTEM_CRMD,
CRM_OP_NOOP      1067 daemons/controld/controld_messages.c     } else if (strcmp(op, CRM_OP_NOOP) == 0) {
CRM_OP_NOOP        53 lib/cib/cib_client.c     return cib_internal_op(cib, CRM_OP_NOOP, NULL, NULL, NULL, NULL, call_options, NULL);