st_probe_rc 260 daemons/execd/execd_commands.c rsc->st_probe_rc = -ENODEV; // if stonith, initialize to "not running" st_probe_rc 1121 daemons/execd/execd_commands.c rsc->st_probe_rc = pcmk_ok; // maps to PCMK_OCF_OK st_probe_rc 1123 daemons/execd/execd_commands.c rsc->st_probe_rc = -ENODEV; // maps to PCMK_OCF_NOT_RUNNING st_probe_rc 1171 daemons/execd/execd_commands.c if (rsc->st_probe_rc == pcmk_ok) { st_probe_rc 1172 daemons/execd/execd_commands.c rsc->st_probe_rc = pcmk_err_generic; st_probe_rc 1319 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