Home
last modified time | relevance | path

Searched full:repeated (Results 1 – 25 of 141) sorted by relevance

123456

/openbmc/openbmc-test-automation/extended/
H A Dobmc_boot_test.robot2 Documentation Do random repeated boots based on the state of the BMC machine.
11 [Documentation] Performs repeated boot tests.
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dmetricblob.proto47 repeated BmcProcStat stats = 10;
55 repeated BmcFdStat stats = 10;
62 repeated StringEntry entries = 10;
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dcreate_manifest3.py28 # There are some caveats which we try to deal with, such as repeated files on different
65 # Check for repeated files, folders and wildcards
67 repeated = [] variable
365 # Check for repeated files
369 if pymodule_dep not in repeated:
370 repeated.append(pymodule_dep)
405 if pymodule_dep not in repeated:
406 repeated.append(pymodule_dep)
436 if (repeated):
441 error_msg += '\n'.join(repeated)
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-dmabuf.h41 * Note that if it finds a repeated UUID, the resource is not inserted in
55 * Note that if it finds a repeated UUID, the resource is not inserted in
/openbmc/openpower-hw-diags/
H A DREADME.md6 service action needed to avoid repeated system failures.
/openbmc/qemu/tests/qemu-iotests/
H A D13358 # Explicitly repeated
80 # Explicitly repeated (implicit case is covered in node-name test)
/openbmc/qemu/qapi/
H A Dstring-output-visitor.c21 LM_NONE, /* not traversing a list of repeated options */
27 * recently parsed QemuOpt instance of the repeated
31 * next QemuOpt instance of the repeated option, and
41 * repeated option. This may consume QemuOpt itself
H A Dopts-visitor.c25 LM_NONE, /* not traversing a list of repeated options */
31 * recently parsed QemuOpt instance of the repeated
35 * next QemuOpt instance of the repeated option, and
46 * repeated option. This may consume QemuOpt itself
/openbmc/openbmc/poky/meta/recipes-support/iso-codes/
H A Diso-codes_4.18.0.bb4 than repeated in many programs throughout the system."
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/
H A Dlibxml-filter-buffertext-perl_1.01.bb6 to, and most don't. This filter does the trivial but oft-repeated task \
/openbmc/google-misc/subprojects/nemora-postd/
H A Devent_message.proto37 repeated int32 postcodes = 5;
/openbmc/phosphor-net-ipmid/
H A Drmcp.hpp16 * repeated up to the HMAC block size in length starting with the
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Divc.h87 * frame, and do not remove it from the queue. Repeated calls to this function
115 * frame, and do not add it to the queue. Repeated calls to this function
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/
H A DAttributes.interface.yaml33 Locked or unlocked state of the user. After repeated failed login
/openbmc/openbmc/meta-openpower/recipes-phosphor/logging/
H A Dopenpower-hw-diags_git.bb7 and perform any service action needed to avoid repeated system failures."
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dversion.hpp112 * @brief Read the manifest file to get the values of the repeated key.
114 * @return The values of the repeated key.
/openbmc/u-boot/drivers/block/
H A DKconfig49 it will prevent repeated reads from directory structures and other
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A Dmxs.c57 * ldr pc, [pc, #0x18] ..... for each vector, thus repeated 8 times
58 * <destination address> ... for each previous ldr, thus also repeated 8 times
/openbmc/u-boot/tools/binman/
H A Dfmap_util.py46 # appears once at the start) and an area (which is repeated until the end of
/openbmc/u-boot/include/configs/
H A Dintegrator-common.h29 * e.g. ARM Boot Monitor or pre-loader is repeated once
/openbmc/u-boot/arch/mips/lib/
H A Dbootm.c224 * by do_bootm_states() and should not repeated in 'bootm prep'. in boot_reloc_ramdisk()
239 * by do_bootm_states() and should not repeated in 'bootm prep'. in boot_reloc_fdt()
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dtest_patching.py20 # replace match with the middle character repeated 5 times
/openbmc/qemu/docs/specs/
H A Divshmem-spec.rst201 repeated N times. Each repetition is accompanied by one file
207 5. Interrupt setup. This is the client's own ID, repeated N times.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw/
H A D0003-only-make-one-reference-to-env.patch8 repeated on the top line. This causes an error at runtime. Perform a
/openbmc/qemu/tests/qtest/migration/i386/
H A Da-b-bootblock.S4 # Outputs an initial 'A' on serial followed by repeated 'B's

123456