Home
last modified time | relevance | path

Searched refs:ISCAPI_TIMER_VALID (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/ntp/lib/isc/
H A Dtimer_api.c112 REQUIRE(ISCAPI_TIMER_VALID(timer)); in isc_timer_attach()
122 REQUIRE(timerp != NULL && ISCAPI_TIMER_VALID(*timerp)); in isc_timer_detach()
134 REQUIRE(ISCAPI_TIMER_VALID(timer)); in isc_timer_reset()
141 REQUIRE(ISCAPI_TIMER_VALID(timer)); in isc_timer_touch()
/freebsd-12.1/contrib/ntp/lib/isc/include/isc/
H A Dtimer.h158 #define ISCAPI_TIMER_VALID(s) ((s) != NULL && \ macro