Home | History | Annotate | Download | only in rpc

Lines Matching defs:ERRX

20 #define ERRX(ev, msg, ...)	do {			\
31 #define ERRX(ev, msg, ...) errx(EXIT_FAILURE, msg, __VA_ARGS__)
32 #define SKIPX(ev, msg, ...) errx(EXIT_FAILURE, msg, __VA_ARGS__)
84 ERRX(, "clnt_call (%s)", clnt_sperror(clnt, ""));
106 ERRX(, "svc_sendreply failed %d", 0);
112 ERRX(, "svc_sendreply failed %d", 0);
127 ERRX(, "svc_sendreply failed %d", 1);
146 ERRX(EXIT_FAILURE, "Cannot create server %d", num);
148 ERRX(EXIT_FAILURE, "Cannot register server %d", num);
152 ERRX(EXIT_FAILURE, "%s",
157 ERRX(EXIT_FAILURE, "clnt_call: %s", clnt_sperrno(rv));
162 ERRX(EXIT_FAILURE, "expected %d got %d", num, resp);
188 ERRX(EXIT_FAILURE, "svc_run returned %d!", num);
190 ERRX(EXIT_FAILURE, "Fork failed (%s)", strerror(errno));
199 ERRX(EXIT_FAILURE, "%s",
204 ERRX(EXIT_FAILURE, "clnt_call: %s", clnt_sperrno(rv));
207 ERRX(EXIT_FAILURE, "expected %d got %d", num, resp);
211 ERRX(EXIT_FAILURE, "clnt_call: %s", clnt_sperrno(rv));
228 ERRX(EXIT_FAILURE, "%s", clnt_sperrno(clnt_stat));