Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_waits.c186 evPrintf(ctx, 9, "wait waiting:\n"); in print_waits()
189 evPrintf(ctx, 9, " tag %p:", wl->first->tag); in print_waits()
191 evPrintf(ctx, 9, " %p", this); in print_waits()
192 evPrintf(ctx, 9, "\n"); in print_waits()
194 evPrintf(ctx, 9, "wait done:"); in print_waits()
196 evPrintf(ctx, 9, " %p", this); in print_waits()
197 evPrintf(ctx, 9, "\n"); in print_waits()
H A Deventlib.c299 evPrintf(ctx, 1, in evGetNext()
331 evPrintf(ctx, 4, "select() returns %d (err: %s)\n", in evGetNext()
334 evPrintf(ctx, 4, "poll() returns %d (err: %s)\n", in evGetNext()
367 evPrintf(ctx, 1, "EBADF: %d\n", in evGetNext()
491 evPrintf(ctx, 5, in evDispatch()
508 evPrintf(ctx, 5, in evDispatch()
520 evPrintf(ctx, 5, in evDispatch()
544 evPrintf(ctx, 5, in evDispatch()
574 evPrintf(ctx, 1, in evDispatch()
612 evPrintf(ctx, 5, "Dispatch.Timer: timer rm'd?\n"); in evDrop()
[all …]
H A Dev_timers.c171 evPrintf(ctx, 1, in evSetTimer()
213 evPrintf(ctx, 7, "timers after evSetTimer:\n"); in evSetTimer()
228 evPrintf(ctx, 8, "deferring delete of timer (executing)\n"); in evClearTimer()
245 evPrintf(ctx, 7, "timers after evClearTimer:\n"); in evClearTimer()
330 evPrintf(ctx, 7, "timers after evResetTimer:\n"); in evResetTimer()
457 evPrintf(ctx, 7, in print_timer()
H A Dev_files.c52 evPrintf(ctx, 1, in evSelectFD()
159 evPrintf(ctx, 11, "evDeselectFD(NULL) ignored\n"); in evDeselectFD()
164 evPrintf(ctx, 1, "evDeselectFD(fd %d, mask 0x%x)\n", in evDeselectFD()
H A Deventlib_p.h260 #define evPrintf __evPrintf macro
261 void evPrintf(const evContext_p *ctx, int level, const char *fmt, ...)