Searched refs:DEBUG_INSIST (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/ntp/include/
H A Dntp_assert.h23 * use DEBUG_REQUIRE(), DEBUG_INSIST(), DEBUG_ENSURE(), and/or
94 #define DEBUG_INSIST(x) INSIST(x) macro
99 #define DEBUG_INSIST(x) do {} while (FALSE) macro
/freebsd-13-stable/contrib/ntp/libntp/
H A Dtimetoa.c72 DEBUG_INSIST(fraclimit < fraclimit * 10);
H A Dwork_fork.c234 DEBUG_INSIST(-1 == c->req_read_pipe);
235 DEBUG_INSIST(-1 == c->resp_write_pipe);
274 DEBUG_INSIST(-1 != c->req_write_pipe);
564 DEBUG_INSIST(-1 == c->req_read_pipe);
565 DEBUG_INSIST(-1 == c->resp_write_pipe);
H A Dwork_thread.c494 DEBUG_INSIST(!c->reusable);
537 DEBUG_INSIST(resumed);
891 DEBUG_INSIST(!c->reusable);
912 DEBUG_INSIST(-1 != c->resp_read_pipe);
913 DEBUG_INSIST(-1 != c->resp_write_pipe);
920 DEBUG_INSIST(NULL != c->responses_pending);
H A Dntp_rfc2553.c206 DEBUG_INSIST(ai_cpy->ai_canonname == ai_src->ai_canonname);
H A Dntp_intres.c448 DEBUG_INSIST((size_t)(cp - (char *)resp) == resp_octets);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_monitor.c164 DEBUG_INSIST(NULL != m);
H A Dntp_loopfilter.c1011 DEBUG_INSIST(enable_panic_check == TRUE);
H A Dntp_peer.c638 DEBUG_INSIST(p != NULL);
H A Dntp_config.c2999 DEBUG_INSIST((poll - 3) < sizeof psl);
3042 DEBUG_INSIST(3 <= p && 17 >= p);
4171 DEBUG_INSIST(pn);
H A Dntp_proto.c1948 DEBUG_INSIST(!L_ISZERO(&p_xmt));
2010 DEBUG_INSIST(0 == (FLAG_LOOPNONCE & peer->flags));
/freebsd-13-stable/contrib/ntp/sntp/
H A Dmain.c624 DEBUG_INSIST(EV_TIMEOUT == what);
1035 DEBUG_INSIST(EV_READ & what);
1037 DEBUG_INSIST(fd == c->resp_read_pipe);
1062 DEBUG_INSIST(NULL != ev_worker_timeout);

Completed in 234 milliseconds