ENOENT             54 daemons/execd/remoted_schemas.c         if (errno == ENOENT) {
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             63 lib/common/cib_secrets.c         if (errno != ENOENT) {
ENOENT            146 lib/common/cib_secrets.c             rc = ENOENT;
ENOENT            165 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            505 lib/common/results.c         case ENOENT:            return "ENOENT";
ENOENT            882 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            291 lib/common/utils.c     if ((rc != pcmk_rc_ok) && (rc != ENOENT)) {
ENOENT            337 lib/fencing/st_actions.c         case PCMK_EXEC_NOT_INSTALLED:   return ENOENT;
ENOENT            412 lib/fencing/st_actions.c         case ENOENT:            return PCMK_EXEC_NOT_INSTALLED;
ENOENT           1799 lib/fencing/st_client.c             errno = ENOENT;
ENOENT           2547 lib/fencing/st_client.c                 return ENOENT;
ENOENT            316 lib/services/services.c         rc = ENOENT;
ENOENT            899 lib/services/services_linux.c         case ENOENT:   /* No such file or directory */
ENOENT            145 lib/services/services_ocf.c         return ENOENT;
ENOENT            483 lib/services/systemd.c             rc = ENOENT;
ENOENT            826 tools/crm_shadow.c     if ((unlink(filename) < 0) && (errno != ENOENT)) {