Home
last modified time | relevance | path

Searched refs:evSubTime (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Deventlib.h149 #define evSubTime __evSubTime macro
168 struct timespec evSubTime __P((struct timespec, struct timespec));
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c81 evSubTime(struct timespec minuend, struct timespec subtrahend) { in evSubTime() function
477 idle = evSubTime(ctx->lastEventTime, this->lastTouched); in idle_timeout()
489 this->timer->inter = evSubTime(this->max_idle, idle); in idle_timeout()
H A Deventlib.c296 interval = evSubTime(ctx->lastEventTime, in evGetNext()
321 t = evSubTime(nextTime, ctx->lastEventTime); in evGetNext()
566 interval = evSubTime(evNowTime(), start_time); in evDispatch()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c921 timeout = evSubTime(finish, now); in send_dg()
926 timeout = evSubTime(finish, now); in send_dg()