Searched refs:ntps (Results 1 – 9 of 9) sorted by relevance
169 u_int32 ntps; in common_prettydate() local180 ntps = ts->l_ui; in common_prettydate()184 ntps++; in common_prettydate()186 sec = ntpcal_ntp_to_time(ntps, NULL); in common_prettydate()
572 w.ntps(0); in ATF_TEST_CASE_BODY()584 w.ntps(123); in ATF_TEST_CASE_BODY()596 w.ntps(2); in ATF_TEST_CASE_BODY()624 w.ntps(1); in ATF_TEST_CASE_BODY()648 w.ntps(1); in ATF_TEST_CASE_BODY()692 w.ntps(1); in ATF_TEST_CASE_BODY()732 w.ntps(1); in ATF_TEST_CASE_BODY()
506 size_t ntps = 0; in count_tps() local521 ntps += count_tps(aux); in count_tps()523 ntps++; in count_tps()526 return ntps; in count_tps()575 w.ntps(count_tps(tps)); in main()
158 impl::atf_tps_reader::got_ntps(size_t ntps __attribute__((__unused__))) in got_ntps() argument415 size_t ntps = string_to_int< std::size_t >(t.text()); in read() local416 ATF_PARSER_CALLBACK(p, got_ntps(ntps)); in read()421 while (p.good() && i < ntps) { in read()
209 write_ntps(size_t ntps) in write_ntps() argument216 m_ntps = ntps; in write_ntps()519 got_ntps(size_t ntps) in got_ntps() argument523 (*iter)->write_ntps(ntps); in got_ntps()
53 got_ntps(size_t ntps) in got_ntps() argument55 m_calls.push_back("got_ntps(" + tools::text::to_string(ntps) + ")"); in got_ntps()
116 void ntps(size_t);
586 impl::atf_tps_writer::ntps(size_t p_ntps) in ntps() function in impl::atf_tps_writer
2141 uint32_t ntps; in fasttrap_meta_create_probe() local2168 ntps = dhpb->dthpb_noffs + dhpb->dthpb_nenoffs; in fasttrap_meta_create_probe()2169 ASSERT(ntps > 0); in fasttrap_meta_create_probe()2171 atomic_add_32(&fasttrap_total, ntps); in fasttrap_meta_create_probe()2174 atomic_add_32(&fasttrap_total, -ntps); in fasttrap_meta_create_probe()2178 pp = kmem_zalloc(offsetof(fasttrap_probe_t, ftp_tps[ntps]), KM_SLEEP); in fasttrap_meta_create_probe()2182 pp->ftp_ntps = ntps; in fasttrap_meta_create_probe()2209 for (j = 0; i < ntps; i++, j++) { in fasttrap_meta_create_probe()