Home
last modified time | relevance | path

Searched full:multiple (Results 1 – 25 of 5566) sorted by relevance

12345678910>>...223

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/iftop/iftop/
H A Diftop-1.0-gcc10.patch6 /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/u-boot/doc/
H A DREADME.mpc83xx.ddrecc9 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
18 the 'ecc testdw' 'ecc testword' command (see example 'Injecting Multiple-Bit
19 Errors' below). In particular, when you simply set the multiple-bit errors in
56 Multiple Memory Errors: 0
57 Multiple-Bit Error: 0
78 Injecting Multiple-Bit Errors
97 Multiple Memory Errors: 0
98 Multiple-Bit Error: 1
[all …]
/openbmc/linux/Documentation/staging/
H A Dcrc32.rst6 and the whole thing (message+CRC) is a multiple of the given
37 appropriate multiple of the divisor to subtract to being the remainder
42 throw the quotient bit away, but subtract the appropriate multiple of
49 multiple = remainder & 0x80000000 ? CRCPOLY : 0;
50 remainder = (remainder << 1 | next_input_bit()) ^ multiple;
70 multiple = (remainder & 0x80000000) ? CRCPOLY : 0;
71 remainder = (remainder << 1) ^ multiple;
78 multiple = (remainder & 1) ? CRCPOLY : 0;
79 remainder = (remainder >> 1) ^ multiple;
94 multiple = (remainder & 0x80000000) ? CRCPOLY : 0;
[all …]
/openbmc/linux/sound/pci/ctxfi/
H A Dxfi.c23 static unsigned int multiple = 2; variable
26 MODULE_PARM_DESC(multiple, "Rate multiplier (default=2)");
27 module_param(multiple, uint, 0444);
82 if ((multiple != 1) && (multiple != 2) && (multiple != 4)) { in ct_card_probe()
83 dev_err(card->dev, "Invalid multiple value %u!!!\n", in ct_card_probe()
84 multiple); in ct_card_probe()
86 "The valid values for multiple are 1, 2 and 4, Value 2 is assumed.\n"); in ct_card_probe()
87 multiple = 2; in ct_card_probe()
89 err = ct_atc_create(card, pci, reference_rate, multiple, in ct_card_probe()
/openbmc/docs/designs/management-console/
H A DAuthorities_List_Management.md9 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/linux/tools/perf/pmu-events/arch/x86/jaketown/
H A Duncore-memory.json164multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than …
173multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than …
182multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than …
191multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than …
200multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than …
209multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than …
218multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than …
227multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than …
252 …ible to distinguish between the two. This can be filtered by rank. If multiple ranks are selecte…
261 …ible to distinguish between the two. This can be filtered by rank. If multiple ranks are selecte…
[all …]
/openbmc/linux/Documentation/sound/
H A Dalsa-configuration.rst34 specify multiple values for the option separated by commas.
53 This option takes multiple strings.
138 are multiple devices bound with the same driver. For example, there are
157 This module supports multiple cards. It does not support autoprobe, so
191 This module supports multiple cards, autoprobe and PnP.
205 This module supports multiple cards. It does not support autoprobe
219 This module supports multiple cards.
241 This module supports multiple cards, autoprobe and PnP.
250 This module supports multiple cards.
263 This module supports multiple cards, autoprobe and PnP.
[all …]
/openbmc/openbmc-test-automation/extended/
H A Dtest_bmc_reset_loop.robot26 Run Multiple Power Cycle
27 [Documentation] Execute multiple power cycles.
37 Run Multiple BMC Reset Via Redfish
38 [Documentation] Execute multiple reboots via REST.
47 Run Multiple BMC Reset Via Reboot
48 [Documentation] Execute multiple reboots via "reboot" command.
57 Run Multiple BMC Reset When Host Is Booted Via Redfish
58 [Documentation] Execute multiple reboots via redfish.
/openbmc/linux/Documentation/devicetree/bindings/iommu/
H A Diommu.txt22 * Provide address space isolation between multiple contexts.
29 IOMMUs can be single-master or multiple-master. Single-master IOMMU devices
30 typically have a fixed association to the master device, whereas multiple-
48 This may also apply to multiple master IOMMU devices that do not allow the
52 - #iommu-cells = <1>: Multiple master IOMMU devices may need to be configured
71 have multiple master interfaces (to one or more IOMMU devices).
91 - pasid-num-bits: Some masters support multiple address spaces for DMA, by
140 Multiple-master IOMMU with fixed associations:
143 /* multiple-master IOMMU */
168 Multiple-master IOMMU:
[all …]
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_snmp_alerts_sub_menu.robot129 Configure Multiple SNMP Managers On BMC Via GUI And Verify
130 [Documentation] Configure multiple SNMP managers on BMC via GUI and verify.
132 [Template] Configure Multiple SNMP Managers On BMC With Valid Port Via GUI And Verify
139 Configure Multiple SNMP Managers With Non Default Port Via GUI And Verify
140 [Documentation] Configure multiple SNMP managers with non-default port via GUI and verify.
142 [Template] Configure Multiple SNMP Managers On BMC With Valid Port Via GUI And Verify
149 Configure Multiple SNMP Managers With Different Ports Via GUI And Verify
150 [Documentation] Configure multiple SNMP managers with different ports via GUI and verify.
152 [Template] Configure Multiple SNMP Managers On BMC With Valid Port Via GUI And Verify
160 Configure Multiple SNMP Managers On BMC Via GUI And Verify Persistency On BMC Reboot
[all …]
/openbmc/linux/include/linux/
H A Dmath.h20 * @y: multiple to round up to (must be a power of 2)
22 * Rounds @x up to next multiple of @y (which must be a power of 2).
30 * @y: multiple to round down to (must be a power of 2)
32 * Rounds @x down to next multiple of @y (which must be a power of 2).
52 * roundup - round up to the next specified multiple
54 * @y: multiple to round up to
56 * Rounds @x up to next multiple of @y. If @y will always be a power
66 * rounddown - round down to next specified multiple
68 * @y: multiple to round down to
70 * Rounds @x down to next multiple of @y. If @y will always be a power
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dlibraries.rst13 - :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>`
79 Combining Multiple Versions of Library Files into One Image
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
232 Installing Multiple Versions of the Same Library
[all …]
/openbmc/linux/Documentation/mm/
H A Dpage_frags.rst6 which resides within a 0 or higher order compound page. Multiple
18 and tracks allows multiple calls to make use of a cached page. The
19 advantage to doing this is that multiple calls to get_page can be avoided
38 was implemented. It allows for freeing multiple references from a single
40 cleaning up the multiple references that were added to a page in order to
/openbmc/linux/Documentation/filesystems/nfs/
H A Dpnfs.rst6 reference multiple devices, each of which can reference multiple data servers.
7 Each data server can be referenced by multiple devices. Each device
8 can be referenced by multiple layouts. To keep all of this straight,
40 justification, but seems reasonable given that we can have multiple
41 deviceid's per filesystem, and multiple filesystems per nfs_client.
/openbmc/u-boot/drivers/mtd/ubi/
H A Dcrc32.c254 * and the whole thing (message+CRC) is a multiple of the given
283 * to the current remainder. Then you figure out the appropriate multiple
289 * throw the quotient bit away, but subtract the appropriate multiple of
295 * multiple = remainder & 0x80000000 ? CRCPOLY : 0;
296 * remainder = (remainder << 1 | next_input_bit()) ^ multiple;
315 * multiple = (remainder & 0x80000000) ? CRCPOLY : 0;
316 * remainder = (remainder << 1) ^ multiple;
321 * multiple = (remainder & 1) ? CRCPOLY : 0;
322 * remainder = (remainder >> 1) ^ multiple;
334 * multiple = (remainder & 0x80000000) ? CRCPOLY : 0;
[all …]
/openbmc/openbmc-test-automation/redfish/events/
H A Dtest_bmc_snmp_trap.robot98 Configure Multiple SNMP Managers And Verify
99 [Documentation] Configure multiple SNMP managers and verify.
149 Configure Multiple SNMP Managers With Non Default Port And Verify
150 [Documentation] Configure multiple SNMP Managers with non-default port And Verify.
157 # Configure multiple SNMP managers with non-default port.
166 Configure Multiple SNMP Managers With Different Ports And Verify
167 [Documentation] Configure multiple SNMP Managers with different ports And Verify.
176 # Configure multiple SNMP managers with different ports.
248 Configure Multiple SNMP Managers On BMC And Verify Persistency On BMC Reboot
249 [Documentation] Configure multiple SNMP Managers on BMC and verify persistency on BMC reboot.
[all …]
/openbmc/linux/Documentation/power/
H A Dcharger-manager.rst9 and where each battery may have multiple chargers attached and the userland
10 wants to look at the aggregated information of the multiple chargers.
14 represents an independent battery with chargers. If there are multiple
16 the system may need multiple instances of Charger Manager.
23 * Support for multiple chargers (e.g., a device with USB, AC, and solar panels)
24 A system may have multiple chargers (or power sources) and some of
28 aggregates charger-related information from multiple sources and
67 if there are multiple batteries. If there are multiple batteries, the
68 multiple instances of Charger Manager share the same charger_global_desc
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsgx.h53 * @length: length of the data (multiple of the page size)
56 * @count: number of bytes added (multiple of the page size)
90 * @length: length of memory (multiple of the page size)
94 * @count: (output) bytes successfully changed (multiple of page size)
109 * @length: length of memory (multiple of the page size)
112 * @count: (output) bytes successfully changed (multiple of page size)
126 * @length: length of memory (multiple of the page size)
127 * @count: (output) bytes successfully changed (multiple of page size)
/openbmc/linux/drivers/staging/greybus/
H A Dfw-core.c83 /* Disallow multiple Firmware Management CPorts */ in gb_fw_core_probe()
86 "multiple management CPorts found\n"); in gb_fw_core_probe()
104 /* Disallow multiple Firmware Download CPorts */ in gb_fw_core_probe()
107 "multiple download CPorts found\n"); in gb_fw_core_probe()
123 /* Disallow multiple SPI CPorts */ in gb_fw_core_probe()
126 "multiple SPI CPorts found\n"); in gb_fw_core_probe()
142 /* Disallow multiple CAP CPorts */ in gb_fw_core_probe()
144 dev_err(&bundle->dev, "multiple Authentication CPorts found\n"); in gb_fw_core_probe()
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/
H A Dspec_operation.json16 …ned by the actual instruction), even if they are subsequently issued as multiple aligned accesses.…
20 …ned by the actual instruction), even if they are subsequently issued as multiple aligned accesses."
24 …ned by the actual instruction), even if they are subsequently issued as multiple aligned accesses."
44 …nts speculatively executed load operations including Single Instruction Multiple Data (SIMD) load …
48 …ts speculatively executed store operations including Single Instruction Multiple Data (SIMD) store…
/openbmc/u-boot/doc/device-tree-bindings/
H A Dchosen.txt27 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
119 Multiple file system firmware loader nodes could be defined in device trees for
120 multiple storage type and their default partition, then a property
/openbmc/linux/Documentation/riscv/
H A Duabi.rst25 extension category. If multiple 'Z' extensions are named, they will be
30 after standard unprivileged extensions. If multiple supervisor-level
34 after any lower-privileged, standard extensions. If multiple machine-level
38 extensions. If multiple non-standard extensions are listed, they will be
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/
H A Dspec_operation.json20 …ned by the actual instruction), even if they are subsequently issued as multiple aligned accesses.…
24 …ned by the actual instruction), even if they are subsequently issued as multiple aligned accesses."
28 …ned by the actual instruction), even if they are subsequently issued as multiple aligned accesses."
48 …nts speculatively executed load operations including Single Instruction Multiple Data (SIMD) load …
52 …ts speculatively executed store operations including Single Instruction Multiple Data (SIMD) store…
/openbmc/linux/drivers/crypto/nx/
H A Dnx-842.c18 * to be specifically aligned, to be a specific multiple in length, and within
43 * hardware decompressor if the original input buffer length is not a multiple
177 if (slen % c->multiple) in compress()
178 adj_slen = round_up(slen, c->multiple); in compress()
202 if (dlen % c->multiple) in compress()
203 dlen = round_down(dlen, c->multiple); in compress()
208 dlen = round_down(dlen, c->multiple); in compress()
279 add_header = (p.iremain % c.multiple || in nx842_crypto_compress()
283 p.oremain % c.multiple || in nx842_crypto_compress()
310 pr_err("Internal error: No header but multiple groups\n"); in nx842_crypto_compress()
[all …]
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_network_conf.robot518 Verify Modifying IP Address Multiple Times
519 [Documentation] Verify modifying IP address multiple times.
543 Config Multiple DNS Servers And Verify
544 [Documentation] Config multiple DNS servers and verify.
555 Configure And Verify Multiple Static IPv4 Addresses
556 [Documentation] Configure multiple static ipv4 address via Redfish and verify.
558 [Teardown] Run Keywords Delete Multiple Static IPv4 Addresses ${test_ipv4_addresses}
562 …Configure Multiple Static IPv4 Addresses ${test_ipv4_addresses} ${test_subnet_mask} ${test_gat…
565 Configure Multiple Static IPv4 Addresses And Check Persistency
566 [Documentation] Configure multiple static ipv4 address via Redfish and check persistency.
[all …]

12345678910>>...223