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.c20 #define ERRX(ev, msg, ...) ATF_REQUIRE_MSG(0, msg, __VA_ARGS__) macro
28 #define ERRX(ev, msg, ...) errx(EXIT_FAILURE, msg, __VA_ARGS__) macro
101 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()
165 ERRX(EXIT_FAILURE, "Cannot register server %d", num); in rawtest()
169 ERRX(EXIT_FAILURE, "%s", in rawtest()
174 ERRX(EXIT_FAILURE, "clnt_call: %s", clnt_sperrno(rv)); in rawtest()
[all …]
/freebsd/contrib/netbsd-tests/net/mcast/
H A Dmcast.c61 #define ERRX(ev, msg, ...) ATF_REQUIRE_MSG(0, msg, __VA_ARGS__) macro
70 #define ERRX(ev, msg, ...) errx(ev, msg, __VA_ARGS__) macro
200 ERRX(EXIT_FAILURE, "Can't resolve %s:%s (%s)", host, port, in getsocket()
233 ERRX(EXIT_FAILURE, "%s (%s)", cause, strerror(lasterrno)); in getsocket()
251 ERRX(EXIT_FAILURE, "poll (%s)", strerror(errno)); in synchronize()
257 ERRX(EXIT_FAILURE, "read (%s)", strerror(errno)); in synchronize()
260 ERRX(EXIT_FAILURE, "write (%s)", strerror(errno)); in synchronize()
285 ERRX(EXIT_FAILURE, "clock (%s)", strerror(errno)); in sender()
289 ERRX(EXIT_FAILURE, "clock (%s)", strerror(errno)); in sender()
298 ERRX(EXIT_FAILURE, "send (%s)", strerror(errno)); in sender()
[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.c2105 #define ERRX(x) do { warnx(x); goto _error; } while(0) in pfctl_rules() macro
2140 ERRX("pfctl_rules: calloc"); in pfctl_rules()
2143 ERRX("pfctl_rules: strlcpy"); in pfctl_rules()
2152 ERRX("pfctl_rules: calloc"); in pfctl_rules()
2174 ERRX("pfctl_rules: calloc"); in pfctl_rules()
2195 ERRX("pfctl_rules"); in pfctl_rules()
2208 ERRX("Syntax error in config file: " in pfctl_rules()
2227 ERRX("Unable to load rules into kernel"); in pfctl_rules()
2234 ERRX("errors in altq config"); in pfctl_rules()
2239 ERRX("load anchors"); in pfctl_rules()
[all …]