Home
last modified time | relevance | path

Searched refs:DEBUG_INSIST (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dwork_fork.c234 DEBUG_INSIST(-1 == c->req_read_pipe); in cleanup_after_child()
235 DEBUG_INSIST(-1 == c->resp_write_pipe); in cleanup_after_child()
274 DEBUG_INSIST(-1 != c->req_write_pipe); in send_blocking_req_internal()
564 DEBUG_INSIST(-1 == c->req_read_pipe); in fork_blocking_child()
565 DEBUG_INSIST(-1 == c->resp_write_pipe); in fork_blocking_child()
H A Dwork_thread.c488 DEBUG_INSIST(!c->reusable); in start_blocking_thread()
534 DEBUG_INSIST(resumed);
901 DEBUG_INSIST(!c->reusable); in cleanup_after_child()
922 DEBUG_INSIST(-1 != c->resp_read_pipe); in cleanup_after_child()
923 DEBUG_INSIST(-1 != c->resp_write_pipe); in cleanup_after_child()
930 DEBUG_INSIST(NULL != c->responses_pending); in cleanup_after_child()
H A Dtimetoa.c72 DEBUG_INSIST(fraclimit < fraclimit * 10); in format_time_fraction()
H A Dauthreadkeys.c362 DEBUG_INSIST(NULL != next); in authreadkeys()
H A Dntp_rfc2553.c206 DEBUG_INSIST(ai_cpy->ai_canonname == ai_src->ai_canonname); in copy_addrinfo_common()
H A Dntp_intres.c442 DEBUG_INSIST((size_t)(cp - (char *)resp) == resp_octets); in blocking_getaddrinfo()
/freebsd/contrib/ntp/include/
H A Dntp_assert.h94 #define DEBUG_INSIST(x) INSIST(x) macro
99 #define DEBUG_INSIST(x) do {} while (FALSE) macro
/freebsd/contrib/ntp/sntp/
H A Dmain.c625 DEBUG_INSIST(EV_TIMEOUT == what); in xmt_timer_cb()
/freebsd/contrib/ntp/ntpd/
H A Dntp_monitor.c166 DEBUG_INSIST(NULL != m); in mon_reclaim_entry()
H A Dntp_loopfilter.c1008 DEBUG_INSIST(enable_panic_check == TRUE); in adj_host_clock()
H A Dntp_peer.c641 DEBUG_INSIST(p != NULL); in set_peerdstadr()
H A Dntp_config.c3107 DEBUG_INSIST(pao >= 0 && pao < COUNTOF(psl));
3139 DEBUG_INSIST(NTP_MINPOLL <= p && NTP_MAXPOLL >= p); in free_config_access()
4344 DEBUG_INSIST(pn); in peerflag_bits()
H A Dntp_proto.c740 DEBUG_INSIST(0 != hisstratum); /* paranoia check PKT_TO_STRATUM result */ in receive()
2016 DEBUG_INSIST(!L_ISZERO(&p_xmt)); in receive()
2079 DEBUG_INSIST(0 == (FLAG_LOOPNONCE & peer->flags)); in receive()
/freebsd/contrib/ntp/
H A DCommitLog[all...]