EAGAIN            484 daemons/based/based_remote.c         if (rc == EAGAIN) {
EAGAIN            131 daemons/controld/controld_attrd.c         } else if ((rc != EAGAIN) && (rc != EALREADY)) {
EAGAIN             58 daemons/execd/remoted_tls.c     if (rc == EAGAIN) {
EAGAIN             91 lib/common/attrd_client.c         } else if (rc == -EAGAIN || rc == -EALREADY) {
EAGAIN            375 lib/common/ipc_client.c         return EAGAIN;
EAGAIN           1223 lib/common/ipc_client.c         } while ((qb_rc == -EAGAIN) && (time(NULL) < timeout));
EAGAIN           1252 lib/common/ipc_client.c         } while ((qb_rc == -EAGAIN) && crm_ipc_connected(client));
EAGAIN            372 lib/common/remote.c         return EAGAIN;
EAGAIN            442 lib/common/remote.c             if ((errno == EINTR) || (errno == EAGAIN)) {
EAGAIN            727 lib/common/remote.c             rc = EAGAIN;
EAGAIN            761 lib/common/remote.c     } else if ((rc == EINTR) || (rc == EAGAIN)) {
EAGAIN            790 lib/common/remote.c     return EAGAIN;
EAGAIN            836 lib/common/remote.c             } else if (rc == EAGAIN) {
EAGAIN            886 lib/common/remote.c         if ((rc == EINPROGRESS) || (rc == EAGAIN)) {
EAGAIN            928 lib/common/remote.c         rc = EAGAIN;
EAGAIN            982 lib/common/remote.c     if (rc < 0 && (errno != EINPROGRESS) && (errno != EAGAIN)) {
EAGAIN            278 lib/common/results.c         case EAGAIN:            return "EAGAIN";
EAGAIN            696 lib/common/results.c         case EAGAIN: