Searched refs:PJDLOG_ABORT (Results 1 - 23 of 23) sorted by relevance

/freebsd-10-stable/sbin/hastd/
H A Dproto_socketpair.c115 PJDLOG_ABORT("Invalid socket side (%d).", spctx->sp_side);
154 PJDLOG_ABORT("Invalid socket side (%d).", spctx->sp_side);
183 PJDLOG_ABORT("Invalid socket side (%d).", spctx->sp_side);
216 PJDLOG_ABORT("Invalid socket side (%d).", spctx->sp_side);
H A Dparse.y162 PJDLOG_ABORT("control at wrong depth level");
192 PJDLOG_ABORT("pidfile at wrong depth level");
226 PJDLOG_ABORT("listen at wrong depth level");
244 PJDLOG_ABORT("replication at wrong depth level");
268 PJDLOG_ABORT("checksum at wrong depth level");
292 PJDLOG_ABORT("compression at wrong depth level");
320 PJDLOG_ABORT("timeout at wrong depth level");
347 PJDLOG_ABORT("exec at wrong depth level");
370 PJDLOG_ABORT("metaflush at wrong depth level");
399 PJDLOG_ABORT("invali
[all...]
H A Dhast_checksum.c111 PJDLOG_ABORT("Invalid checksum: %d.", res->hr_checksum);
H A Dpjdlog.h107 #define PJDLOG_ABORT(...) pjdlog_abort(__func__, __FILE__, \ macro
H A Dnv.c54 #ifndef PJDLOG_ABORT
55 #define PJDLOG_ABORT(...) abort() macro
320 PJDLOG_ABORT("invalid condition");
746 PJDLOG_ABORT("invalid condition");
939 PJDLOG_ABORT("invalid condition");
956 PJDLOG_ABORT("invalid condition");
964 PJDLOG_ABORT("unrecognized type");
H A Dpjdlog.c116 PJDLOG_ABORT("inet_ntop(AF_INET) failed: %s.",
132 PJDLOG_ABORT("inet_ntop(AF_INET6) failed: %s.",
H A Dhast_compression.c228 PJDLOG_ABORT("Invalid compression: %d.", res->hr_compression);
H A Dsecondary.c691 PJDLOG_ABORT("Unexpected command (cmd=%hhu).",
841 PJDLOG_ABORT("Unexpected command (cmd=%hhu).",
897 PJDLOG_ABORT("Unexpected command (cmd=%hhu).",
H A Dhastd.c303 PJDLOG_ABORT("%s", msg);
1060 PJDLOG_ABORT("Unexpected signal (%d).", signo);
H A Dprimary.c1601 PJDLOG_ABORT("invalid condition");
1811 PJDLOG_ABORT("invalid condition");
/freebsd-10-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_socketpair.c141 PJDLOG_ABORT("Invalid socket side (%d).", spctx->sp_side);
180 PJDLOG_ABORT("Invalid socket side (%d).", spctx->sp_side);
209 PJDLOG_ABORT("Invalid socket side (%d).", spctx->sp_side);
242 PJDLOG_ABORT("Invalid socket side (%d).", spctx->sp_side);
H A Dpjdlog.h107 #define PJDLOG_ABORT(...) pjdlog_abort(__func__, __FILE__, \ macro
H A Dproto_tcp.c257 PJDLOG_ABORT("Unexpected family %hhu.", ss->ss_family);
608 PJDLOG_ABORT("inet_ntop(AF_INET) failed: %s.",
624 PJDLOG_ABORT("inet_ntop(AF_INET6) failed: %s.",
H A Dreceiver.c261 PJDLOG_ABORT("Invalid condition.");
350 PJDLOG_ABORT("Unknown return value from trail_name_compare().");
482 PJDLOG_ABORT("Unexpected command (cmd=%hhu).",
H A Dpjdlog.c117 PJDLOG_ABORT("inet_ntop(AF_INET) failed: %s.",
133 PJDLOG_ABORT("inet_ntop(AF_INET6) failed: %s.",
H A Dproto_tls.c809 PJDLOG_ABORT("Unreachable.");
926 PJDLOG_ABORT("Invalid side (%d).", tlsctx->tls_side);
970 PJDLOG_ABORT("Invalid side (%d).", tlsctx->tls_side);
1003 PJDLOG_ABORT("Invalid side (%d).", tlsctx->tls_side);
H A Dparse.y364 PJDLOG_ABORT("checksum at wrong depth level");
390 PJDLOG_ABORT("compression at wrong depth level");
445 PJDLOG_ABORT("directory at wrong depth level");
H A Dauditdistd.c491 PJDLOG_ABORT("Unexpected signal (%d).", signo);
H A Dsender.c377 PJDLOG_ABORT("Invalid command (%hhu).", cmd);
/freebsd-10-stable/sbin/hastctl/
H A Dhastctl.c492 PJDLOG_ABORT("What are we doing here?!");
498 PJDLOG_ABORT("What are we doing here?!");
530 PJDLOG_ABORT("Impossible command!");
580 PJDLOG_ABORT("Impossible command!");
/freebsd-10-stable/sys/kern/
H A Dsubr_nvlist.c76 #define PJDLOG_ABORT(...) panic(__VA_ARGS__) macro
81 #define PJDLOG_ABORT(...) do { \ macro
249 PJDLOG_ABORT("Element '%s' of type %s doesn't exist.",
420 PJDLOG_ABORT("Unknown type: %d.", nvpair_type(nvp));
670 PJDLOG_ABORT("Invalid type (%d).", nvpair_type(nvp));
836 PJDLOG_ABORT("Invalid type (%d).", nvpair_type(nvp));
H A Dsubr_nvpair.c72 #define PJDLOG_ABORT(...) panic(__VA_ARGS__) macro
77 #define PJDLOG_ABORT(...) abort() macro
216 PJDLOG_ABORT("Unknown type: %d.", nvpair_type(nvp));
/freebsd-10-stable/lib/libnv/
H A Dmsgio.c56 #define PJDLOG_ABORT(...) abort() macro

Completed in 125 milliseconds