Home
last modified time | relevance | path

Searched refs:consumed (Results 1 – 25 of 36) sorted by relevance

12

/openbmc/webui-vue/src/utilities/
H A DNBDServer.js96 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 Dvirtual-media-controller.js167 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 Dxen_console.c42 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 D0001-wolfssl-wolfcrypt-logging.h-and-wolfcrypt-src-loggin.patch146 * @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 Dlibmozilla-ca-perl_20250202.bb3 Certificate Authority certificates in a form that can be consumed by \
/openbmc/phosphor-networkd/src/
H A Dncsi_cmd.cpp801 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 Dtest_power_control_metrics.robot19 [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 Dtrusted-firmware-a-corstone1000.inc34 # as the processing time is consumed by logging
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/
H A D0001-Platform-Sgi-workaround-ArmFfaLib-error.patch14 | consumed by module [/builder/meta-arm/build/tmp/work/sgi575-poky-linux/edk2-firmware/202502/edk2…
/openbmc/sdbusplus/docs/
H A Dasio.md13 translated into a matching [error code][2] that can be consumed by the caller,
/openbmc/smbios-mdr/
H A DREADME.md7 consumed by other OpenBMC applications.
/openbmc/qemu/docs/devel/testing/
H A Dqgraph.rst64 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 Dacpi_nvdimm.rst42 control functions that are consumed by the device driver.
H A Drapl-msr.rst36 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 Dphp-fpm.conf308 ; 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 D0009-FF-A-v15-arm_ffa-efi-introduce-FF-A-MM-communication.patch25 consumed by the EFI subsystem.
/openbmc/qemu/target/hexagon/
H A DREADME43 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 D0001-Use-stdbool.h-for-booleans.patch43 rest = line + consumed;
/openbmc/docs/architecture/
H A Dinterface-overview.md129 ### Network services consumed
H A Duser-management.md457 This section explains how the privilege roles of the user accounts are consumed
/openbmc/qemu/docs/system/i386/
H A Dhyperv.rst306 - ``hv-crash`` must only be enabled if the crash information is consumed via
/openbmc/docs/designs/mctp/
H A Dmctp-kernel.md396 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 Dstructured-logging.md17 consumed. For example, one implementation of the IPMI SEL utilizes specific
/openbmc/qemu/docs/devel/
H A Dwriting-monitor-commands.rst372 intended to be consumed as an opaque string by machines. Refer to the
/openbmc/docs/
H A Danti-patterns.md272 for their use. They don't consider how the log entry is consumed by the BMC

12