Searched refs:info_mem_stats (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 392 (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 D | layout.std | 198 sizeof(struct info_mem_stats) = 148
|
H A D | ntpdc_ops.c | 1172 struct info_mem_stats *mem; in memstats()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_request.h | 541 struct info_mem_stats { struct
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_request.c | 1172 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()
|