Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c5602 … const CacheRecord *cr, mDNSu32 slot, const mDNSu32 remain, const char *ifname, mDNSu32 *CacheUsed) in PrintOneCacheRecord() argument
5613 (*CacheUsed)++; in PrintOneCacheRecord()
5616 … const CacheRecord *cr, mDNSu32 slot, const mDNSu32 remain, const char *ifname, mDNSu32 *CacheUsed) in PrintCachedRecords() argument
5626 PrintOneCacheRecord(m, nsec, slot, remain, ifname, CacheUsed); in PrintCachedRecords()
5632 PrintOneCacheRecord(m, soa, slot, remain, ifname, CacheUsed); in PrintCachedRecords()
5719 mDNSu32 CacheUsed = 0, CacheActive = 0, slot; in udsserver_info() local
5735 CacheUsed++; // Count one cache entity for the CacheGroup object in udsserver_info()
5745 PrintOneCacheRecord(m, cr, slot, remain, ifname, &CacheUsed); in udsserver_info()
5746 PrintCachedRecords(m, cr, slot, remain, ifname, &CacheUsed); in udsserver_info()
5751 if (m->rrcache_totalused != CacheUsed) in udsserver_info()
[all …]