Searched refs:DEBUG_REQUIRE (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/contrib/ntp/include/
H A Dntp_assert.h23 * use DEBUG_REQUIRE(), DEBUG_INSIST(), DEBUG_ENSURE(), and/or
93 #define DEBUG_REQUIRE(x) REQUIRE(x) macro
98 #define DEBUG_REQUIRE(x) do {} while (FALSE) macro
/freebsd-10.2-release/contrib/ntp/libntp/
H A Dwork_fork.c206 DEBUG_REQUIRE(hdr != NULL);
207 DEBUG_REQUIRE(data != NULL);
208 DEBUG_REQUIRE(BLOCKING_REQ_MAGIC == hdr->magic_sig);
250 DEBUG_REQUIRE(-1 != c->req_read_pipe);
307 DEBUG_REQUIRE(-1 != c->resp_write_pipe);
336 DEBUG_REQUIRE(c->resp_read_pipe != -1);
H A Dtimetoa.c62 DEBUG_REQUIRE(prec != 0);
H A Dntp_worker.c249 DEBUG_REQUIRE(BLOCKING_RESP_MAGIC ==
312 DEBUG_REQUIRE(BLOCKING_REQ_MAGIC == req->magic_sig);
354 DEBUG_REQUIRE(0 == intres_req_pending);
H A Dntp_intres.c499 DEBUG_REQUIRE(BLOCKING_GETADDRINFO == rtype);
500 DEBUG_REQUIRE(respsize == gai_resp->octets);
825 DEBUG_REQUIRE(BLOCKING_GETNAMEINFO == rtype);
826 DEBUG_REQUIRE(respsize == gni_resp->octets);
H A Dsystime.c183 DEBUG_REQUIRE(systime_init_done);
H A Dwork_thread.c293 DEBUG_REQUIRE(BLOCKING_REQ_MAGIC == hdr->magic_sig);
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Dntp_peer.c769 DEBUG_REQUIRE(srcadr);
/freebsd-10.2-release/contrib/ntp/sntp/
H A Dmain.c1078 DEBUG_REQUIRE(EV_TIMEOUT & what);

Completed in 120 milliseconds