Searched refs:fire (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dforker.d30 probe fire();
H A Dtst.forker.ksh47 forker*:::fire
/freebsd-13-stable/sys/modules/syscons/
H A DMakefile8 fire \
/freebsd-13-stable/sys/modules/syscons/fire/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/syscons/fire
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/usdt/
H A Dtst.tailcall.ksh75 probe fire(int, int, int);
98 test\$target:::fire
105 test\$target:::fire
/freebsd-13-stable/contrib/libxo/tests/core/
H A Dtest_11.c46 int fire = 0; local
56 else if (xo_streq(argv[argc], "fire"))
57 fire = 1;
65 if (!fire) {
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal.ksh89 echo $tst: begin probe did not fire
96 echo $tst: end probe did not fire
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.providers.ksh123 printf("exit probe did not seem to fire\n");
/freebsd-13-stable/usr.sbin/bsdconfig/console/
H A Dsaver87 fire) defaultitem="7 $msg_fire" ;;
168 saver_to_set="fire" ;;
/freebsd-13-stable/contrib/kyua/utils/signals/
H A Dtimer.cpp139 // because fire() took it out from the map.
202 // While fire() prunes old entries from the list of timers, it is
328 /// Active timers are all those that fire on or before 'now'.
332 fire(const datetime::timestamp& now) function in class:__anon1028::global_state
360 globals->fire(datetime::timestamp::now());
384 /// Timestamp when this timer is expected to fire.
387 /// this field need to check for timers that fire on or before the
402 /// \param when_ Timestamp when this timer is expected to fire.
542 LW(F("Firing expired timer on destruction (was to fire on %s)") %
/freebsd-13-stable/usr.sbin/tzsetup/
H A Dtzsetup.c70 /* special return codes for `fire' actions */
94 int (*fire)(struct dialogMenuItem *self); member in struct:dialogMenuItem
184 if (ditems[choice].fire != NULL) {
187 status = ditems[choice].fire(ditems + choice);
275 return (contp->menu[0].fire(&contp->menu[0]));
578 continents[i].fire = continent_country_menu;
595 dmi->fire = set_zone_whole_country;
608 dmi->fire = set_zone_multi;
622 dmi->fire = set_zone_menu;
/freebsd-13-stable/contrib/ntp/sntp/
H A DMakefile.am157 @: similarly always be outdated causing their rules to fire
H A DMakefile.in1496 @: similarly always be outdated causing their rules to fire
/freebsd-13-stable/contrib/libxo/xohtml/external/
H A Djquery.js1022 // Stack of fire calls for repeatable lists
1024 // Last fire value (for non-forgettable lists)
1028 // First callback to fire (used internally by add and fireWith)
1056 fire = function( context, args ) {
1099 fire( memory[ 0 ], memory[ 1 ] );
1182 fire( context, args );
1188 fire: function() {
1281 deferred[ key ] = lists[ key ].fire;
2039 // Give room for hard-coded callbacks to fire first
2045 defer.fire();
[all...]

Completed in 146 milliseconds