Searched refs:ISC_TIMEREVENT_TICK (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dtimer.h103 #define ISC_TIMEREVENT_TICK (ISC_EVENTCLASS_TIMER + 1) macro
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Dtimer.h103 #define ISC_TIMEREVENT_TICK (ISC_EVENTCLASS_TIMER + 1) macro
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/
H A Dtimer_test.c51 INSIST(event->ev_type == ISC_TIMEREVENT_TICK);
H A Dshutdown_test.c104 INSIST(event->ev_type == ISC_TIMEREVENT_TICK);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/timers/
H A Dt_timers.c114 expected_event_type = ISC_TIMEREVENT_TICK;
363 "creates a timer that posts an ISC_TIMEREVENT_TICK event to the "
650 if (event->ev_type != ISC_TIMEREVENT_TICK) {
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dtimer.c700 type = ISC_TIMEREVENT_TICK;
711 type = ISC_TIMEREVENT_TICK;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dtimer.c597 type = ISC_TIMEREVENT_TICK;
608 type = ISC_TIMEREVENT_TICK;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dcache.c783 INSIST(event->ev_type == ISC_TIMEREVENT_TICK);
H A Dacache.c745 INSIST(event->ev_type == ISC_TIMEREVENT_TICK);
H A Drequest.c1385 if (event->ev_type == ISC_TIMEREVENT_TICK &&

Completed in 206 milliseconds