Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dtimer.c38 #define VALID_TIMER(t) ISC_MAGIC_VALID(t, TIMER_MAGIC)
86 REQUIRE(VALID_TIMER(timer));
105 REQUIRE(VALID_TIMER(timer)); in schedule()
122 REQUIRE(VALID_TIMER(timer)); in schedule()
157 REQUIRE(VALID_TIMER(timer)); in schedule()
179 REQUIRE(timerp != NULL && VALID_TIMER(*timerp)); in schedule()
193 REQUIRE(timerp != NULL && VALID_TIMER(*timerp)); in deschedule()
58 #define VALID_TIMER( global() macro
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dtimer.c60 #define VALID_TIMER(t) ISC_MAGIC_VALID(t, TIMER_MAGIC) macro
374 REQUIRE(VALID_TIMER(timer)); in isc_timer_reset()
438 REQUIRE(VALID_TIMER(timer)); in isc_timer_gettype()
456 REQUIRE(VALID_TIMER(timer)); in isc_timer_touch()
482 REQUIRE(timerp != NULL && VALID_TIMER(*timerp)); in isc_timer_destroy()
661 REQUIRE(VALID_TIMER(t1)); in sooner()
662 REQUIRE(VALID_TIMER(t2)); in sooner()
674 REQUIRE(VALID_TIMER(what)); in set_index()