Searched refs:evPrintf (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/bsd/libbind/dist/isc/ |
| D | ev_waits.c | 192 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()
|
| D | eventlib.c | 272 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 …]
|
| D | ev_timers.c | 179 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()
|
| D | ev_files.c | 58 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()
|
| D | eventlib_p.h | 262 #define evPrintf __evPrintf macro 263 void evPrintf(const evContext_p *ctx, int level, const char *fmt, ...)
|
| /netbsd/src/lib/libc/isc/ |
| D | ev_timers.c | 196 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()
|
| D | eventlib_p.h | 262 #define evPrintf __evPrintf macro 263 void evPrintf(const evContext_p *ctx, int level, const char *fmt, ...)
|