Searched refs:DEBUG_REQUIRE (Results 1 – 14 of 14) sorted by relevance
268 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()
249 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()
62 DEBUG_REQUIRE(prec != 0); in format_time_fraction()
493 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()
188 DEBUG_REQUIRE(systime_init_done); in get_systime()
294 DEBUG_REQUIRE(BLOCKING_REQ_MAGIC == hdr->magic_sig); in send_blocking_req_internal()
93 #define DEBUG_REQUIRE(x) REQUIRE(x) macro98 #define DEBUG_REQUIRE(x) do {} while (FALSE) macro
521 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()
343 DEBUG_REQUIRE(option < sizeof(mask) * 8); in allow_config()
810 DEBUG_REQUIRE(srcadr); in newpeer()
1673 DEBUG_REQUIRE(MODE_ACTIVE == hismode); in receive()4871 DEBUG_REQUIRE(pool); in pool_xmit()
2914 * 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.
1017 * ntpd/ntp_peer.c:newpeer(): added a DEBUG_REQUIRE(srcadr). Harlan Stenn.
30603 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 are139992 provide debug-only DEBUG_REQUIRE(), DEBUG_INSIST(), etc.