| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/iftop/iftop/ |
| H A D | iftop-1.0-gcc10.patch | 6 /usr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:36: multiple definition of… 7 /usr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: multiple definition of… 8 /usr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: multiple definition of… 9 /usr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: multiple definition of… 10 /usr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:37: multiple definition of… 11 /usr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:40: multiple definition of… 12 /usr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:41: multiple definition of… 13 /usr/bin/ld: ui.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:36: multiple definition of `scree… 14 /usr/bin/ld: ui.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: multiple definition of `peaks… 15 /usr/bin/ld: ui.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: multiple definition of `peakr… [all …]
|
| /openbmc/phosphor-power/phosphor-power-sequencer/docs/ |
| H A D | multiple_chassis.md | 14 type has a maximum configuration of multiple chassis, then it is considered a 15 "multiple chassis system" even if the current system only contains one chassis. 17 ## Differences between single and multiple chassis systems 24 In a multiple chassis system, each chassis has its own power state. Even if the 35 If a multiple chassis system experiences a power good (pgood) fault in one 46 If a multiple chassis system that was powered on experiences a brownout in one 59 If a multiple chassis system that was powered on experiences a blackout in one
|
| /openbmc/docs/designs/management-console/ |
| H A D | Authorities_List_Management.md | 9 There are use cases where a system has multiple root certificates installed to 14 multiple root certificates: 19 2. It only extracts the first certificate given a PEM encoded file with multiple 20 certs; however, Google's trust bundle file contains multiple PEM encoded 28 1. Bulk Installation: given a PEM file with multiple root certificates, it 31 2. Bulk Replacement: given a PEM file with multiple root certificates, it will 80 It only extracts the first certificate even if the PEM contains multiple root 89 We can also create a trust bundle interface (instead of using multiple
|
| /openbmc/phosphor-power/phosphor-regulators/docs/ |
| H A D | multiple_chassis.md | 14 type has a maximum configuration of multiple chassis, then it is considered a 15 "multiple chassis system" even if the current system only contains one chassis. 27 ## Differences between single and multiple chassis systems 34 In a multiple chassis system, each chassis has its own power state. Even if the 46 In a multiple chassis system, regulator configuration will only be performed on 57 In a multiple chassis system, regulator monitoring will only be performed on
|
| /openbmc/openbmc/poky/meta-selftest/recipes-test/license/ |
| H A D | incompatible-licenses.bb | 1 SUMMARY = "Recipe with multiple SPDX licenses" 2 DESCRIPTION = "Is licensed with multiple SPDX licenses to be used for testing"
|
| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
| H A D | 3006-codec-omxil_core.h-fix-multiple-definition-of.patch | 4 Subject: [PATCH] codec: omxil_core.h fix multiple definition of 16 Apears to be defined multiple times as the omxil_core.h 17 is included in multiple files.
|
| H A D | 3001-configure.ac-setup-for-OE-usage.patch | 26 multiple definition of `pf_enable_graphic_buffers' 27 multiple definition of `pf_get_graphic_buffer_usage' 28 multiple definition of `pf_get_hal_format' 44 +# multiple definition of `pf_enable_graphic_buffers' 45 +# multiple definition of `pf_get_graphic_buffer_usage' 46 +# multiple definition of `pf_get_hal_format'
|
| /openbmc/u-boot/drivers/reset/aspeed/ |
| H A D | Kconfig | 9 is that some reset signals, like I2C or MISC reset multiple devices. 19 is that some reset signals, like I2C or MISC reset multiple devices. 29 is that some reset signals, like I2C or MISC reset multiple devices.
|
| /openbmc/qemu/docs/ |
| H A D | multi-thread-compression.txt | 1 Use multiple thread (de)compression in live migration 31 enough, then the total migration time can be reduced, and multiple 46 When to use the multiple thread compression in live migration 51 multiple thread compression will be very helpful. If both the CPU and 52 the network bandwidth are adequate, use of multiple thread compression 112 to support the multiple thread compression migration: 140 So, only the first two steps are required to use the multiple
|
| H A D | qemu-option-trace.rst.inc | 9 or ``ftrace`` tracing backend. To specify multiple events or patterns, 10 specify the :option:`-trace` option multiple times.
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pyperf_2.9.0.bb | 7 * Spawn multiple worker processes. \ 11 * Support multiple units: seconds, bytes and integer. \
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | libraries.rst | 13 - :ref:`How to use the Multilib feature to combine multiple versions of 15 <dev-manual/libraries:combining multiple versions of library files into one image>` 17 - :ref:`How to install multiple versions of the same library in parallel on 19 <dev-manual/libraries:installing multiple versions of the same library>` 121 extended to support multiple libraries. Many standard recipes are 122 already extended and support multiple libraries. You can check in the 149 combination of multiple libraries you want to build. You accomplish this 166 illustrates one method of including a multiple library dependency. You 235 There are be situations where you need to install and use multiple versions 238 multiple pieces of software that depend on the separate versions of the [all …]
|
| H A D | multiconfig.rst | 6 You can use a single ``bitbake`` command to build multiple images or 8 different configuration (multiple configuration builds). The builds, in 12 This section describes how to set up for multiple configuration builds 19 To accomplish a multiple configuration build, you must define each 23 multiple configuration builds in your ``local.conf`` file. 25 Follow these steps to set up and execute multiple configuration builds: 39 multiple :term:`DISTRO` settings would need separate :term:`TMPDIR` 94 the multiple configuration build:: 115 Support for multiple configuration builds in the Yocto Project &DISTRO; 126 multiple configuration build. For example, suppose that in order to [all …]
|
| /openbmc/u-boot/doc/device-tree-bindings/ |
| H A D | chosen.txt | 27 In a system there are multiple timers, specify which timer to be used 51 multiple such devices are present in a system concurrently, then the 78 In a system using an SPL stage and having multiple boot sources 95 board, the corresponding node may appear multiple times in the 120 multiple storage type and their default partition, then a property
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 213.out | 116 Job failed: Block size must be a multiple of 1 MB 122 Job failed: Block size must be a multiple of 1 MB 140 Job failed: Block size must be a multiple of 1 MB 148 Job failed: Log size must be a multiple of 1 MB 154 Job failed: Log size must be a multiple of 1 MB 166 Job failed: Log size must be a multiple of 1 MB
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | bad-if-keys.json | 1 # check multiple 'if' keys
|
| /openbmc/docs/designs/ |
| H A D | multihost-ipmi-design.md | 139 multiple approaches to handle multi-host.Some of the approaches are listed down 190 ## Approach2:Create multiple ipmid to handle multihost.One ipmid process per host 195 multiple instances. 197 ## Approach3:Using a different IPMI channel for handling multiple host 199 Using a different IPMI channel for handling multiple hosts, in the ipmbbridged 201 multiple instances of ipmbbridged and each instance will be registered with the 212 The proposed design can be tested in a platform in which the multiple hosts are
|
| /openbmc/u-boot/tools/binman/test/ |
| H A D | 006_dual_image.dts | 8 multiple-images;
|
| H A D | 022_image_name.dts | 8 multiple-images;
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/lprng/lprng/ |
| H A D | 0001-checkpc-Do-not-define-Mail_fd-multiple-times.patch | 4 Subject: [PATCH] checkpc: Do not define Mail_fd multiple times 10 …c/debug/lprng/3.8.C-r0/build/src/../../lprng-3.8.C/src/include/lp.h:72: multiple definition of `Ma…
|
| /openbmc/sdbusplus/include/sdbusplus/server/ |
| H A D | README.md | 27 **Multiple _transaction ids_** - The exception object can store multiple 28 _transaction ids_ for operations that create multiple messages.
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | pylintrc | 6 # can either give multiple identifiers separated by comma (,) or put this 7 # option multiple times (only on the command line, not in the configuration
|
| /openbmc/u-boot/doc/ |
| H A D | README.mpc83xx.ddrecc | 9 we'll be injecting: single/multiple bit etc.) 14 IMPORTANT NOTICE: enabling injecting multiple-bit errors is potentially 16 should be taken when enabling the injection of multiple-bit errors: it is only 19 Errors' below). In particular, when you simply set the multiple-bit errors in
|
| /openbmc/openbmc-test-automation/extended/ |
| H A D | test_bmc_reset_loop.robot | 29 [Documentation] Execute multiple power cycles. 40 [Documentation] Execute multiple reboots via REST. 50 [Documentation] Execute multiple reboots via "reboot" command. 60 [Documentation] Execute multiple reboots via redfish.
|
| /openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
| H A D | sensor_monitoring.md | 13 To read multiple sensors, multiple "pmbus_read_sensor" actions need to be
|