Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dwork_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()
H A Dntp_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()
H A Dtimetoa.c62 DEBUG_REQUIRE(prec != 0); in format_time_fraction()
H A Dntp_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()
H A Dsystime.c188 DEBUG_REQUIRE(systime_init_done); in get_systime()
H A Dwork_thread.c294 DEBUG_REQUIRE(BLOCKING_REQ_MAGIC == hdr->magic_sig); in send_blocking_req_internal()
/freebsd/contrib/ntp/include/
H A Dntp_assert.h93 #define DEBUG_REQUIRE(x) REQUIRE(x) macro
98 #define DEBUG_REQUIRE(x) do {} while (FALSE) macro
/freebsd/contrib/ntp/ntpd/
H A Dntp_peer.c810 DEBUG_REQUIRE(srcadr); in newpeer()
H A Dntp_proto.c1673 DEBUG_REQUIRE(MODE_ACTIVE == hismode); in receive()
4871 DEBUG_REQUIRE(pool); in pool_xmit()
/freebsd/contrib/ntp/sntp/
H A Dmain.c
/freebsd/contrib/ntp/
H A DNEWS2914 * 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.
H A DChangeLog1017 * ntpd/ntp_peer.c:newpeer(): added a DEBUG_REQUIRE(srcadr). Harlan Stenn.
H A DCommitLog30603 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.
[all...]