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

/netbsd-current/external/bsd/unbound/dist/smallapp/
H A Dunbound-control.c198 #define PR_LL(str, var) printf(str SQ ARG_LL"d\n", (long long)(var)); macro
261 PR_LL("mem.cache.rrset", shm_stat->mem.rrset);
262 PR_LL("mem.cache.message", shm_stat->mem.msg);
263 PR_LL("mem.mod.iterator", shm_stat->mem.iter);
264 PR_LL("mem.mod.validator", shm_stat->mem.val);
265 PR_LL("mem.mod.respip", shm_stat->mem.respip);
267 PR_LL("mem.mod.subnet", shm_stat->mem.subnet);
270 PR_LL("mem.mod.ipsecmod", shm_stat->mem.ipsecmod);
273 PR_LL("mem.mod.dynlib", shm_stat->mem.dynlib);
276 PR_LL("me
[all...]

Completed in 73 milliseconds