ENOENT 718 lib/cib/cib_file.c case ENOENT: ENOENT 831 lib/cib/cib_file.c if ((link(cib_path, backup_path) < 0) && (errno != ENOENT)) { ENOENT 837 lib/cib/cib_file.c } else if ((link(cib_digest, backup_digest) < 0) && (errno != ENOENT)) { ENOENT 850 lib/cib/cib_file.c && (errno != ENOENT)) { ENOENT 855 lib/cib/cib_file.c && (errno != ENOENT)) { ENOENT 941 lib/cib/cib_file.c if ((rc != pcmk_ok) && (rc != -ENOENT)) { ENOENT 89 lib/common/cib_secrets.c rc = ENOENT; ENOENT 175 lib/common/cib_secrets.c rc = ENOENT; ENOENT 529 lib/common/mainloop.c return -ENOENT; ENOENT 181 lib/common/pid.c rc = ENOENT; ENOENT 190 lib/common/pid.c rc = ENOENT; ENOENT 218 lib/common/pid.c if ((rc != pcmk_rc_ok) && (rc != ENOENT)) { ENOENT 513 lib/common/results.c case ENOENT: return "ENOENT"; ENOENT 893 lib/common/results.c case ENOENT: ENOENT 34 lib/common/tests/procfs/pcmk__procfs_has_pids_false_test.c will_return(__wrap_readlink, ENOENT); ENOENT 32 lib/common/tests/procfs/pcmk__procfs_pid2path_test.c will_return(__wrap_readlink, ENOENT); ENOENT 35 lib/common/tests/procfs/pcmk__procfs_pid2path_test.c assert_int_equal(pcmk__procfs_pid2path(1000, path, len), ENOENT); ENOENT 34 lib/common/tests/utils/pcmk_daemon_user_test.c will_return(__wrap_getpwnam_r, ENOENT); ENOENT 37 lib/common/tests/utils/pcmk_daemon_user_test.c assert_int_equal(pcmk_daemon_user(&uid, &gid), -ENOENT); ENOENT 295 lib/common/utils.c if ((rc != pcmk_rc_ok) && (rc != ENOENT)) { ENOENT 326 lib/fencing/st_actions.c case PCMK_EXEC_NOT_INSTALLED: return ENOENT; ENOENT 401 lib/fencing/st_actions.c case ENOENT: return PCMK_EXEC_NOT_INSTALLED; ENOENT 1800 lib/fencing/st_client.c errno = ENOENT; ENOENT 2619 lib/fencing/st_client.c return ENOENT; ENOENT 317 lib/services/services.c rc = ENOENT; ENOENT 896 lib/services/services_linux.c case ENOENT: /* No such file or directory */ ENOENT 145 lib/services/services_ocf.c return ENOENT; ENOENT 553 lib/services/systemd.c rc = ENOENT; ENOENT 1168 lib/services/systemd.c if (rc != ENOENT) { ENOENT 825 tools/crm_shadow.c if ((unlink(filename) < 0) && (errno != ENOENT)) {