Home
last modified time | relevance | path

Searched refs:TIMEOUT (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/openbmc/poky/scripts/
H A Doe-time-dd-test.sh65 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 Druncmd.py32 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 Drarp.c15 #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 Dtftp.c25 #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 Dpower-operations-controller.js79 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 Dfan-watchdog.conf1 TIMEOUT=5
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/p10bmc/obmc/fan-watchdog/
H A Dfan-watchdog.conf1 TIMEOUT=5
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/witherspoon/obmc/fan-watchdog/
H A Dfan-watchdog.conf1 TIMEOUT=5
/openbmc/u-boot/arch/arm/mach-bcm283x/
H A Dmbox.c11 #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 Dfvp_boot.py23 pexpect.TIMEOUT],
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A D0001-__progname-is-provided-by-libc.patch31 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 Dfan-watchdog.service10 ExecStart=/sbin/watchdog -T ${{TIMEOUT}} -t ${{INTERVAL}} -F ${{DEVICE}}
/openbmc/qemu/tests/tcg/
H A DMakefile.target57 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 Ddirectdisk-bootloader-config.cfg2 TIMEOUT 50
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-test_deadlock-skip-problematic-test.patch26 TIMEOUT = support.LONG_TIMEOUT
/openbmc/slpd-lite/
H A Dmain.cpp14 timeval tv{slp::TIMEOUT, 0}; in requestHandler()
H A Dslp_meta.hpp11 constexpr auto TIMEOUT = 30; variable
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dserial.py279 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 Dfirmware-controller.js84 Constants.TIMEOUT.ACTIVATION) {
208 Constants.TIMEOUT.DOWNLOAD_IMAGE) {
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dsyslinux.bbclass135 cfgfile.write('TIMEOUT %s\n' % timeout)
137 cfgfile.write('TIMEOUT 50\n')
H A Duboot-extlinux-config.bbclass51 # TIMEOUT 30
109 cfgfile.write('TIMEOUT %s\n' % (timeout))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ceres-solver/
H A Dceres-solver_2.2.0.bb18 # which sometimes gets stuck (as there is no TIMEOUT set in DOWNLOAD)
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/
H A Drunner.py138 except pexpect.TIMEOUT:
/openbmc/qemu/tests/tcg/i386/
H A DMakefile.target62 run-test-i386-fprem: TIMEOUT=60
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/
H A Dfvp.py63 except pexpect.TIMEOUT:

12