EPROTO            972 daemons/controld/controld_fencing.c         return EPROTO;
EPROTO            117 daemons/controld/controld_te_actions.c     CRM_CHECK(!pcmk__str_empty(id), return EPROTO);
EPROTO            120 daemons/controld/controld_te_actions.c     CRM_CHECK(!pcmk__str_empty(task), return EPROTO);
EPROTO           1481 daemons/execd/execd_commands.c         rc = -EPROTO;
EPROTO           1102 daemons/fenced/fenced_remote.c     CRM_CHECK(dev != NULL, return EPROTO);
EPROTO           1109 daemons/fenced/fenced_remote.c         return EPROTO;
EPROTO           2243 daemons/fenced/fenced_remote.c     CRM_CHECK(dev != NULL, return -EPROTO);
EPROTO           2246 daemons/fenced/fenced_remote.c     CRM_CHECK(id != NULL, return -EPROTO);
EPROTO           2249 daemons/fenced/fenced_remote.c     CRM_CHECK(dev != NULL, return -EPROTO);
EPROTO             80 lib/cib/cib_native.c         return -EPROTO;
EPROTO            110 lib/cib/cib_native.c             rc = -EPROTO;
EPROTO            151 lib/cib/cib_native.c         case -EPROTO:
EPROTO            337 lib/cib/cib_native.c                 rc = -EPROTO;
EPROTO            342 lib/cib/cib_native.c                     rc = -EPROTO;
EPROTO             90 lib/cib/cib_remote.c         return -EPROTO;
EPROTO            169 lib/cib/cib_remote.c         rc = -EPROTO;
EPROTO            399 lib/cib/cib_remote.c         rc = -EPROTO;
EPROTO            408 lib/cib/cib_remote.c             rc = -EPROTO;
EPROTO            411 lib/cib/cib_remote.c             rc = -EPROTO;
EPROTO            341 lib/common/ipc_client.c         return EPROTO;
EPROTO            151 lib/common/remote.c             return EPROTO;
EPROTO            330 lib/common/remote.c     return EPROTO;
EPROTO            363 lib/common/remote.c         return EPROTO;
EPROTO            418 lib/common/results.c         case EPROTO:            return "EPROTO";
EPROTO            725 lib/common/results.c         case EPROTO:
EPROTO            355 lib/fencing/st_actions.c                 case CRM_EX_PROTOCOL:           return EPROTO;
EPROTO            418 lib/fencing/st_actions.c         case EPROTO:            return PCMK_EXEC_INVALID;
EPROTO            581 lib/fencing/st_actions.c     int rc = -EPROTO;
EPROTO           1142 lib/fencing/st_client.c             rc = -EPROTO;
EPROTO           1152 lib/fencing/st_client.c                 rc = -EPROTO;
EPROTO           1157 lib/fencing/st_client.c                 rc = -EPROTO;
EPROTO           1970 lib/fencing/st_client.c         return -EPROTO;
EPROTO            978 lib/lrmd/lrmd_client.c         rc = -EPROTO;
EPROTO            995 lib/lrmd/lrmd_client.c         if (rc == -EPROTO) {
EPROTO           1003 lib/lrmd/lrmd_client.c             rc = -EPROTO;
EPROTO           1007 lib/lrmd/lrmd_client.c             rc = -EPROTO;
EPROTO           1433 lib/lrmd/lrmd_client.c         report_async_connection_result(lrmd, -EPROTO);
EPROTO           1511 lib/lrmd/lrmd_client.c         return -EPROTO;
EPROTO            521 lib/pacemaker/pcmk_simulate.c         return EPROTO;
EPROTO            533 lib/pacemaker/pcmk_simulate.c         return EPROTO;
EPROTO             52 maint/gnulib/lib/errno.in.h #  ifndef EPROTO
EPROTO            192 maint/gnulib/lib/errno.in.h # ifndef EPROTO
EPROTO            237 maint/gnulib/lib/strerror-override.c     case EPROTO:
EPROTO            236 maint/gnulib/lib/strerrorname_np.c     #if defined EPROTO
EPROTO            237 maint/gnulib/lib/strerrorname_np.c     case EPROTO:          return "EPROTO";
EPROTO             69 maint/gnulib/tests/test-errno.c int e71 = EPROTO;
EPROTO            238 maint/gnulib/tests/test-strerrorname_np.c   #if defined EPROTO
EPROTO            239 maint/gnulib/tests/test-strerrorname_np.c   ASSERT (strcmp (strerrorname_np (EPROTO), "EPROTO") == 0);