Home
last modified time | relevance | path

Searched refs:ERRX (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c101 ERRX(, "clnt_call (%s)", clnt_sperror(clnt, "")); in onehost()
123 ERRX(, "svc_sendreply failed %d", 0); in server()
129 ERRX(, "svc_sendreply failed %d", 0); in server()
144 ERRX(, "svc_sendreply failed %d", 1); in server()
163 ERRX(EXIT_FAILURE, "Cannot create server %d", num); in rawtest()
169 ERRX(EXIT_FAILURE, "%s", in rawtest()
179 ERRX(EXIT_FAILURE, "expected %d got %d", num, resp); in rawtest()
209 ERRX(EXIT_FAILURE, "svc_run returned %d!", num); in regtest()
220 ERRX(EXIT_FAILURE, "%s", in regtest()
228 ERRX(EXIT_FAILURE, "expected %d got %d", num, resp); in regtest()
[all …]
/freebsd/contrib/netbsd-tests/net/mcast/
H A Dmcast.c70 #define ERRX(ev, msg, ...) errx(ev, msg, __VA_ARGS__) macro
251 ERRX(EXIT_FAILURE, "poll (%s)", strerror(errno)); in synchronize()
257 ERRX(EXIT_FAILURE, "read (%s)", strerror(errno)); in synchronize()
298 ERRX(EXIT_FAILURE, "send (%s)", strerror(errno)); in sender()
329 ERRX(EXIT_FAILURE, "poll (%s)", strerror(errno)); in receiver()
337 ERRX(EXIT_FAILURE, "seq: expect=%zu actual=%zu", in receiver()
361 ERRX(EXIT_FAILURE, "fork (%s)", strerror(errno)); in run()
377 ERRX(EXIT_FAILURE, "kill (%s)", in run()
387 ERRX(EXIT_FAILURE, in run()
392 ERRX(EXIT_FAILURE, in run()
[all …]
/freebsd/contrib/netbsd-tests/net/net/
H A Dt_pktinfo.c49 #define ERRX(msg, a) errx(EXIT_FAILURE, msg, a) macro
54 #define ERRX(msg, a) ATF_REQUIRE_MSG(0, msg, a) macro
126 ERRX("bad level %d", cmsg->cmsg_level); in receive()
137 ERRX("bad type %d", cmsg->cmsg_type); in receive()
/freebsd/sbin/pfctl/
H A Dpfctl.c2130 #define ERRX(x) do { warnx(x); goto _error; } while(0) in pfctl_rules() macro
2165 ERRX("pfctl_rules: calloc"); in pfctl_rules()
2168 ERRX("pfctl_rules: strlcpy"); in pfctl_rules()
2177 ERRX("pfctl_rules: calloc"); in pfctl_rules()
2199 ERRX("pfctl_rules: calloc"); in pfctl_rules()
2220 ERRX("pfctl_rules"); in pfctl_rules()
2233 ERRX("Syntax error in config file: " in pfctl_rules()
2252 ERRX("Unable to load rules into kernel"); in pfctl_rules()
2259 ERRX("errors in altq config"); in pfctl_rules()
2264 ERRX("load anchors"); in pfctl_rules()
[all …]