/openbmc/phosphor-webui/app/common/styles/base/ |
H A D | mixins.scss | 112 -webkit-animation: progress 2s linear infinite; 113 -moz-animation: progress 2s linear infinite; 114 animation: progress 2s linear infinite; 188 -webkit-animation: row-flash 1s infinite; /* Safari 4+ */ 189 -moz-animation: row-flash 1s infinite; /* Fx 5+ */ 190 -o-animation: row-flash 1s infinite; /* Opera 12+ */ 191 animation: row-flash 1s infinite; /* IE 10+ */
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/ |
H A D | python3-blivet_3.9.2.bb | 13 file://0007-invoking-mount-with-infinite-timeout.patch \ 15 file://0009-invoking-fsck-with-infinite-timeout.patch \ 16 file://0010-invoking-mkfs-with-infinite-timeout.patch \ 17 file://0011-invoking-dd-with-infinite-timeout.patch \
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 043.out | 5 qemu-img: Backing file 'TEST_DIR/t.IMGFMT' creates an infinite loop. 10 qemu-img: Backing file 'TEST_DIR/t.IMGFMT' creates an infinite loop. 17 qemu-img: Backing file 'TEST_DIR/t.IMGFMT.2.base' creates an infinite loop.
|
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
H A D | CVE-2015-7697.patch | 8 Subject: [PATCH 2/2] fix infinite loop when extracting empty bzip2 data 23 + /* avoid an infinite loop */
|
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | action_error_tests.cpp | 35 ActionError error{action, "Infinite loop"}; in TEST() 37 "ActionError: run_rule: set_voltage_rule: Infinite loop"); in TEST()
|
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/ |
H A D | handle-hup.patch | 8 Subject: [PATCH] Avoid infinite-loop in avahi-daemon by handling HUP event in 19 without nothing being done, thus entering an infinite loop.
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_task_page.py | 49 # the infinite loop which of bug 9952 was down to tasks which 51 # situation which caused the infinite loop (now fixed)
|
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/ |
H A D | 0001-mesa-demos-Add-missing-data-files.patch | 16 src/fpglsl/infinite-loop.glsl | 7 + 27 src/vpglsl/infinite-loop.glsl | 8 ++ 30 create mode 100644 src/fpglsl/infinite-loop.glsl 41 create mode 100644 src/vpglsl/infinite-loop.glsl 53 diff --git a/src/fpglsl/infinite-loop.glsl b/src/fpglsl/infinite-loop.glsl 57 +++ b/src/fpglsl/infinite-loop.glsl 608 diff --git a/src/vpglsl/infinite-loop.glsl b/src/vpglsl/infinite-loop.glsl 612 +++ b/src/vpglsl/infinite-loop.glsl
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | verifier_loops1.c | 125 __description("infinite loop after a conditional jump") 166 __description("infinite loop in two jumps") 179 __description("infinite loop: three-jump trick")
|
/openbmc/phosphor-power/phosphor-regulators/src/actions/ |
H A D | action_environment.hpp | 45 * - rule call stack depth (to detect infinite recursion) 62 * Maximum rule call stack depth. Used to detect infinite recursion. 212 * indicates that infinite recursion has probably occurred (rule A -> rule B
|
/openbmc/linux/drivers/scsi/ |
H A D | imm.c | 461 udelay(2); /* 1 usec - infinite */ in imm_cpp() 463 udelay(10); /* 7 usec - infinite */ in imm_cpp() 465 udelay(10); /* 7 usec - infinite */ in imm_cpp() 467 udelay(10); /* 7 usec - infinite */ in imm_cpp() 469 udelay(10); /* 7 usec - infinite */ in imm_cpp() 472 udelay(10); /* 7 usec - infinite */ in imm_cpp() 475 udelay(10); /* 7 usec - infinite */ in imm_cpp() 488 udelay(2); /* 1 usec - infinite */ in imm_cpp() 490 udelay(10); /* 7 usec - infinite */ in imm_cpp() 492 udelay(2); /* 1 usec - infinite */ in imm_cpp() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/ |
H A D | 0003-support-infinit-timeout.patch | 21 +# timeout = -1 means infinite timeout, always wait. 51 + program_log.info("Running... %s ...infinite timeout", " ".join(argv))
|
H A D | 0007-invoking-mount-with-infinite-timeout.patch | 4 Subject: [PATCH 07/11] invoking mount with infinite timeout
|
/openbmc/linux/net/mptcp/ |
H A D | mib.h | 25 MPTCP_MIB_INFINITEMAPTX, /* Sent an infinite mapping */ 26 MPTCP_MIB_INFINITEMAPRX, /* Received an infinite mapping */
|
/openbmc/qemu/util/ |
H A D | qemu-thread-win32.c | 170 SleepConditionVariableSRW(&cond->var, &mutex->lock, INFINITE, 0); in qemu_cond_wait_impl() 229 if (WaitForSingleObject(sem->sema, INFINITE) != WAIT_OBJECT_0) { in qemu_sem_wait() 359 WaitForSingleObject(ev->event, INFINITE); in qemu_event_wait() 451 WaitForSingleObject(handle, INFINITE); in qemu_thread_join()
|
/openbmc/linux/drivers/accel/ivpu/ |
H A D | TODO | 1 - Move to threaded_irqs to mitigate potential infinite loop in ivpu_ipc_irq_handler()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | mmci_qcom_dml.c | 156 * Disable infinite mode transfer as we won't be doing any in qcom_dma_setup() 157 * infinite size data transfers. All data transfer will be in qcom_dma_setup()
|
/openbmc/phosphor-power/phosphor-regulators/tools/ |
H A D | validate-regulators-config.py | 186 infinite loop. 199 "Infinite loop caused by run_rule actions.\n" 216 infinite loop.
|
/openbmc/qemu/tests/tcg/multiarch/system/ |
H A D | interrupt.c | 4 * infinite loop from GDB.
|
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | timer.hpp | 156 /** @brief Initializes the timer object with infinite 173 // Add infinite expiration time in initialize()
|
/openbmc/u-boot/arch/arm/mach-socfpga/ |
H A D | reset_manager.c | 36 * infinite loop here as watchdog will trigger and reset in reset_cpu()
|
/openbmc/linux/tools/testing/selftests/bpf/verifier/ |
H A D | atomic_bounds.c | 19 /* Verifier should be able to tell that this infinite loop isn't reachable. */
|
/openbmc/linux/Documentation/filesystems/ |
H A D | directory-locking.rst | 113 Otherwise the set of contended objects would be infinite - each of them 120 would again have an infinite set of contended objects). But that
|
/openbmc/linux/Documentation/scheduler/ |
H A D | schedutil.rst | 26 Since this is essentially a progression of an infinite geometric series, the 100 To alleviate this (a default enabled option) UTIL_EST drives an Infinite
|
/openbmc/qemu/include/qemu/ |
H A D | timer.h | 761 * @timeout1: first timeout in nanoseconds (or -1 for infinite) 762 * @timeout2: second timeout in nanoseconds (or -1 for infinite) 764 * Calculates the soonest of two timeout values. -1 means infinite, which 767 * Returns: soonest timeout value in nanoseconds (or -1 for infinite) 771 /* we can abuse the fact that -1 (which means infinite) is a maximal in qemu_soonest_timeout() 811 an infinite recursion! */
|