| /freebsd/sbin/hastd/ |
| H A D | parse.y | 162 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("invalid isitme() return value"); [all …]
|
| H A D | nv.c | 52 #ifndef PJDLOG_ABORT 53 #define PJDLOG_ABORT(...) abort() macro 315 PJDLOG_ABORT("invalid condition"); in nv_validate() 741 PJDLOG_ABORT("invalid condition"); in nv_dump() 934 PJDLOG_ABORT("invalid condition"); in nv_swap() 951 PJDLOG_ABORT("invalid condition"); in nv_swap() 959 PJDLOG_ABORT("unrecognized type"); in nv_swap()
|
| H A D | hast_checksum.c | 102 PJDLOG_ABORT("Invalid checksum: %d.", res->hr_checksum); in checksum_send()
|
| H A D | pjdlog.c | 115 PJDLOG_ABORT("inet_ntop(AF_INET) failed: %s.", in pjdlog_printf_render_sockaddr() 131 PJDLOG_ABORT("inet_ntop(AF_INET6) failed: %s.", in pjdlog_printf_render_sockaddr()
|
| H A D | pjdlog.h | 107 #define PJDLOG_ABORT(...) pjdlog_abort(__func__, __FILE__, \ macro
|
| H A D | secondary.c | 690 PJDLOG_ABORT("Unexpected command (cmd=%hhu).", in recv_thread() 840 PJDLOG_ABORT("Unexpected command (cmd=%hhu).", in disk_thread() 896 PJDLOG_ABORT("Unexpected command (cmd=%hhu).", in send_thread()
|
| H A D | hast_compression.c | 228 PJDLOG_ABORT("Invalid compression: %d.", res->hr_compression); in compression_send()
|
| H A D | hastd.c | 302 PJDLOG_ABORT("%s", msg); in descriptors_assert() 1059 PJDLOG_ABORT("Unexpected signal (%d).", signo); in check_signals()
|
| H A D | primary.c | 1599 PJDLOG_ABORT("invalid condition"); in remote_send_thread() 1809 PJDLOG_ABORT("invalid condition"); in remote_recv_thread()
|
| /freebsd/contrib/openbsm/bin/auditdistd/ |
| H A D | proto_socketpair.c | 141 PJDLOG_ABORT("Invalid socket side (%d).", spctx->sp_side); in sp_send() 180 PJDLOG_ABORT("Invalid socket side (%d).", spctx->sp_side); in sp_recv() 209 PJDLOG_ABORT("Invalid socket side (%d).", spctx->sp_side); in sp_descriptor() 242 PJDLOG_ABORT("Invalid socket side (%d).", spctx->sp_side); in sp_close()
|
| H A D | receiver.c | 261 PJDLOG_ABORT("Invalid condition."); in recv_thread() 350 PJDLOG_ABORT("Unknown return value from trail_name_compare()."); in receiver_open() 482 PJDLOG_ABORT("Unexpected command (cmd=%hhu).", in disk_thread()
|
| H A D | proto_tls.c | 813 PJDLOG_ABORT("Unreachable."); in tls_accept() 930 PJDLOG_ABORT("Invalid side (%d).", tlsctx->tls_side); in tls_descriptor() 974 PJDLOG_ABORT("Invalid side (%d).", tlsctx->tls_side); in tls_local_address() 1007 PJDLOG_ABORT("Invalid side (%d).", tlsctx->tls_side); in tls_remote_address()
|
| H A D | pjdlog.c | 118 PJDLOG_ABORT("inet_ntop(AF_INET) failed: %s.", in pjdlog_printf_render_sockaddr() 134 PJDLOG_ABORT("inet_ntop(AF_INET6) failed: %s.", in pjdlog_printf_render_sockaddr()
|
| H A D | proto_tcp.c | 257 PJDLOG_ABORT("Unexpected family %hhu.", ss->ss_family); in sockaddr_len() 608 PJDLOG_ABORT("inet_ntop(AF_INET) failed: %s.", in sockaddr_to_string() 624 PJDLOG_ABORT("inet_ntop(AF_INET6) failed: %s.", in sockaddr_to_string()
|
| H A D | pjdlog.h | 107 #define PJDLOG_ABORT(...) pjdlog_abort(__func__, __FILE__, \ macro
|
| H A D | parse.y | 445 PJDLOG_ABORT("directory at wrong depth level");
|
| H A D | auditdistd.c | 491 PJDLOG_ABORT("Unexpected signal (%d).", signo); in check_signals()
|
| H A D | sender.c | 370 PJDLOG_ABORT("Invalid command (%hhu).", cmd); in adreq_fill()
|
| /freebsd/lib/libpjdlog/ |
| H A D | pjdlog.c | 129 PJDLOG_ABORT("inet_ntop(AF_INET) failed: %s.", in pjdlog_printf_render_sockaddr_ip() 141 PJDLOG_ABORT("inet_ntop(AF_INET6) failed: %s.", in pjdlog_printf_render_sockaddr_ip() 187 PJDLOG_ABORT("inet_ntop(AF_INET) failed: %s.", in pjdlog_printf_render_sockaddr() 203 PJDLOG_ABORT("inet_ntop(AF_INET6) failed: %s.", in pjdlog_printf_render_sockaddr()
|
| H A D | pjdlog.h | 154 #define PJDLOG_ABORT(...) _pjdlog_abort(__func__, __FILE__, \ macro
|
| /freebsd/sys/contrib/libnv/ |
| H A D | nvlist.c | 78 #define PJDLOG_ABORT(...) panic(__VA_ARGS__) macro 83 #define PJDLOG_ABORT(...) do { \ macro 370 PJDLOG_ABORT("Element '%s' of type %s doesn't exist.", in nvlist_report_missing() 644 PJDLOG_ABORT("Unknown type: %d.", nvpair_type(nvp)); in nvlist_dump() 959 PJDLOG_ABORT("Invalid type (%d).", nvpair_type(nvp)); in nvlist_xpack() 1209 PJDLOG_ABORT("Invalid type (%d).", nvpair_type(nvp)); in nvlist_xunpack()
|
| H A D | bsd_nvpair.c | 75 #define PJDLOG_ABORT(...) panic(__VA_ARGS__) macro 80 #define PJDLOG_ABORT(...) abort() macro 312 PJDLOG_ABORT("Unknown type: %d.", nvpair_type(nvp)); in nvpair_clone()
|
| /freebsd/lib/libnv/ |
| H A D | msgio.c | 56 #define PJDLOG_ABORT(...) abort() macro
|