Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c392 (int) sizeof(struct info_mem_stats));
394 (int) offsetof(struct info_mem_stats, timereset));
396 (int) offsetof(struct info_mem_stats, totalpeermem));
398 (int) offsetof(struct info_mem_stats, freepeermem));
400 (int) offsetof(struct info_mem_stats, findpeer_calls));
402 (int) offsetof(struct info_mem_stats, allocations));
404 (int) offsetof(struct info_mem_stats, demobilizations));
406 (int) offsetof(struct info_mem_stats, hashcount));
/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std198 sizeof(struct info_mem_stats) = 148
H A Dntpdc_ops.c1172 struct info_mem_stats *mem; in memstats()
/freebsd/contrib/ntp/include/
H A Dntp_request.h541 struct info_mem_stats { struct
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c1172 register struct info_mem_stats *ms; in mem_stats()
1175 ms = (struct info_mem_stats *)prepare_pkt(srcadr, inter, inpkt, in mem_stats()
1176 sizeof(struct info_mem_stats)); in mem_stats()