st_probe_rc       286 daemons/execd/execd_commands.c     rsc->st_probe_rc = -ENODEV; // if stonith, initialize to "not running"
st_probe_rc      1071 daemons/execd/execd_commands.c                 rsc->st_probe_rc = pcmk_ok; // maps to PCMK_OCF_OK
st_probe_rc      1073 daemons/execd/execd_commands.c                 rsc->st_probe_rc = -ENODEV; // maps to PCMK_OCF_NOT_RUNNING
st_probe_rc      1126 daemons/execd/execd_commands.c             if (rsc->st_probe_rc == pcmk_ok) {
st_probe_rc      1127 daemons/execd/execd_commands.c                 rsc->st_probe_rc = pcmk_err_generic;
st_probe_rc      1274 daemons/execd/execd_commands.c             rc = rsc->st_probe_rc;
st_probe_rc        45 daemons/execd/pacemaker-execd.h     int st_probe_rc; // What value should be returned for a probe if stonith