| /openbmc/openbmc/poky/scripts/ |
| H A D | oe-time-dd-test.sh | 65 TIMEOUT=$2 68 if ! [[ $TIMEOUT =~ $re_c ]] || [[ $TIMEOUT -le 0 ]] ; then 96 if [ -z ${TIMEOUT+x} ] || [ -z ${COUNT+x} ] ; then 102 echo "Timeout used: ${TIMEOUT}" 103 timeout ${TIMEOUT} dd if=/dev/zero of=oe-time-dd-test.dat bs=1024 count=${COUNT} conv=fsync
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | runcmd.py | 32 TIMEOUT = 10 variable in RunCmdTests 82 result = runCmd(['sleep', '60'], timeout=self.TIMEOUT, ignore_status=True, sync=False) 85 self.assertLess(end - start, self.TIMEOUT + self.DELTA) 92 …result = runCmd(['sleep', '60'], timeout=self.TIMEOUT, ignore_status=True, stderr=subprocess.PIPE,… 95 self.assertLess(end - start, self.TIMEOUT + self.DELTA) 100 result = runCmd("cat", data=b"hello world", timeout=self.TIMEOUT, sync=False) 108 …result = runCmd(['sleep', '60'], data=b"hello world", timeout=self.TIMEOUT, ignore_status=True, sy… 111 self.assertLess(end - start, self.TIMEOUT + self.DELTA)
|
| /openbmc/u-boot/net/ |
| H A D | rarp.c | 15 #define TIMEOUT 5000UL /* Milliseconds before trying BOOTP again */ macro 63 net_set_timeout_handler(TIMEOUT, rarp_timeout_handler); in rarp_timeout_handler() 97 net_set_timeout_handler(TIMEOUT, rarp_timeout_handler); in rarp_request()
|
| H A D | tftp.c | 25 #define TIMEOUT 5000UL macro 45 static ulong timeout_ms = TIMEOUT; 58 ulong tftp_timeout_ms = TIMEOUT; 785 timeout_ms = TIMEOUT; in tftp_start_server()
|
| /openbmc/phosphor-webui/app/server-control/controllers/ |
| H A D | power-operations-controller.js | 79 Constants.HOST_STATE_TEXT.off, Constants.TIMEOUT.HOST_OFF, 85 Constants.HOST_STATE_TEXT.on, Constants.TIMEOUT.HOST_ON, 110 Constants.TIMEOUT.HOST_OFF_IMMEDIATE, 119 Constants.HOST_STATE_TEXT.on, Constants.TIMEOUT.HOST_ON, 143 Constants.HOST_STATE_TEXT.off, Constants.TIMEOUT.HOST_OFF, 168 Constants.TIMEOUT.HOST_OFF_IMMEDIATE, 194 Constants.HOST_STATE_TEXT.on, Constants.TIMEOUT.HOST_ON,
|
| /openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/swift/obmc/fan-watchdog/ |
| H A D | fan-watchdog.conf | 1 TIMEOUT=5
|
| /openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/p10bmc/obmc/fan-watchdog/ |
| H A D | fan-watchdog.conf | 1 TIMEOUT=5
|
| /openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/witherspoon/obmc/fan-watchdog/ |
| H A D | fan-watchdog.conf | 1 TIMEOUT=5
|
| /openbmc/u-boot/arch/arm/mach-bcm283x/ |
| H A D | mbox.c | 11 #define TIMEOUT 1000 /* ms */ macro 17 ulong endtime = get_timer(0) + TIMEOUT; in bcm2835_mbox_call_raw()
|
| /openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/ |
| H A D | fvp_boot.py | 23 pexpect.TIMEOUT],
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
| H A D | 0001-__progname-is-provided-by-libc.patch | 31 static unsigned long timeout = TIMEOUT; /* Current timeout value */ 32 static unsigned long rexmtval = TIMEOUT; /* Basic timeout value */
|
| /openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/ |
| H A D | fan-watchdog.service | 10 ExecStart=/sbin/watchdog -T ${{TIMEOUT}} -t ${{INTERVAL}} -F ${{DEVICE}}
|
| /openbmc/qemu/tests/tcg/ |
| H A D | Makefile.target | 57 run-test = $(call quiet-command, timeout -s KILL --foreground $(TIMEOUT) $2 > $1.out, \ 60 run-test = $(call quiet-command, timeout -s KILL --foreground $(TIMEOUT) $2, \ 99 TIMEOUT=120
|
| /openbmc/openbmc/poky/scripts/lib/wic/canned-wks/ |
| H A D | directdisk-bootloader-config.cfg | 2 TIMEOUT 50
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
| H A D | 0001-test_deadlock-skip-problematic-test.patch | 26 TIMEOUT = support.LONG_TIMEOUT
|
| /openbmc/slpd-lite/ |
| H A D | main.cpp | 14 timeval tv{slp::TIMEOUT, 0}; in requestHandler()
|
| H A D | slp_meta.hpp | 11 constexpr auto TIMEOUT = 30; variable
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/target/ |
| H A D | serial.py | 279 pexpect_code = self.conn.expect([self.prompt, pexpect.TIMEOUT], 306 pexpect_code = self.conn.expect([self.prompt, pexpect.TIMEOUT], timeout=timeout)
|
| /openbmc/phosphor-webui/app/configuration/controllers/ |
| H A D | firmware-controller.js | 84 Constants.TIMEOUT.ACTIVATION) { 208 Constants.TIMEOUT.DOWNLOAD_IMAGE) {
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | syslinux.bbclass | 135 cfgfile.write('TIMEOUT %s\n' % timeout) 137 cfgfile.write('TIMEOUT 50\n')
|
| H A D | uboot-extlinux-config.bbclass | 51 # TIMEOUT 30 109 cfgfile.write('TIMEOUT %s\n' % (timeout))
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ceres-solver/ |
| H A D | ceres-solver_2.2.0.bb | 18 # which sometimes gets stuck (as there is no TIMEOUT set in DOWNLOAD)
|
| /openbmc/openbmc/meta-arm/meta-arm/lib/fvp/ |
| H A D | runner.py | 138 except pexpect.TIMEOUT:
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | Makefile.target | 62 run-test-i386-fprem: TIMEOUT=60
|
| /openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/ |
| H A D | fvp.py | 63 except pexpect.TIMEOUT:
|