expected_exit_status   43 lib/pengine/unpack.c     int expected_exit_status; // Expected exit status of action
expected_exit_status 3879 lib/pengine/unpack.c     if (history->expected_exit_status < 0) {
expected_exit_status 3894 lib/pengine/unpack.c     } else if (history->exit_status == history->expected_exit_status) {
expected_exit_status 3902 lib/pengine/unpack.c                      history->expected_exit_status,
expected_exit_status 3903 lib/pengine/unpack.c                      services_ocf_exitcode_str(history->expected_exit_status),
expected_exit_status 3913 lib/pengine/unpack.c                 && (history->expected_exit_status == PCMK_OCF_NOT_RUNNING)) {
expected_exit_status 3926 lib/pengine/unpack.c                 || (history->expected_exit_status == history->exit_status)
expected_exit_status 3943 lib/pengine/unpack.c                 && (history->exit_status != history->expected_exit_status)) {
expected_exit_status 3954 lib/pengine/unpack.c                 || (history->exit_status == history->expected_exit_status)) {
expected_exit_status 4488 lib/pengine/unpack.c         && (orig_exit_status != history->expected_exit_status)) {
expected_exit_status 4500 lib/pengine/unpack.c     if (history->exit_status == history->expected_exit_status) {
expected_exit_status 4558 lib/pengine/unpack.c     update_resource_state(history, history->expected_exit_status, last_failure,
expected_exit_status 4731 lib/pengine/unpack.c     history.expected_exit_status = pe__target_rc_from_xml(xml_op);
expected_exit_status 4837 lib/pengine/unpack.c         update_resource_state(&history, history.expected_exit_status,