Home
last modified time | relevance | path

Searched full:fired (Results 1 – 25 of 149) sorted by relevance

123456

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/end/
H A Dtst.multibeginend.d42 printf("End1 fired after exit\n");
46 printf("End2 fired after exit\n");
50 printf("End3 fired after exit\n");
54 printf("End4 fired after exit\n");
59 printf("Begin fired first\n");
63 printf("Begin fired second\n");
67 printf("Begin fired third\n");
71 printf("Begin fired fourth\n");
75 printf("Begin fired fifth\n");
H A Dtst.multiend.d42 printf("End1 fired after exit\n");
46 printf("End2 fired after exit\n");
50 printf("End3 fired after exit\n");
54 printf("End4 fired after exit\n");
59 printf("Begin fired first\n");
H A Dtst.end.d42 printf("End fired after exit\n");
47 printf("Begin fired first\n");
52 printf("tick fired second\n");
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/begin/
H A Dtst.multibegin.d.out1 Begin fired first
2 Begin fired second
3 Begin fired third
4 Begin fired fourth
5 Begin fired fifth
H A Dtst.multibegin.d42 printf("Begin fired first\n");
46 printf("Begin fired second\n");
50 printf("Begin fired third\n");
54 printf("Begin fired fourth\n");
58 printf("Begin fired fifth\n");
H A Dtst.begin.d.out1 Begin fired first
2 tick fired second
4 End fired after exit
H A Dtst.begin.d42 printf("End fired after exit\n");
47 printf("Begin fired first\n");
52 printf("tick fired second\n");
/freebsd/contrib/kyua/utils/signals/
H A Dtimer_test.cpp105 if (timer->fired()) in wait_timers()
109 std::cout << "Waiting; " << n_fired << " timers fired so far\n"; in wait_timers()
128 ATF_REQUIRE(!timer.fired()); in ATF_TEST_CASE_BODY()
129 while (!timer.fired()) in ATF_TEST_CASE_BODY()
142 ATF_REQUIRE(!timer.fired()); in ATF_TEST_CASE_BODY()
143 while (!timer.fired()) in ATF_TEST_CASE_BODY()
167 ATF_REQUIRE(!timers[i]->fired()); in ATF_TEST_CASE_BODY()
189 ATF_REQUIRE(!timers[timers.size() - 1]->fired()); in ATF_TEST_CASE_BODY()
194 ATF_REQUIRE(!timers[timers.size() - 1]->fired()); in ATF_TEST_CASE_BODY()
199 ATF_REQUIRE(!timers[timers.size() - 1]->fired()); in ATF_TEST_CASE_BODY()
[all …]
H A Dtimer.cpp138 // We may not find the timer in _all_timers if the timer has fired, in remove_from_all_timers()
197 // are in the past and they all fired. Just ignore the request and in reprogram_system_timer()
204 // whose deadline lies in the past but that have not yet fired for in reprogram_system_timer()
215 // timers are in the past but they have not yet fired. in reprogram_system_timer()
394 /// Whether this timer has fired already or not.
398 volatile bool fired; member
404 when(when_), programmed(true), fired(false) in impl()
453 if (!_pimpl->fired) { in ~timer()
456 LW("Expired timer never fired; the code never called unprogram()!"); in ~timer()
480 PRE(!_pimpl->fired); in do_fired()
[all …]
H A Dinterrupts.cpp55 /// The interrupt signal that fired, or -1 if none.
259 /// Checks if an interrupt has fired.
266 /// exceptions unless the user has fired another interrupt.
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dbench.c68 static ev_ssize_t count, fired; variable
95 fired++; in read_cb()
115 fired = 0; in run_once()
118 for (i = 0; i < num_active; i++, fired++) in run_once()
129 } while (count != fired); in run_once()
H A Dbench_cascade.c62 static int fired; variable
77 fired++; in read_cb()
116 fired = 0; in run_once()
/freebsd/contrib/libevent/test/
H A Dbench.c68 static ev_ssize_t count, fired; variable
95 fired++; in read_cb()
115 fired = 0; in run_once()
118 for (i = 0; i < num_active; i++, fired++) in run_once()
129 } while (count != fired); in run_once()
H A Dbench_cascade.c62 static int fired; variable
77 fired++; in read_cb()
116 fired = 0; in run_once()
/freebsd/sys/netinet/
H A Dsctp_uio.h1032 * fired */
1035 * that fired */
1036 uint32_t sctps_timoinit; /* Number of INIT timers that fired */
1037 uint32_t sctps_timosack; /* Number of sack timers that fired */
1039 * fired */
1041 * fired */
1043 * fired */
1046 uint32_t sctps_timopathmtu; /* Number of PMTU timers that fired */
1048 * fired */
1050 * timers that fired */
[all …]
/freebsd/usr.bin/netstat/
H A Dsctp.c693 "{N:/iterator timer%s fired}\n"); in sctp_stats()
697 "{N:/window probe (T3) timer%s fired}\n"); in sctp_stats()
699 "{N:/INIT timer%s fired}\n"); in sctp_stats()
701 "{N:/sack timer%s fired}\n"); in sctp_stats()
703 "{N:/shutdown timer%s fired}\n"); in sctp_stats()
705 "{N:/heartbeat timer%s fired}\n"); in sctp_stats()
707 "{N:/a cookie timeout fired}\n"); in sctp_stats()
712 "{N:/PMTU timer%s fired}\n"); in sctp_stats()
714 "{N:/shutdown ack timer%s fired}\n"); in sctp_stats()
716 "{N:/shutdown guard timer%s fired}\n"); in sctp_stats()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/error/
H A Dtst.errorend.d42 printf("Error fired\n");
48 printf("End fired after exit\n");
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md954 the order the corresponding events are fired.
962 Fired before any test activity starts.
969 Fired before each iteration of tests starts. There may be more than one
978 Fired before environment set-up for each iteration of tests starts.
985 Fired after environment set-up for each iteration of tests ends.
991 Fired before the test suite starts.
997 Fired before the test starts.
1004 Fired after a failed assertion or a `SUCCEED()` invocation. If you want to throw
1012 Fired after the test ends.
1018 Fired after the test suite ends.
[all …]
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_serd.c244 * If the fired flag is already set, return false and discard the in fmd_serd_eng_record()
250 serd_log_msg(" SERD Engine: record %s already fired!", in fmd_serd_eng_record()
280 serd_log_msg(" SERD Engine: fired %s", sgp->sg_name); in fmd_serd_eng_record()
320 return; /* no garbage collection needed if empty or fired */ in fmd_serd_eng_gc()
H A Dzfs_diagnosis.c530 * boolean value indicating whether or not the engine fired as
534 * the fired state is disregarded and the case is retired.
540 int fired = fmd_serd_record(hdl, name, ep); in zfs_fm_serd_record() local
543 if (fired && (peers = zfs_other_serd_cases(hdl, &zcp->zc_data)) > 0) { in zfs_fm_serd_record()
550 fired = 0; in zfs_fm_serd_record()
553 return (fired); in zfs_fm_serd_record()
905 * appropriate SERD engine and check to see if it has fired. in zfs_fm_recv()
1060 * The timeout is fired when we diagnosed an I/O error, and it was not due to
/freebsd/contrib/kyua/utils/process/
H A Ddeadline_killer_test.cpp78 ATF_REQUIRE(killer.fired()); in ATF_TEST_CASE_BODY()
97 ATF_REQUIRE(!killer.fired()); in ATF_TEST_CASE_BODY()
/freebsd/contrib/ntp/ntpd/
H A Dntp_timer.c591 int fired; in check_leapsec()
593 fired = leapsec_query(&lsdata, now, tpiv); in check_leapsec()
595 DPRINTF(3, ("*** leapsec_query: fired %i, now %u (0x%08X)," in check_leapsec()
597 fired, now, now, lsdata.tai_diff, lsdata.ddist)); in check_leapsec()
651 if (fired) { in check_leapsec()
580 int fired; check_leapsec() local
H A Dntp_leapsec.c274 int fired; in leapsec_dump()
277 fired = FALSE; in leapsec_dump()
300 * do not want to raise the 'fired' event in that case. in leapsec_query()
301 * So we raise the 'fired' event only if we're close to in leapsec_query()
315 fired = ucmpv64(&pt->head.ebase, &last) == 0; in leapsec_query()
316 if (fired) { in leapsec_query()
331 return fired; in leapsec_query()
343 return fired; in leapsec_query()
347 return fired; in leapsec_query()
351 return fired; in leapsec_query()
294 int fired; leapsec_query() local
[all...]
/freebsd/sys/dev/wbwd/
H A Dwbwd.c89 #define WB_LDN8_CRF7_TS 0x10 /* 0: counting, 1: fired */
239 * fired.
285 * callback function from trap.c could check whether we fired and not report the
348 (sc->reg_2 & WB_LDN8_CRF7_TS) ? "Watchdog fired. " : "", in wb_print_state()
402 /* In case we fired before we need to clear to fire again. */ in wb_set_watchdog()
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h924 // the order the corresponding events are fired.
929 // Fired before any test activity starts.
932 // Fired before each iteration of tests starts. There may be more than
938 // Fired before environment set-up for each iteration of tests starts.
941 // Fired after environment set-up for each iteration of tests ends.
944 // Fired before the test suite starts.
952 // Fired before the test starts.
955 // Fired when a test is disabled
958 // Fired after a failed assertion or a SUCCEED() invocation.
963 // Fired after the test ends.
[all …]

123456