Searched refs:evPrintf (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_waits.c | 190 evPrintf(ctx, 9, "wait waiting:\n"); 193 evPrintf(ctx, 9, " tag %p:", wl->first->tag); 195 evPrintf(ctx, 9, " %p", this); 196 evPrintf(ctx, 9, "\n"); 198 evPrintf(ctx, 9, "wait done:"); 200 evPrintf(ctx, 9, " %p", this); 201 evPrintf(ctx, 9, "\n");
|
H A D | eventlib.c | 270 evPrintf(ctx, 9, "evGetNext: fdCount %d\n", ctx->fdCount); 303 evPrintf(ctx, 1, 335 evPrintf(ctx, 4, "select() returns %d (err: %s)\n", 338 evPrintf(ctx, 4, "poll() returns %d (err: %s)\n", 371 evPrintf(ctx, 1, "EBADF: %d\n", 468 evPrintf(ctx, 4, "fdCount < 0 (%d)\n", ctx->fdCount); 495 evPrintf(ctx, 5, 512 evPrintf(ctx, 5, 524 evPrintf(ctx, 5, 537 evPrintf(ct 673 evPrintf(const evContext_p *ctx, int level, const char *fmt, ...) { function [all...] |
H A D | ev_timers.c | 177 evPrintf(ctx, 1, 219 evPrintf(ctx, 7, "timers after evSetTimer:\n"); 234 evPrintf(ctx, 8, "deferring delete of timer (executing)\n"); 251 evPrintf(ctx, 7, "timers after evClearTimer:\n"); 336 evPrintf(ctx, 7, "timers after evResetTimer:\n"); 463 evPrintf(ctx, 7,
|
H A D | ev_files.c | 56 evPrintf(ctx, 1, 163 evPrintf(ctx, 11, "evDeselectFD(NULL) ignored\n"); 168 evPrintf(ctx, 1, "evDeselectFD(fd %d, mask 0x%x)\n",
|
H A D | eventlib_p.h | 260 #define evPrintf __evPrintf macro 261 void evPrintf(const evContext_p *ctx, int level, const char *fmt, ...)
|
Completed in 61 milliseconds