Searched refs:tps (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/contrib/atf/atf-run/
H A Datffile_test.cpp512 ATF_REQUIRE(test_program_names == atffile.tps());
541 ATF_REQUIRE_EQ(3, atffile.tps().size());
542 ATF_REQUIRE(is_in("tp-1", atffile.tps()));
543 ATF_REQUIRE(is_in("tp-2", atffile.tps()));
544 ATF_REQUIRE(is_in("tp-3", atffile.tps()));
569 ATF_REQUIRE_EQ(5, atffile.tps().size());
570 ATF_REQUIRE(is_in("foo", atffile.tps()));
571 ATF_REQUIRE(is_in("bar", atffile.tps()));
572 ATF_REQUIRE(is_in("aK", atffile.tps()));
573 ATF_REQUIRE(is_in("KKKKK", atffile.tps()));
[all...]
H A Datffile.hpp82 const std::vector< std::string >& tps(void) const;
H A Datf-run.cpp255 for (std::vector< std::string >::const_iterator iter = af.tps().begin();
256 iter != af.tps().end(); iter++) {
473 atf_run::count_tps(std::vector< std::string > tps)
478 for (std::vector< std::string >::const_iterator iter = tps.begin();
479 iter != tps.end(); iter++) {
485 std::vector< std::string > aux = af.tps();
523 std::vector< std::string > tps; local
524 tps = af.tps();
528 tps
[all...]
H A Datffile.cpp259 tps(void) function in class:reader
281 impl::atffile::tps(void) function in class:impl::atffile
342 return atffile(r.conf(), r.tps(), r.props());
/freebsd-10.0-release/contrib/atf/atf-c/
H A Dmacros.h104 #define ATF_TP_ADD_TCS(tps) \
115 atfu_tp_add_tcs(atf_tp_t *tps)
/freebsd-10.0-release/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c3254 unsigned int tps = core_clk >> tre; local
3270 #define SECONDS * tps
3274 t3_write_reg(adap, A_TP_RXT_MIN, tps / (1000 / TP_RTO_MIN));
3491 * @tps: holds the returned counter values
3495 void t3_tp_get_mib_stats(adapter_t *adap, struct tp_mib_stats *tps) argument
3497 t3_read_indirect(adap, A_TP_MIB_INDEX, A_TP_MIB_RDATA, (u32 *)tps,
3498 sizeof(*tps) / sizeof(u32), 0);
3686 unsigned int v, tps, cpt, bpt, delta, mindelta = ~0; local
3693 tps = clk / cpt;
3694 bpt = (kbps + tps /
[all...]
H A Dcxgb_common.h771 void t3_tp_get_mib_stats(adapter_t *adap, struct tp_mib_stats *tps);
/freebsd-10.0-release/contrib/atf/atf-report/
H A Dintegration_test.sh82 ATF_CONFDIR=$(pwd)/etc atf-run >tps.out 2>/dev/null
99 -o match:'Summary for' -e empty -x 'atf-report <tps.out'
141 "atf-report -o csv:- <tps.out | " \
188 "atf-report -o ticker:- <tps.out | " \
192 atf_check -s eq:0 -o ignore -e empty -x "atf-report -o xml:- <tps.out"
206 atf_check -s eq:0 -o save:stdout -e empty -x 'atf-report <tps.out'
210 atf_check -s eq:0 -o save:stdout -e empty -x 'atf-report -o csv:- <tps.out'
215 atf_check -s eq:0 -o empty -e empty -x 'atf-report -o csv:fmt.out <tps.out'
221 'atf-report -o csv:fmt.out -o csv:fmt2.out <tps.out'
228 'atf-report -o csv:fmt.out -o ticker:fmt2.out <tps
[all...]
/freebsd-10.0-release/sys/dev/oce/
H A Doce_if.c1907 int tps; local
1925 tps = delta/hz;
1928 if(tps)
1929 ips = (uint32_t)(eqo->intr - aic->intr_prev) / tps;
/freebsd-10.0-release/sys/dev/cxgbe/common/
H A Dt4_hw.c3474 unsigned int v, tps, cpt, bpt, delta, mindelta = ~0; local
3481 tps = clk / cpt;
3482 bpt = (kbps + tps / 2) / tps;
3484 v = bpt * tps;
/freebsd-10.0-release/contrib/binutils/libiberty/
H A DMakefile.in451 -rm -f libiberty.log libiberty.tmp libiberty.tps libiberty.pg
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A DMakefile.in434 -rm -f libiberty.log libiberty.tmp libiberty.tps libiberty.pg

Completed in 189 milliseconds