HomeSort by: relevance | last modified time | path
    Searched defs:ntps (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/
prettydate.c 169 u_int32 ntps; local
180 ntps = ts->l_ui;
184 ntps++;
186 sec = ntpcal_ntp_to_time(ntps, NULL);
  /src/external/bsd/atf/dist/tools/
atf-run.cpp 506 size_t ntps = 0; local
521 ntps += count_tps(aux);
523 ntps++;
526 return ntps;
575 w.ntps(count_tps(tps));
reader.cpp 158 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) {
test-program.cpp 586 impl::atf_tps_writer::ntps(size_t p_ntps) function in class:impl::atf_tps_writer
  /src/external/cddl/osnet/dist/uts/common/dtrace/
fasttrap.c 2141 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 18 milliseconds