Home
last modified time | relevance | path

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

12345678910>>...22

/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-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/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/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/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/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()
/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()
573 pr_warn("Repeated/multivalue AuthAttrs not permitted\n"); in pkcs7_sig_note_authenticated_attr()
/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/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/qemu/tests/qemu-iotests/
H A D13358 # Explicitly repeated
80 # Explicitly repeated (implicit case is covered in node-name test)
/openbmc/linux/drivers/media/i2c/ccs/
H A Dccs-data.h114 * @repeat_x: Number of times this block is repeated to right
124 * @repeat_y: Number of times the group is repeated down
/openbmc/linux/arch/arm/include/asm/
H A Dpgtable-2level.h152 * - reads can be repeated with no side effects
153 * - repeated reads return the last value written
155 * - writes can be repeated (in certain cases) with no side effects
/openbmc/openpower-hw-diags/
H A DREADME.md6 service action needed to avoid repeated system failures.
/openbmc/linux/include/uapi/linux/
H A Di2c.h37 * %I2C_M_NOSTART: skip repeated start sequence
66 * @i2c_msg transaction segment, beginning with a (repeated) START.
/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/linux/lib/xz/
H A Dxz_lzma2.h40 * either short or long repeated match, and NONLIT means any non-literal.
80 /* Indicate that the latest state was a long repeated match. */
/openbmc/linux/arch/x86/ras/
H A DKconfig7 page PFN and counts their repeated occurrence. Once the counter for a
/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/sound/usb/line6/
H A Dplayback.h18 * written to the output buffer (i.e., the input signal) will be repeated in
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-ina2xx-adc14 or repeated, depending on the beat between the capture and conversion
/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/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/drivers/i2c/algos/
H A Di2c-algo-pca.c79 * Generate a repeated start condition on the i2c bus
81 * return after the repeated start condition has occurred
86 DEB2("=== REPEATED START\n"); in pca_repeated_start()
242 case 0x10: /* A repeated start condition has been transmitted */ in pca_xfer()
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dlpc32xx-key.txt13 - nxp,scan-delay-ms: Repeated scan period in ms

12345678910>>...22