EPROTO 933 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 1480 daemons/execd/execd_commands.c rc = -EPROTO; EPROTO 1094 daemons/fenced/fenced_remote.c CRM_CHECK(dev != NULL, return EPROTO); EPROTO 1101 daemons/fenced/fenced_remote.c return EPROTO; EPROTO 2183 daemons/fenced/fenced_remote.c CRM_CHECK(dev != NULL, return -EPROTO); EPROTO 2186 daemons/fenced/fenced_remote.c CRM_CHECK(id != NULL, return -EPROTO); EPROTO 2189 daemons/fenced/fenced_remote.c CRM_CHECK(dev != NULL, return -EPROTO); EPROTO 227 lib/cib/cib_native.c rc = -EPROTO; EPROTO 232 lib/cib/cib_native.c rc = -EPROTO; EPROTO 357 lib/cib/cib_native.c return -EPROTO; EPROTO 387 lib/cib/cib_native.c rc = -EPROTO; EPROTO 428 lib/cib/cib_native.c case -EPROTO: EPROTO 271 lib/cib/cib_remote.c rc = -EPROTO; EPROTO 280 lib/cib/cib_remote.c rc = -EPROTO; EPROTO 283 lib/cib/cib_remote.c rc = -EPROTO; EPROTO 500 lib/cib/cib_remote.c return -EPROTO; EPROTO 579 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 406 lib/common/results.c case EPROTO: return "EPROTO"; EPROTO 712 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 1969 lib/fencing/st_client.c return -EPROTO; EPROTO 978 lib/lrmd/lrmd_client.c rc = -EPROTO; EPROTO 986 lib/lrmd/lrmd_client.c if (rc == -EPROTO) { EPROTO 994 lib/lrmd/lrmd_client.c rc = -EPROTO; EPROTO 998 lib/lrmd/lrmd_client.c rc = -EPROTO; EPROTO 1424 lib/lrmd/lrmd_client.c report_async_connection_result(lrmd, -EPROTO); EPROTO 1502 lib/lrmd/lrmd_client.c return -EPROTO; EPROTO 520 lib/pacemaker/pcmk_simulate.c return EPROTO; EPROTO 532 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);