st_probe_rc       268 daemons/execd/execd_commands.c     rsc->st_probe_rc = -ENODEV; // if stonith, initialize to "not running"
st_probe_rc      1141 daemons/execd/execd_commands.c                 rsc->st_probe_rc = pcmk_ok; // maps to PCMK_OCF_OK
st_probe_rc      1143 daemons/execd/execd_commands.c                 rsc->st_probe_rc = -ENODEV; // maps to PCMK_OCF_NOT_RUNNING
st_probe_rc      1191 daemons/execd/execd_commands.c             if (rsc->st_probe_rc == pcmk_ok) {
st_probe_rc      1192 daemons/execd/execd_commands.c                 rsc->st_probe_rc = pcmk_err_generic;
st_probe_rc      1339 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