Searched refs:CacheUsed (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/ |
H A D | uds_daemon.c | 5722 … const CacheRecord *cr, mDNSu32 slot, const mDNSu32 remain, const char *ifname, mDNSu32 *CacheUsed) in PrintOneCacheRecordToFD() argument 5733 (*CacheUsed)++; in PrintOneCacheRecordToFD() 5736 … const CacheRecord *cr, mDNSu32 slot, const mDNSu32 remain, const char *ifname, mDNSu32 *CacheUsed) in PrintCachedRecordsToFD() argument 5743 PrintOneCacheRecordToFD(fd, soa, slot, remain, ifname, CacheUsed); in PrintCachedRecordsToFD() 5785 mDNSu32 CacheUsed = 0, CacheActive = 0, slot; in udsserver_info_dump_to_fd() local 5827 CacheUsed = groupCount + mcastRecordCount + ucastRecordCount; in udsserver_info_dump_to_fd() 5828 if (m->rrcache_totalused != CacheUsed) in udsserver_info_dump_to_fd() 5829 …, "Cache use mismatch: rrcache_totalused is %lu, true count %lu", m->rrcache_totalused, CacheUsed); in udsserver_info_dump_to_fd() 5833 … m->rrcache_size, CacheUsed, groupCount, mcastRecordCount, ucastRecordCount, CacheActive); in udsserver_info_dump_to_fd() 5857 CacheUsed = 0; in udsserver_info_dump_to_fd() [all …]
|