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

/freebsd-12-stable/contrib/ntp/libntp/
H A Dprettydate.c168 u_int32 ntps; local
179 ntps = ts->l_ui;
183 ntps++;
185 sec = ntpcal_ntp_to_time(ntps, NULL);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c2108 uint32_t ntps; local
2135 ntps = dhpb->dthpb_noffs + dhpb->dthpb_nenoffs;
2136 ASSERT(ntps > 0);
2138 atomic_add_32(&fasttrap_total, ntps);
2141 atomic_add_32(&fasttrap_total, -ntps);
2145 pp = kmem_zalloc(offsetof(fasttrap_probe_t, ftp_tps[ntps]), KM_SLEEP);
2149 pp->ftp_ntps = ntps;
2176 for (j = 0; i < ntps; i++, j++) {

Completed in 111 milliseconds