Searched refs:info_kernel (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/usr.sbin/ntp/ntpdc/ |
| H A D | nl.c | 806 (int) sizeof(struct info_kernel)); 808 (int) offsetof(struct info_kernel, offset)); 810 (int) offsetof(struct info_kernel, freq)); 816 (int) offsetof(struct info_kernel, status)); 818 (int) offsetof(struct info_kernel, shift)); 828 (int) offsetof(struct info_kernel, jitter)); 830 (int) offsetof(struct info_kernel, stabil)); 832 (int) offsetof(struct info_kernel, jitcnt)); 834 (int) offsetof(struct info_kernel, calcnt)); 836 (int) offsetof(struct info_kernel, errcnt)); [all …]
|
| /freebsd-14.2/contrib/ntp/ntpdc/ |
| H A D | layout.std | 408 sizeof(struct info_kernel) = 60
|
| H A D | ntpdc_ops.c | 2936 struct info_kernel *ik; in kerninfo() 2946 sizeof(struct info_kernel)); in kerninfo() 2957 if (!checkitemsize(itemsize, sizeof(struct info_kernel))) in kerninfo()
|
| /freebsd-14.2/contrib/ntp/include/ |
| H A D | ntp_request.h | 888 struct info_kernel { struct
|
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | ntp_request.c | 2447 register struct info_kernel *ik; in get_kernel_info() 2458 ik = (struct info_kernel *)prepare_pkt(srcadr, inter, inpkt, in get_kernel_info() 2459 sizeof(struct info_kernel)); in get_kernel_info()
|