OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ERRX
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/x68k/stand/common/
exec_sub.c
32
#define
ERRX
(arg) xerrx arg
36
#define
ERRX
(arg) return 1
279
ERRX
((1, "%s: Wrong architecture (mid %u)",
296
ERRX
((1, "%s: Not an NMAGIC a.out or a 32bit BE ELF",
312
ERRX
((1, "%s: Unsupported ELF version", kernel_fn));
315
ERRX
((1, "%s: Wrong architecture (mid %u)",
318
ERRX
((1, "%s: Not an executable", kernel_fn));
320
ERRX
((1, "%s: Wrong number (%u) of loading sections",
/src/tests/net/net/
t_pktinfo.c
49
#define
ERRX
(msg, a)
errx
(EXIT_FAILURE, msg, a)
50
#define ERRX2(msg, a1, a2)
errx
(EXIT_FAILURE, msg, a1, a2)
54
#define
ERRX
(msg, a) ATF_REQUIRE_MSG(0, msg, a)
126
ERRX
("bad level %d", cmsg->cmsg_level);
137
ERRX
("bad type %d", cmsg->cmsg_type);
/src/tests/lib/libc/rpc/
t_rpc.c
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)
[
all
...]
/src/tests/net/mcast/
mcast.c
61
#define
ERRX
(ev, msg, ...) ATF_REQUIRE_MSG(0, msg, __VA_ARGS__)
70
#define
ERRX
(ev, msg, ...)
errx
(ev, msg, __VA_ARGS__)
71
#define ERRX0(ev, msg)
errx
(ev, msg)
72
#define SKIPX(ev, msg, ...)
errx
(ev, msg, __VA_ARGS__)
201
ERRX
(EXIT_FAILURE, "Can't resolve %s:%s (%s)", host, port,
234
ERRX
(EXIT_FAILURE, "%s (%s)", cause, strerror(lasterrno));
252
ERRX
(EXIT_FAILURE, "poll (%s)", strerror(errno));
258
ERRX
(EXIT_FAILURE, "read (%s)", strerror(errno));
261
ERRX
(EXIT_FAILURE, "write (%s)", strerror(errno))
[
all
...]
/src/dist/pf/sbin/pfctl/
pfctl.c
246
errx
(1, "pf already enabled");
265
errx
(1, "pf not enabled");
377
errx
(1, "invalid interface: %s", iface);
400
errx
(1, "prefix is %s: %s", errstr, p);
407
errx
(1, "getaddrinfo: %s", gai_strerror(ret_ga));
412
errx
(1, "prefix too long for AF_INET");
414
errx
(1, "prefix too long for AF_INET6");
456
errx
(1, "getaddrinfo: %s", gai_strerror(ret_ga));
478
errx
(1, "Unknown address family %d", psnk.psnk_af);
489
errx
(1, "getaddrinfo: %s"
[
all
...]
Completed in 24 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025