Searched refs:totalops (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSPosix/
H A DNetMonitor.c95 int totalops; member in struct:ActivityStat_struct
166 unsigned long totalops; member in struct:__anon10824
220 entry->totalops = 0;
356 mprintf("%8lu %8lu %8lu %8lu %8lu %8lu %8lu", e->totalops,
419 (*s)->totalops = 0;
423 (*s)->totalops++;
427 entry->totalops++;
441 if (!s->printed && max < s->totalops)
442 { m = s; max = s->totalops; }
446 mprintf("%##-25s%8d %8d %8d %8d %8d %8d %8d\n", m->srvtype.c, m->totalops,
[all...]

Completed in 305 milliseconds