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

/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dprettydate.c170 u_int32 ntps; local
181 ntps = ts->l_ui;
185 ntps++;
187 sec = ntpcal_ntp_to_time(ntps, NULL);
/netbsd-current/external/bsd/atf/dist/tools/
H A Dtest_program_test.cpp572 w.ntps(0);
584 w.ntps(123);
596 w.ntps(2);
624 w.ntps(1);
648 w.ntps(1);
692 w.ntps(1);
732 w.ntps(1);
H A Dreader.cpp158 impl::atf_tps_reader::got_ntps(size_t ntps __attribute__((__unused__)))
415 size_t ntps = string_to_int< std::size_t >(t.text()); local
416 ATF_PARSER_CALLBACK(p, got_ntps(ntps));
421 while (p.good() && i < ntps) {
H A Dtest-program.hpp116 void ntps(size_t);
H A Dreader_test.cpp53 got_ntps(size_t ntps) argument
55 m_calls.push_back("got_ntps(" + tools::text::to_string(ntps) + ")");
H A Datf-run.cpp506 size_t ntps = 0; local
521 ntps += count_tps(aux);
523 ntps++;
526 return ntps;
575 w.ntps(count_tps(tps));
H A Datf-report.cpp209 write_ntps(size_t ntps) argument
216 m_ntps = ntps;
519 got_ntps(size_t ntps) argument
523 (*iter)->write_ntps(ntps);
H A Dtest-program.cpp586 impl::atf_tps_writer::ntps(size_t p_ntps) function in class:impl::atf_tps_writer
/netbsd-current/external/cddl/osnet/dist/uts/common/dtrace/
H A Dfasttrap.c2141 uint32_t ntps; local
2168 ntps = dhpb->dthpb_noffs + dhpb->dthpb_nenoffs;
2169 ASSERT(ntps > 0);
2171 atomic_add_32(&fasttrap_total, ntps);
2174 atomic_add_32(&fasttrap_total, -ntps);
2178 pp = kmem_zalloc(offsetof(fasttrap_probe_t, ftp_tps[ntps]), KM_SLEEP);
2182 pp->ftp_ntps = ntps;
2209 for (j = 0; i < ntps; i++, j++) {

Completed in 166 milliseconds