crmd_channel      435 tools/crm_resource.c     crm_ipc_t *crmd_channel = NULL;
crmd_channel      863 tools/crm_resource.c         crmd_channel = mainloop_get_ipc_client(source);
crmd_channel      865 tools/crm_resource.c         if (crmd_channel == NULL) {
crmd_channel      872 tools/crm_resource.c         crm_ipc_send(crmd_channel, xml, 0, 0, NULL);
crmd_channel      951 tools/crm_resource.c         rc = cli_resource_fail(crmd_channel, host_uname, rsc_id, &data_set);
crmd_channel     1123 tools/crm_resource.c             rc = cli_resource_delete(crmd_channel, node, rsc, task,
crmd_channel     1144 tools/crm_resource.c         rc = cli_resource_delete(crmd_channel, host_uname, rsc, operation,
crmd_channel     1178 tools/crm_resource.c         if (crmd_channel == NULL) {
crmd_channel     1200 tools/crm_resource.c         if (crm_ipc_send(crmd_channel, cmd, 0, 0, NULL) > 0) {
crmd_channel     1211 tools/crm_resource.c             cli_resource_delete(crmd_channel, host_uname, rsc, NULL, NULL,
crmd_channel       73 tools/crm_resource.h int cli_resource_fail(crm_ipc_t * crmd_channel, const char *host_uname, const char *rsc_id, pe_working_set_t * data_set);
crmd_channel       76 tools/crm_resource.h int cli_resource_delete(crm_ipc_t *crmd_channel, const char *host_uname,
crmd_channel      446 tools/crm_resource_runtime.c send_lrm_rsc_op(crm_ipc_t * crmd_channel, const char *op,
crmd_channel      532 tools/crm_resource_runtime.c     if (crm_ipc_send(crmd_channel, cmd, 0, 0, NULL) > 0) {
crmd_channel      562 tools/crm_resource_runtime.c cli_resource_delete(crm_ipc_t *crmd_channel, const char *host_uname,
crmd_channel      580 tools/crm_resource_runtime.c             rc = cli_resource_delete(crmd_channel, host_uname, child, operation,
crmd_channel      614 tools/crm_resource_runtime.c                 cli_resource_delete(crmd_channel, node->details->uname, rsc,
crmd_channel      637 tools/crm_resource_runtime.c     if (crmd_channel == NULL) {
crmd_channel      648 tools/crm_resource_runtime.c     rc = send_lrm_rsc_op(crmd_channel, CRM_OP_LRM_DELETE, host_uname, rsc->id,
crmd_channel      724 tools/crm_resource_runtime.c cli_resource_fail(crm_ipc_t * crmd_channel, const char *host_uname,
crmd_channel      728 tools/crm_resource_runtime.c     return send_lrm_rsc_op(crmd_channel, CRM_OP_LRM_FAIL, host_uname, rsc_id, FALSE, data_set);
crmd_channel       45 tools/crmadmin.c crm_ipc_t *crmd_channel = NULL;
crmd_channel      365 tools/crmadmin.c     if (crmd_channel == NULL) {
crmd_channel      382 tools/crmadmin.c         crm_ipc_send(crmd_channel, cmd, 0, 0, NULL);
crmd_channel      413 tools/crmadmin.c     crmd_channel = mainloop_get_ipc_client(source);
crmd_channel      418 tools/crmadmin.c     } else if (crmd_channel != NULL) {
crmd_channel      421 tools/crmadmin.c         crm_ipc_send(crmd_channel, xml, 0, 0, NULL);