EINTR            1014 lib/common/logging.c         case EINTR: return "EINTR";
EINTR             286 lib/common/remote.c             case EINTR:
EINTR             491 lib/common/remote.c         if (errno == EINTR && (timeout > 0)) {
EINTR             499 lib/common/remote.c     } while (rc < 0 && errno == EINTR);
EINTR             543 lib/common/remote.c             rc = -EINTR;
EINTR             575 lib/common/remote.c     } else if (rc == -EINTR || rc == -EAGAIN) {
EINTR             707 lib/common/utils.c     } while(errno == EINTR);
EINTR             736 lib/fencing/st_client.c     } while (more == (READ_MAX - 1) || (more < 0 && errno == EINTR));
EINTR             937 lib/fencing/st_client.c     } while (errno == EINTR && total < len);
EINTR              74 lib/services/services_linux.c         } else if (errno != EINTR) {
EINTR             547 lib/services/services_linux.c             if (errno != EINTR) {
EINTR             576 lib/services/services_linux.c             while (waitpid(op->pid, &status, 0) == (pid_t) -1 && errno == EINTR) /*omit*/;
EINTR             553 tools/crm_node.c             } else if (rc < 0 && errno != EINTR) {