Home
last modified time | relevance | path

Searched full:consume (Results 1 – 25 of 141) sorted by relevance

123456

/openbmc/qemu/hw/net/rocker/
H A Drocker_desc.c35 desc_ring_consume *consume; member
239 if (ring->consume) { in ring_pump()
242 err = ring->consume(ring->r, info); in ring_pump()
323 void desc_ring_set_consume(DescRing *ring, desc_ring_consume *consume, in desc_ring_set_consume() argument
326 ring->consume = consume; in desc_ring_set_consume()
H A Drocker_desc.h45 void desc_ring_set_consume(DescRing *ring, desc_ring_consume *consume,
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dsbom.rst36 consume some build time resources and thus if needed it can be disabled from a
84 project website for a list of tools to consume and transform the :term:`SPDX`
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcppkafka/
H A Dlibcppkafka_git.bb2 DESCRIPTION = "cppkafka allows C++ applications to consume and produce messages using the Apache Ka…
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/fvp-base/
H A D0001-vexpress64-Set-the-DM_RNG-property.patch7 in order to consume entropy within u-boot. This is necessary
/openbmc/u-boot/doc/usage/
H A Dmeasured_boot.rst8 component's measurement in memory for the operating system to consume.
/openbmc/u-boot/examples/standalone/
H A Dhello_world.c32 /* consume input */ in hello_world()
/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/
H A Dexample_updater_main.cpp13 * because there is no example configuration from EM to consume, which would in init()
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Dsnps,hsdk-cgu.txt14 to specify the clock which they consume. All available clocks are defined as
H A Drockchip,rk3188-cru.txt22 to specify the clock which they consume. All available clocks are defined as
H A Drockchip,rk3288-cru.txt21 to specify the clock which they consume. All available clocks are defined as
/openbmc/qemu/qapi/
H A Dqobject-input-visitor.c121 bool consume) in qobject_input_try_get_object() argument
141 if (tos->h && consume && ret) { in qobject_input_try_get_object()
150 if (consume) { in qobject_input_try_get_object()
156 if (consume) { in qobject_input_try_get_object()
166 bool consume, Error **errp) in qobject_input_get_object() argument
168 QObject *obj = qobject_input_try_get_object(qiv, name, consume); in qobject_input_get_object()
H A Dopts-visitor.c30 * Generating the next list link will consume the most
43 * Generating the next list link will consume the most
46 * repeated option. This may consume QemuOpt itself
361 /* Note that we consume a string even if this is called as part of in opts_type_str()
H A Dstring-output-visitor.c26 * Generating the next list link will consume the most
38 * Generating the next list link will consume the most
41 * repeated option. This may consume QemuOpt itself
/openbmc/obmc-console/test/
H A Dtest-ringbuffer-boundary-poll.c24 /* don't consume initial data in the poll callback */ in test_boundary_poll()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/optee-test/
H A Drun-ptest31 # Consume every line up to the result line
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-test/
H A Drun-ptest31 # Consume every line up to the result line
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/gerbera/
H A Dgerbera_2.4.1.bb1 …ch allows you to stream your digital media through your home network and consume it on a variety o…
/openbmc/qemu/net/
H A Dvmnet-common.m174 /* QEMU is not ready to consume more packets -
194 * respectfully wait until it is ready to consume more packets,
228 * ready to consume more packets.
/openbmc/openbmc-tools/
H A DREADME.md42 ## How you consume the repository
/openbmc/bmcweb/features/kvm/
H A Dkvm_websocket.hpp114 outputBuffer.consume(bytesRead); in doRead()
148 inputBuffer.consume(bytesWritten); in doWrite()
/openbmc/bmcweb/http/
H A Dwebsocket_impl.hpp284 outBuffer.consume(bytesSent); in afterWrite()
340 inBuffer.consume(bytesRead); in handleMessage()
352 inBuffer.consume(bytesRead); in handleMessage()
/openbmc/qemu/rust/qemu-api/src/
H A Derror.rs142 /// Consume a result, returning `false` if it is an error and
156 /// Consume a result, returning a `NULL` pointer if it is an error and
177 /// Consume a result in the same way as `self.ok()`, but also propagate
197 /// then consume it.
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Entry/
H A DResource.interface.yaml26 dump request. Non-disruptive dumps consume significant host resources
/openbmc/bmcweb/features/virtual_media/
H A Dvm_websocket.hpp123 inputBuffer.consume(bytesWritten); in doWrite()
172 outputBuffer.consume(bytesRead); in doRead()
316 self2->ux2wsBuf.consume(self2->ux2wsBuf.size()); in afterSendEx()
363 self->ws2uxBuf.consume(bytesWritten); in afterWrite()

123456