cur_cmd            77 crmd/remote_lrmd_ra.c     remote_ra_cmd_t *cur_cmd;
cur_cmd           413 crmd/remote_lrmd_ra.c     if (!ra_data || !ra_data->cur_cmd) {
cur_cmd           416 crmd/remote_lrmd_ra.c     cmd = ra_data->cur_cmd;
cur_cmd           434 crmd/remote_lrmd_ra.c         ra_data->cur_cmd = NULL;
cur_cmd           477 crmd/remote_lrmd_ra.c         if (ra_data->cur_cmd == cmd) {
cur_cmd           478 crmd/remote_lrmd_ra.c             ra_data->cur_cmd = NULL;
cur_cmd           564 crmd/remote_lrmd_ra.c         (ra_data->cur_cmd == NULL) &&
cur_cmd           582 crmd/remote_lrmd_ra.c     if (!ra_data->cur_cmd) {
cur_cmd           587 crmd/remote_lrmd_ra.c     cmd = ra_data->cur_cmd;
cur_cmd           668 crmd/remote_lrmd_ra.c         crm_debug("Event did not match %s action", ra_data->cur_cmd->action);
cur_cmd           672 crmd/remote_lrmd_ra.c         ra_data->cur_cmd = NULL;
cur_cmd           708 crmd/remote_lrmd_ra.c     ra_data->cur_cmd = NULL;
cur_cmd           747 crmd/remote_lrmd_ra.c     if (ra_data->cur_cmd) {
cur_cmd           769 crmd/remote_lrmd_ra.c                 ra_data->cur_cmd = cmd;
cur_cmd           794 crmd/remote_lrmd_ra.c                 ra_data->cur_cmd = cmd;
cur_cmd           810 crmd/remote_lrmd_ra.c                 ra_data->cur_cmd = cmd;
cur_cmd           980 crmd/remote_lrmd_ra.c     if (ra_data->cur_cmd &&
cur_cmd           981 crmd/remote_lrmd_ra.c         (ra_data->cur_cmd->interval == interval) &&
cur_cmd           982 crmd/remote_lrmd_ra.c         (safe_str_eq(ra_data->cur_cmd->action, action))) {
cur_cmd           984 crmd/remote_lrmd_ra.c         ra_data->cur_cmd->cancel = TRUE;
cur_cmd          1006 crmd/remote_lrmd_ra.c     if (ra_data->cur_cmd &&
cur_cmd          1007 crmd/remote_lrmd_ra.c         ra_data->cur_cmd->cancel == FALSE &&
cur_cmd          1008 crmd/remote_lrmd_ra.c         ra_data->cur_cmd->interval == interval &&
cur_cmd          1009 crmd/remote_lrmd_ra.c         safe_str_eq(ra_data->cur_cmd->action, "monitor")) {
cur_cmd          1011 crmd/remote_lrmd_ra.c         cmd = ra_data->cur_cmd;