/freebsd/sys/contrib/openzfs/tests/test-runner/bin/ |
H A D | test-runner.py.in | 431 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 D | badcode.c | 41 static int failsafe; variable 94 if (failsafe) in test() 119 failsafe = 1; in test()
|
/freebsd/usr.sbin/watchdogd/ |
H A D | watchdogd.c | 426 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 D | freebsd.run | 21 failsafe = callbacks/zfs_failsafe
|
H A D | bclone.run | 27 failsafe = callbacks/zfs_failsafe
|
H A D | sunos.run | 21 failsafe = callbacks/zfs_failsafe
|
H A D | linux.run | 21 failsafe = callbacks/zfs_failsafe
|
H A D | sanity.run | 29 failsafe = callbacks/zfs_failsafe
|
H A D | common.run | 27 failsafe = callbacks/zfs_failsafe
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | armada-370-dlink-dns327l.dts | 303 label = "failsafe-uImage"; 309 label = "failsafe-fs";
|
H A D | kirkwood-pogoplug-series-4.dts | 154 label = "failsafe";
|
/freebsd/sys/contrib/libsodium/m4/ |
H A D | ax_check_gnu_make.m4 | 28 # # A failsafe way of putting a dependency rule into a makefile
|
/freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
H A D | armada-3720-gl-mv1000.dts | 14 led-failsafe = &led_power;
|
/freebsd/sys/dev/mlx/ |
H A D | mlx.c | 1464 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 D | fsl-ls1028a-kontron-sl28.dts | 140 label = "failsafe bootloader";
|
/freebsd/sys/dts/arm/ |
H A D | qcom-ipq4018-rt-ac58u.dts | 21 led-failsafe = &led_power;
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-delta-ahe50dc.dts | 396 * it at one as a failsafe to ensure nothing accidentally touches it.
|
/freebsd/usr.bin/m4/TEST/ |
H A D | test.m4 | 192 disappears. This sounds like a failsafe method for finding dragons (and a
|
/freebsd/ |
H A D | UPDATING | 2099 failsafe as it uses a /usr/obj tree with a fresh mini-buildworld,
|