Home
last modified time | relevance | path

Searched refs:repeated (Results 1 – 25 of 117) sorted by relevance

12345

/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dcreate_manifest3.py67 repeated = [] variable
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/linux/net/ax25/
H A Dax25_addr.c198 digi->repeated[d] = 1; in ax25_addr_parse()
201 digi->repeated[d] = 0; in ax25_addr_parse()
255 if (d->repeated[ct]) in ax25_addr_build()
297 out->repeated[ct] = 1; in ax25_digi_invert()
300 out->repeated[ct] = 0; in ax25_digi_invert()
H A Dax25_route.c102 ax25_rt->digipeat->repeated[i] = 0; in ax25_rt_add()
133 ax25_rt->digipeat->repeated[i] = 0; in ax25_rt_add()
/openbmc/openbmc-test-automation/extended/
H A Dobmc_boot_test.robot2 Documentation Do random repeated boots based on the state of the BMC machine.
10 [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/linux/crypto/asymmetric_keys/
H A Dpkcs7_parser.c510 goto repeated; in pkcs7_sig_note_authenticated_attr()
522 goto repeated; in pkcs7_sig_note_authenticated_attr()
531 goto repeated; in pkcs7_sig_note_authenticated_attr()
540 goto repeated; in pkcs7_sig_note_authenticated_attr()
555 goto repeated; in pkcs7_sig_note_authenticated_attr()
559 goto repeated; in pkcs7_sig_note_authenticated_attr()
571 repeated: in pkcs7_sig_note_authenticated_attr()
/openbmc/linux/tools/power/cpupower/bench/
H A DREADME-BENCH42 repeated 20 times.
50 25ms load/sleep time repeated 20 times (cycles).
51 50ms load/sleep time repeated 20 times (cycles).
53 100ms load/sleep time repeated 20 times (cycles).
/openbmc/openpower-hw-diags/
H A DREADME.md6 service action needed to avoid repeated system failures.
/openbmc/openbmc/poky/meta/recipes-support/iso-codes/
H A Diso-codes_4.17.0.bb4 than repeated in many programs throughout the system."
/openbmc/linux/scripts/
H A Dconfig36 commands can be repeated multiple times
/openbmc/linux/Documentation/driver-api/dmaengine/
H A Dprovider.rst279 - The device supports repeated transfers. A repeated transfer, indicated by
281 it gets automatically repeated when it ends, but can additionally be
291 - The device supports replacing repeated transfers at end of transfer (EOT)
595 - If set, the transfer will be automatically repeated when it ends until a
598 DMA_PREP_LOAD_EOT flag set, the current transfer will be repeated until the
609 - This is the default behaviour for non-repeated transfers, specifying
610 DMA_PREP_LOAD_EOT for non-repeated transfers will thus make no difference.
612 - When using repeated transfers, DMA clients will usually need to set the
614 repeating the last repeated transfer and ignore the new transfers being
/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/linux/arch/x86/ras/
H A DKconfig7 page PFN and counts their repeated occurrence. Once the counter for a
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-ina2xx-adc14 or repeated, depending on the beat between the capture and conversion
/openbmc/google-misc/subprojects/nemora-postd/
H A Devent_message.proto37 repeated int32 postcodes = 5;
/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/linux/Documentation/mm/
H A Dremap_file_pages.rst8 over using repeated calls to mmap(2) is that the former approach does not
/openbmc/linux/usr/
H A Dgen_initramfs.sh31 All options except -o and -l may be repeated and are interpreted
/openbmc/qemu/tests/migration/i386/
H A Da-b-bootblock.S4 # Outputs an initial 'A' on serial followed by repeated 'B's
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-write.rst47 Sliced Teletext or Closed Caption data is not repeated, the driver
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A D0001-tests-use-EXTENSIONS_DIR.patch76 /* The number of times each operation is repeated to measure the average operation time */
/openbmc/linux/Documentation/power/
H A Ddrivers-testing.rst50 Each of the above tests should be repeated several times and the STD tests
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/
H A D0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch84 # Avoid repeated tests for existence of these; default permissions suffice.
/openbmc/u-boot/drivers/block/
H A DKconfig49 it will prevent repeated reads from directory structures and other
/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

12345