Home
last modified time | relevance | path

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

/freebsd/sbin/hastd/
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("invalid isitme() return value");
[all …]
H A Dnv.c52 #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 Dhast_checksum.c102 PJDLOG_ABORT("Invalid checksum: %d.", res->hr_checksum); in checksum_send()
H A Dpjdlog.c115 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 Dpjdlog.h107 #define PJDLOG_ABORT(...) pjdlog_abort(__func__, __FILE__, \ macro
H A Dsecondary.c690 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 Dhast_compression.c228 PJDLOG_ABORT("Invalid compression: %d.", res->hr_compression); in compression_send()
H A Dhastd.c302 PJDLOG_ABORT("%s", msg); in descriptors_assert()
1059 PJDLOG_ABORT("Unexpected signal (%d).", signo); in check_signals()
H A Dprimary.c1599 PJDLOG_ABORT("invalid condition"); in remote_send_thread()
1809 PJDLOG_ABORT("invalid condition"); in remote_recv_thread()
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto_socketpair.c141 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 Dreceiver.c261 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 Dproto_tls.c813 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 Dpjdlog.c118 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 Dproto_tcp.c257 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 Dpjdlog.h107 #define PJDLOG_ABORT(...) pjdlog_abort(__func__, __FILE__, \ macro
H A Dparse.y445 PJDLOG_ABORT("directory at wrong depth level");
H A Dauditdistd.c491 PJDLOG_ABORT("Unexpected signal (%d).", signo); in check_signals()
H A Dsender.c370 PJDLOG_ABORT("Invalid command (%hhu).", cmd); in adreq_fill()
/freebsd/lib/libpjdlog/
H A Dpjdlog.c129 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 Dpjdlog.h154 #define PJDLOG_ABORT(...) _pjdlog_abort(__func__, __FILE__, \ macro
/freebsd/sys/contrib/libnv/
H A Dnvlist.c78 #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 Dbsd_nvpair.c75 #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 Dmsgio.c56 #define PJDLOG_ABORT(...) abort() macro