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

/freebsd-13-stable/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-13-stable/contrib/ntp/libntp/
H A Dtimetoa.c62 DEBUG_REQUIRE(prec != 0);
H A Dwork_fork.c268 DEBUG_REQUIRE(hdr != NULL);
269 DEBUG_REQUIRE(data != NULL);
270 DEBUG_REQUIRE(BLOCKING_REQ_MAGIC == hdr->magic_sig);
307 DEBUG_REQUIRE(-1 != c->req_read_pipe);
355 DEBUG_REQUIRE(-1 != c->resp_write_pipe);
380 DEBUG_REQUIRE(c->resp_read_pipe != -1);
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.c189 DEBUG_REQUIRE(systime_init_done);
H A Dwork_thread.c304 DEBUG_REQUIRE(BLOCKING_REQ_MAGIC == hdr->magic_sig);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_peer.c781 DEBUG_REQUIRE(srcadr);
H A Dntp_proto.c1605 DEBUG_REQUIRE(MODE_ACTIVE == hismode);
4773 DEBUG_REQUIRE(pool);
/freebsd-13-stable/contrib/ntp/sntp/
H A Dmain.c1084 DEBUG_REQUIRE(EV_TIMEOUT & what);

Completed in 116 milliseconds