| /openbmc/webui-vue/src/utilities/ |
| H A D | NBDServer.js | 96 var consumed = handler(this.msgbuf); 97 if (consumed < 0) { 99 'handler[state=' + this.state + '] returned error ' + consumed, 104 if (consumed == 0) { 107 if (consumed > 0) { 108 if (consumed == this.msgbuf.byteLength) { 112 this.msgbuf = this.msgbuf.slice(consumed); 214 var consumed = 28; 232 consumed += req.length; 251 return consumed;
|
| /openbmc/phosphor-webui/app/server-control/controllers/ |
| H A D | virtual-media-controller.js | 167 var consumed = handler(this.msgbuf); 168 if (consumed < 0) { 170 'handler[state=' + this.state + '] returned error ' + consumed); 175 if (consumed == 0) { 179 if (consumed > 0) { 180 if (consumed == this.msgbuf.byteLength) { 184 this.msgbuf = this.msgbuf.slice(consumed); 310 var consumed = 28; 331 consumed += req.length; 350 return consumed;
|
| /openbmc/qemu/hw/char/ |
| H A D | xen_console.c | 42 size_t consumed; member 102 if (buffer->consumed > buffer->max_capacity - over) in OBJECT_DECLARE_SIMPLE_TYPE() 103 buffer->consumed = buffer->max_capacity - over; in OBJECT_DECLARE_SIMPLE_TYPE() 110 buffer->consumed += len; in buffer_advance() 111 if (buffer->consumed == buffer->size) { in buffer_advance() 112 buffer->consumed = 0; in buffer_advance() 165 size = con->buffer.size - con->buffer.consumed; in xencons_send() 168 con->buffer.data + con->buffer.consumed, in xencons_send() 199 if (con->buffer.size - con->buffer.consumed) { in con_event()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/wolfssl/files/ |
| H A D | 0001-wolfssl-wolfcrypt-logging.h-and-wolfcrypt-src-loggin.patch | 146 * @param [out] used Number of bytes consumed. 238 - long consumed = 0; 239 + long consumed = used; 243 - type, ssl, &consumed, 0, verify); 244 + type, ssl, &consumed, 0, verify, source_name); 271 long consumed = 0; 274 - &consumed, userChain, verify); 275 + &consumed, userChain, verify, fname); 276 if ((ret == 1) && (consumed < sz)) { 277 ret = ProcessBuffer(ctx, content.buffer + consumed, [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmozilla/ |
| H A D | libmozilla-ca-perl_20250202.bb | 3 Certificate Authority certificates in a form that can be consumed by \
|
| /openbmc/phosphor-networkd/src/ |
| H A D | ncsi_cmd.cpp | 801 auto [globalOptions, consumed] = std::move(*opts); in main() 803 if (consumed >= argc) in main() 812 argc -= consumed; in main() 813 argv += consumed; in main()
|
| /openbmc/openbmc-test-automation/redfish/systems/ |
| H A D | test_power_control_metrics.robot | 19 [Documentation] Verify there are no invalid power control consumed watt records.
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/ |
| H A D | trusted-firmware-a-corstone1000.inc | 34 # as the processing time is consumed by logging
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/ |
| H A D | 0001-Platform-Sgi-workaround-ArmFfaLib-error.patch | 14 | consumed by module [/builder/meta-arm/build/tmp/work/sgi575-poky-linux/edk2-firmware/202502/edk2…
|
| /openbmc/sdbusplus/docs/ |
| H A D | asio.md | 13 translated into a matching [error code][2] that can be consumed by the caller,
|
| /openbmc/smbios-mdr/ |
| H A D | README.md | 7 consumed by other OpenBMC applications.
|
| /openbmc/qemu/docs/devel/testing/ |
| H A D | qgraph.rst | 64 planned to be "consumed" by other nodes must match QEMU 84 and machines (note that only machines and "consumed" nodes are mapped 536 sdhci-pci <--consumed by-- pci-bus <--produces--+ 602 sdhci-pci <--consumed by-- pci-bus <--produces--+ 607 sdhci --consumed by--> sdhci-test
|
| /openbmc/qemu/docs/specs/ |
| H A D | acpi_nvdimm.rst | 42 control functions that are consumed by the device driver.
|
| H A D | rapl-msr.rst | 36 energy consumed since the last time the register was cleared. If you multiply
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
| H A D | php-fpm.conf | 308 ; last request cpu - the %cpu the last request consumed
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
| H A D | 0009-FF-A-v15-arm_ffa-efi-introduce-FF-A-MM-communication.patch | 25 consumed by the EFI subsystem.
|
| /openbmc/qemu/target/hexagon/ |
| H A D | README | 43 That file is consumed by the following python scripts to produce the indicated
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/bubblewrap/bubblewrap/ |
| H A D | 0001-Use-stdbool.h-for-booleans.patch | 43 rest = line + consumed;
|
| /openbmc/docs/architecture/ |
| H A D | interface-overview.md | 129 ### Network services consumed
|
| H A D | user-management.md | 457 This section explains how the privilege roles of the user accounts are consumed
|
| /openbmc/qemu/docs/system/i386/ |
| H A D | hyperv.rst | 306 - ``hv-crash`` must only be enabled if the crash information is consumed via
|
| /openbmc/docs/designs/mctp/ |
| H A D | mctp-kernel.md | 396 contain this larger structure, then the extended addressing fields are consumed 427 be consumed by the socket, even though the tag control settings were accepted in
|
| /openbmc/phosphor-logging/docs/ |
| H A D | structured-logging.md | 17 consumed. For example, one implementation of the IPMI SEL utilizes specific
|
| /openbmc/qemu/docs/devel/ |
| H A D | writing-monitor-commands.rst | 372 intended to be consumed as an opaque string by machines. Refer to the
|
| /openbmc/docs/ |
| H A D | anti-patterns.md | 272 for their use. They don't consider how the log entry is consumed by the BMC
|