Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntp_psl.h7 * u_in32 is large enough for sub and qty so long as NTP_MAXPOLL < 31
14 u_int32 qty;
11 int qty; /* int or short? unsigned is OK, but why? */ global() member
/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c3185 int qty = psi.qty; in poll_update() local
3190 || 0 != qty) { in poll_update()
3193 } while (val > qty); in poll_update()
H A Dntp_config.c3085 msyslog(LOG_INFO, "poll %d: sub %d, qty %d, msk %d", in attrtopsl()
3086 p, psi.sub, psi.qty, psi.msk); in attrtopsl()
3120 psl[pao].qty = lower + upper; in get_pollskew()