Searched refs:timerp (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dtimer_api.c103 isc_timer_t **timerp)
109 timerp));
113 isc_timer_attach(isc_timer_t *timer, isc_timer_t **timerp) { argument
115 REQUIRE(timerp != NULL && *timerp == NULL);
117 timer->methods->attach(timer, timerp);
119 ENSURE(*timerp == timer);
123 isc_timer_detach(isc_timer_t **timerp) { argument
124 REQUIRE(timerp != NULL && ISCAPI_TIMER_VALID(*timerp));
100 isc_timer_create(isc_timermgr_t *manager, isc_timertype_t type, isc_time_t *expires, isc_interval_t *interval, isc_task_t *task, isc_taskaction_t action, const void *arg, isc_timer_t **timerp) argument
[all...]
H A Dtimer.c137 isc_timer_t **timerp);
147 isc__timer_attach(isc_timer_t *timer0, isc_timer_t **timerp);
149 isc__timer_detach(isc_timer_t **timerp);
399 isc_timer_t **timerp)
411 * in 'timerp'.
423 REQUIRE(timerp != NULL && *timerp == NULL);
512 *timerp = (isc_timer_t *)timer;
639 isc__timer_attach(isc_timer_t *timer0, isc_timer_t **timerp) { argument
643 * Attach *timerp t
396 isc__timer_create(isc_timermgr_t *manager0, isc_timertype_t type, isc_time_t *expires, isc_interval_t *interval, isc_task_t *task, isc_taskaction_t action, const void *arg, isc_timer_t **timerp) argument
657 isc__timer_detach(isc_timer_t **timerp) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Dtimer.h118 isc_timer_t **timerp);
122 void (*attach)(isc_timer_t *timer, isc_timer_t **timerp);
123 void (*detach)(isc_timer_t **timerp);
178 isc_timer_t **timerp);
183 * arg value. The new timer is returned in 'timerp'.
215 *\li 'timerp' is a valid pointer, and *timerp == NULL
219 *\li '*timerp' is attached to the newly created timer
293 isc_timer_attach(isc_timer_t *timer, isc_timer_t **timerp);
295 * Attach *timerp t
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dtimer.h123 isc_timer_t **timerp);
128 * arg value. The new timer is returned in 'timerp'.
160 *\li 'timerp' is a valid pointer, and *timerp == NULL
164 *\li '*timerp' is attached to the newly created timer
238 isc_timer_attach(isc_timer_t *timer, isc_timer_t **timerp);
240 * Attach *timerp to timer.
246 *\li 'timerp' points to a NULL timer.
250 *\li *timerp is attached to timer.
254 isc_timer_detach(isc_timer_t **timerp);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dtimer.c304 isc_timer_t **timerp)
315 * in 'timerp'.
327 REQUIRE(timerp != NULL && *timerp == NULL);
413 *timerp = timer;
538 isc_timer_attach(isc_timer_t *timer, isc_timer_t **timerp) { argument
540 * Attach *timerp to timer.
544 REQUIRE(timerp != NULL && *timerp == NULL);
550 *timerp
301 isc_timer_create(isc_timermgr_t *manager, isc_timertype_t type, isc_time_t *expires, isc_interval_t *interval, isc_task_t *task, isc_taskaction_t action, const void *arg, isc_timer_t **timerp) argument
554 isc_timer_detach(isc_timer_t **timerp) argument
[all...]

Completed in 136 milliseconds