Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/libntp/
HDwork_fork.c268 DEBUG_REQUIRE(hdr != NULL); in send_blocking_req_internal()
269 DEBUG_REQUIRE(data != NULL); in send_blocking_req_internal()
270 DEBUG_REQUIRE(BLOCKING_REQ_MAGIC == hdr->magic_sig); in send_blocking_req_internal()
307 DEBUG_REQUIRE(-1 != c->req_read_pipe); in receive_blocking_req_internal()
355 DEBUG_REQUIRE(-1 != c->resp_write_pipe); in send_blocking_resp_internal()
380 DEBUG_REQUIRE(c->resp_read_pipe != -1); in receive_blocking_resp_internal()
HDntp_worker.c249 DEBUG_REQUIRE(BLOCKING_RESP_MAGIC == in process_blocking_resp()
312 DEBUG_REQUIRE(BLOCKING_REQ_MAGIC == req->magic_sig); in blocking_child_common()
354 DEBUG_REQUIRE(0 == intres_req_pending); in worker_idle_timer_fired()
HDtimetoa.c62 DEBUG_REQUIRE(prec != 0); in format_time_fraction()
HDntp_intres.c493 DEBUG_REQUIRE(BLOCKING_GETADDRINFO == rtype); in getaddrinfo_sometime_complete()
494 DEBUG_REQUIRE(respsize == gai_resp->octets); in getaddrinfo_sometime_complete()
819 DEBUG_REQUIRE(BLOCKING_GETNAMEINFO == rtype); in getnameinfo_sometime_complete()
820 DEBUG_REQUIRE(respsize == gni_resp->octets); in getnameinfo_sometime_complete()
HDsystime.c188 DEBUG_REQUIRE(systime_init_done); in get_systime()
HDwork_thread.c294 DEBUG_REQUIRE(BLOCKING_REQ_MAGIC == hdr->magic_sig); in send_blocking_req_internal()
/freebsd-head/contrib/ntp/include/
HDntp_assert.h93 #define DEBUG_REQUIRE(x) REQUIRE(x) macro
98 #define DEBUG_REQUIRE(x) do {} while (FALSE) macro
/freebsd-head/contrib/ntp/ntpd/
HDntp_restrict.c521 DEBUG_REQUIRE(NULL != r4a); in restrictions()
551 DEBUG_REQUIRE(IS_IPV6(srcadr)); in restrictions()
639 DEBUG_REQUIRE(NULL == resmask); in hack_restrict()
640 DEBUG_REQUIRE(RESTRICT_FLAGS == op); in hack_restrict()
641 DEBUG_REQUIRE(RESM_SOURCE & mflags); in hack_restrict()
HDntp_util.c343 DEBUG_REQUIRE(option < sizeof(mask) * 8); in allow_config()
HDntp_peer.c810 DEBUG_REQUIRE(srcadr); in newpeer()
HDntp_proto.c1673 DEBUG_REQUIRE(MODE_ACTIVE == hismode); in receive()
4871 DEBUG_REQUIRE(pool); in pool_xmit()
/freebsd-head/contrib/ntp/
HDNEWS2914 * ntpd/ntp_peer.c:newpeer(): added a DEBUG_REQUIRE(srcadr). Harlan Stenn.
6680 * ntpd/ntp_peer.c:newpeer(): added a DEBUG_REQUIRE(srcadr). Harlan Stenn.
HDChangeLog1017 * ntpd/ntp_peer.c:newpeer(): added a DEBUG_REQUIRE(srcadr). Harlan Stenn.
HDCommitLog30603 ntpd/ntp_peer.c:newpeer(): added a DEBUG_REQUIRE(srcadr). Harlan Stenn.
30606 ntpd/ntp_peer.c:newpeer(): added a DEBUG_REQUIRE(srcadr). Harlan Stenn.
30609 ntpd/ntp_peer.c:newpeer(): added a DEBUG_REQUIRE(srcadr). Harlan Stenn.
134238 Change several DEBUG_REQUIRE to REQUIRE so needed safety checks are
139992 provide debug-only DEBUG_REQUIRE(), DEBUG_INSIST(), etc.