Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dprettydate.c167 u_int32 ntps; in common_prettydate()
178 ntps = ts->l_ui; in common_prettydate()
182 ntps++; in common_prettydate()
184 sec = ntpcal_ntp_to_time(ntps, NULL); in common_prettydate()
168 u_int32 ntps; common_prettydate() local
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c2112 uint32_t ntps; in fasttrap_meta_create_probe() local
2139 ntps = dhpb->dthpb_noffs + dhpb->dthpb_nenoffs; in fasttrap_meta_create_probe()
2140 ASSERT(ntps > 0); in fasttrap_meta_create_probe()
2142 atomic_add_32(&fasttrap_total, ntps); in fasttrap_meta_create_probe()
2145 atomic_add_32(&fasttrap_total, -ntps); in fasttrap_meta_create_probe()
2149 pp = kmem_zalloc(offsetof(fasttrap_probe_t, ftp_tps[ntps]), KM_SLEEP); in fasttrap_meta_create_probe()
2153 pp->ftp_ntps = ntps; in fasttrap_meta_create_probe()
2180 for (j = 0; i < ntps; i++, j++) { in fasttrap_meta_create_probe()