Home
last modified time | relevance | path

Searched refs:evPrintf (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/bsd/libbind/dist/isc/
Dev_waits.c192 evPrintf(ctx, 9, "wait waiting:\n"); in print_waits()
195 evPrintf(ctx, 9, " tag %p:", wl->first->tag); in print_waits()
197 evPrintf(ctx, 9, " %p", this); in print_waits()
198 evPrintf(ctx, 9, "\n"); in print_waits()
200 evPrintf(ctx, 9, "wait done:"); in print_waits()
202 evPrintf(ctx, 9, " %p", this); in print_waits()
203 evPrintf(ctx, 9, "\n"); in print_waits()
Deventlib.c272 evPrintf(ctx, 9, "evGetNext: fdCount %d\n", ctx->fdCount); in evGetNext()
305 evPrintf(ctx, 1, in evGetNext()
337 evPrintf(ctx, 4, "select() returns %d (err: %s)\n", in evGetNext()
340 evPrintf(ctx, 4, "poll() returns %d (err: %s)\n", in evGetNext()
373 evPrintf(ctx, 1, "EBADF: %d\n", in evGetNext()
470 evPrintf(ctx, 4, "fdCount < 0 (%d)\n", ctx->fdCount); in evGetNext()
497 evPrintf(ctx, 5, in evDispatch()
514 evPrintf(ctx, 5, in evDispatch()
526 evPrintf(ctx, 5, in evDispatch()
539 evPrintf(ctx, 5, "Dispatch.Timer: func %p, uap %p\n", in evDispatch()
[all …]
Dev_timers.c179 evPrintf(ctx, 1, in evSetTimer()
221 evPrintf(ctx, 7, "timers after evSetTimer:\n"); in evSetTimer()
236 evPrintf(ctx, 8, "deferring delete of timer (executing)\n"); in evClearTimer()
253 evPrintf(ctx, 7, "timers after evClearTimer:\n"); in evClearTimer()
338 evPrintf(ctx, 7, "timers after evResetTimer:\n"); in evResetTimer()
465 evPrintf(ctx, 7, in print_timer()
Dev_files.c58 evPrintf(ctx, 1, in evSelectFD()
165 evPrintf(ctx, 11, "evDeselectFD(NULL) ignored\n"); in evDeselectFD()
170 evPrintf(ctx, 1, "evDeselectFD(fd %d, mask 0x%x)\n", in evDeselectFD()
Deventlib_p.h262 #define evPrintf __evPrintf macro
263 void evPrintf(const evContext_p *ctx, int level, const char *fmt, ...)
/netbsd/src/lib/libc/isc/
Dev_timers.c196 evPrintf(ctx, 1, in evSetTimer()
238 evPrintf(ctx, 7, "timers after evSetTimer:\n"); in evSetTimer()
253 evPrintf(ctx, 8, "deferring delete of timer (executing)\n"); in evClearTimer()
270 evPrintf(ctx, 7, "timers after evClearTimer:\n"); in evClearTimer()
355 evPrintf(ctx, 7, "timers after evResetTimer:\n"); in evResetTimer()
482 evPrintf(ctx, 7, in print_timer()
Deventlib_p.h262 #define evPrintf __evPrintf macro
263 void evPrintf(const evContext_p *ctx, int level, const char *fmt, ...)