Home
last modified time | relevance | path

Searched refs:failsafe (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in431 failsafe=None, failsafe_user=None, tags=None, **kwargs): argument
437 self.failsafe = failsafe or ''
460 self.pre, pre_user, self.post, post_user, self.failsafe,
468 files = [self.pre, self.pathname, self.post, self.failsafe]
497 odir = os.path.join(self.outputdir, os.path.basename(self.failsafe))
498 failsafe = Cmd(self.failsafe, identifier=self.identifier,
513 if test.result.result == 'KILLED' and len(failsafe.pathname):
514 failsafe.run(options, kmemleak=False)
515 failsafe.log(options, suppress_console=True)
554 self.failsafe, failsafe_user, self.tags)
[all …]
/freebsd/tools/test/stress2/testcases/badcode/
H A Dbadcode.c41 static int failsafe; variable
94 if (failsafe) in test()
119 failsafe = 1; in test()
/freebsd/usr.sbin/watchdogd/
H A Dwatchdogd.c426 goto failsafe; in watchdog_onoff()
434 goto failsafe; in watchdog_onoff()
442 goto failsafe; in watchdog_onoff()
451 goto failsafe; in watchdog_onoff()
459 failsafe: in watchdog_onoff()
/freebsd/sys/contrib/openzfs/tests/runfiles/
H A Dfreebsd.run21 failsafe = callbacks/zfs_failsafe
H A Dbclone.run27 failsafe = callbacks/zfs_failsafe
H A Dsunos.run21 failsafe = callbacks/zfs_failsafe
H A Dlinux.run21 failsafe = callbacks/zfs_failsafe
H A Dsanity.run29 failsafe = callbacks/zfs_failsafe
H A Dcommon.run27 failsafe = callbacks/zfs_failsafe
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-370-dlink-dns327l.dts303 label = "failsafe-uImage";
309 label = "failsafe-fs";
H A Dkirkwood-pogoplug-series-4.dts154 label = "failsafe";
/freebsd/sys/contrib/libsodium/m4/
H A Dax_check_gnu_make.m428 # # A failsafe way of putting a dependency rule into a makefile
/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-3720-gl-mv1000.dts14 led-failsafe = &led_power;
/freebsd/sys/dev/mlx/
H A Dmlx.c1464 int failsafe, i, command; in mlx_pause_action() local
1471 failsafe = 0; in mlx_pause_action()
1481 failsafe = ((sc->mlx_pause.mp_howlong - time_second) + 5) / 30; in mlx_pause_action()
1482 if (failsafe > 0xf) { in mlx_pause_action()
1483 failsafe = 0xf; in mlx_pause_action()
1501 mlx_make_type2(mc, command, (failsafe << 4) | i, 0, 0, 0, 0, 0, 0, 0); in mlx_pause_action()
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1028a-kontron-sl28.dts140 label = "failsafe bootloader";
/freebsd/sys/dts/arm/
H A Dqcom-ipq4018-rt-ac58u.dts21 led-failsafe = &led_power;
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-delta-ahe50dc.dts396 * it at one as a failsafe to ensure nothing accidentally touches it.
/freebsd/usr.bin/m4/TEST/
H A Dtest.m4192 disappears. This sounds like a failsafe method for finding dragons (and a
/freebsd/
H A DUPDATING2099 failsafe as it uses a /usr/obj tree with a fresh mini-buildworld,