Searched refs:DEBUG_INSIST (Results 1 – 16 of 16) sorted by relevance
94 #define DEBUG_INSIST(x) INSIST(x) macro99 #define DEBUG_INSIST(x) do {} while (FALSE) macro
234 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()
488 DEBUG_INSIST(!c->reusable); in start_blocking_thread()534 DEBUG_INSIST(resumed); in start_blocking_thread_internal()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()
72 DEBUG_INSIST(fraclimit < fraclimit * 10); in format_time_fraction()
58 DEBUG_INSIST(NID_md5 == nid); in get_md_ctx()
362 DEBUG_INSIST(NULL != next); in authreadkeys()
206 DEBUG_INSIST(ai_cpy->ai_canonname == ai_src->ai_canonname); in copy_addrinfo_common()
442 DEBUG_INSIST((size_t)(cp - (char *)resp) == resp_octets); in blocking_getaddrinfo()
244 DEBUG_INSIST(rl == res); in alloc_res4()270 DEBUG_INSIST(rl == res); in alloc_res6()537 DEBUG_INSIST(match != NULL); in restrictions()564 DEBUG_INSIST(match != NULL); in restrictions()
166 DEBUG_INSIST(NULL != m); in mon_reclaim_entry()
1008 DEBUG_INSIST(enable_panic_check == TRUE); in adj_host_clock()
641 DEBUG_INSIST(p != NULL); in set_peerdstadr()
740 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()
3107 DEBUG_INSIST(pao >= 0 && pao < COUNTOF(psl)); in attrtopsl()3139 DEBUG_INSIST(NTP_MINPOLL <= p && NTP_MAXPOLL >= p); in get_pollskew()4344 DEBUG_INSIST(pn); in peerflag_bits()
625 DEBUG_INSIST(EV_TIMEOUT == what); in xmt_timer_cb()
111369 Do not evaluate expression for compiled-out DEBUG_INSIST() and other139992 provide debug-only DEBUG_REQUIRE(), DEBUG_INSIST(), etc.