Home
last modified time | relevance | path

Searched refs:Buffer (Results 1 – 25 of 60) sorted by relevance

123

/openbmc/qemu/include/qemu/
H A Dbuffer.h25 typedef struct Buffer Buffer; typedef
35 struct Buffer { struct
51 void buffer_init(Buffer *buffer, const char *name, ...) argument
62 void buffer_shrink(Buffer *buffer);
73 void buffer_reserve(Buffer *buffer, size_t len);
82 void buffer_reset(Buffer *buffer);
91 void buffer_free(Buffer *buffer);
104 void buffer_append(Buffer *buffer, const void *data, size_t len);
116 void buffer_advance(Buffer *buffer, size_t len);
128 uint8_t *buffer_end(Buffer *buffer);
[all …]
/openbmc/obmc-ikvm/
H A Dikvm_video.hpp136 struct Buffer struct in ikvm::Video
138 Buffer() : data(nullptr), queued(false), payload(0), size(0) {} in Buffer() argument
139 ~Buffer() = default;
140 Buffer(const Buffer&) = default;
141 Buffer& operator=(const Buffer&) = default;
142 Buffer(Buffer&&) = default;
143 Buffer& operator=(Buffer&&) = default;
175 std::vector<Buffer> buffers;
/openbmc/qemu/util/
H A Dbuffer.c34 static size_t buffer_req_size(Buffer *buffer, size_t len) in buffer_req_size()
40 static void buffer_adj_size(Buffer *buffer, size_t len) in buffer_adj_size()
54 void buffer_init(Buffer *buffer, const char *name, ...) in buffer_init()
63 static uint64_t buffer_get_avg_size(Buffer *buffer) in buffer_get_avg_size()
68 void buffer_shrink(Buffer *buffer) in buffer_shrink()
91 void buffer_reserve(Buffer *buffer, size_t len) in buffer_reserve()
98 gboolean buffer_empty(Buffer *buffer) in buffer_empty()
103 uint8_t *buffer_end(Buffer *buffer) in buffer_end()
108 void buffer_reset(Buffer *buffer) in buffer_reset()
114 void buffer_free(Buffer *buffer) in buffer_free()
[all …]
/openbmc/qemu/ui/
H A Dvnc.h197 Buffer tight;
198 Buffer tmp;
199 Buffer zlib;
200 Buffer gradient;
202 Buffer jpeg;
205 Buffer png;
216 Buffer zlib;
217 Buffer tmp;
224 Buffer fb;
225 Buffer zrle;
[all …]
/openbmc/qemu/include/io/
H A Dchannel-websock.h58 Buffer encinput;
59 Buffer encoutput;
60 Buffer rawinput;
/openbmc/ipmitool/src/plugins/usb/
H A Dusb.c314 AMI_SPT_CMD_SendCmd(int cd_desc, char *Buffer, char type, uint16_t buflen, in AMI_SPT_CMD_SendCmd() argument
332 10, Buffer, &pktLen, SG_DXFER_TO_DEV, in AMI_SPT_CMD_SendCmd()
346 AMI_SPT_CMD_RecvCmd(int cd_desc, char *Buffer, char type, uint16_t buflen) in AMI_SPT_CMD_RecvCmd() argument
363 10, Buffer, &pktLen, SG_DXFER_FROM_DEV, in AMI_SPT_CMD_RecvCmd()
377 ReadCD(int cd_desc, char CmdData, char *Buffer, uint32_t DataLen) in ReadCD() argument
381 ret = AMI_SPT_CMD_RecvCmd(cd_desc, Buffer, CmdData, DataLen); in ReadCD()
390 WriteCD(int cd_desc, char CmdData, char *Buffer, unsigned int timeout, in WriteCD() argument
395 ret = AMI_SPT_CMD_SendCmd(cd_desc, Buffer, CmdData, DataLen, timeout); in WriteCD()
404 WriteSplitData(struct ipmi_intf *intf, char *Buffer, char Sector, in WriteSplitData() argument
416 (Buffer + BytesWritten), in WriteSplitData()
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-crypto-block.c194 Buffer *header = opaque; in test_block_read_func()
209 Buffer *header = opaque; in test_block_init_func()
226 Buffer *header = opaque; in test_block_write_func()
276 Buffer header; in test_block()
349 Buffer buf; in test_luks_bad_header()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/
H A D0002-Check-against-the-correct-OPENSSL_VERSION_NUMBER.patch44 ssh_encode_identity_rsa1(Buffer *b, RSA *key, const char *comment)
51 @@ -540,7 +540,7 @@ ssh_encode_identity_ssh2(Buffer *b, Key *key, const char *comment)
60 @@ -557,7 +557,7 @@ ssh_encode_identity_ssh2(Buffer *b, Key *key, const char *comment)
82 @@ -151,7 +151,7 @@ pamsshagentauth_buffer_put_bignum2_ret(Buffer *buffer, const BIGNUM *value)
264 Buffer b;
291 Buffer b;
313 Buffer b, bb;
331 Buffer b;
H A D0001-Adapt-to-OpenSSL-1.1.1.patch68 ssh_encode_identity_rsa1(Buffer *b, RSA *key, const char *comment)
74 @@ -504,6 +521,16 @@ ssh_encode_identity_rsa1(Buffer *b, RSA *key, const char *comment)
91 @@ -513,19 +540,36 @@ ssh_encode_identity_ssh2(Buffer *b, Key *key, const char *comment)
148 @@ -151,7 +151,11 @@ pamsshagentauth_buffer_put_bignum2_ret(Buffer *buffer, const BIGNUM *value)
589 Buffer b;
648 Buffer b;
712 Buffer b, bb;
760 Buffer b;
837 Buffer b;
/openbmc/openbmc-tools/dbus-vis/
H A Dipmi_capture.js59 return new Buffer(ret);
462 g_hexdump = new Buffer([]);
470 g_hexdump = new Buffer([]);
/openbmc/qemu/docs/system/arm/
H A Draspi.rst29 * Frame Buffer
/openbmc/qemu/docs/specs/
H A Dppc-xive.rst65 esb: Event State Buffer (Array of PQ bits in an IVSE)
108 an Event State Buffer (ESB) array and can be controlled by MMIOs.
138 - Interrupt Pending Buffer (IPB)
160 in the register IBP (Interrupt Pending Buffer) to indicate that an
H A Dacpi_nvdimm.rst49 A Buffer containing a UUID (16 Bytes)
60 If Function Index = 0, a Buffer containing a function index bitfield.
74 A Buffer containing a list of NFIT Type structure entries.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-7638.patch8 Fixed bug 4500 - Heap-Buffer Overflow in Map1toN pertaining to SDL_pixels.c
/openbmc/bios-bmc-smm-error-logger/
H A Dmeson.options26 # Circular Buffer header constants
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/
H A Dprotobuf-c_1.5.1.bb5 converts Protocol Buffer .proto files to C descriptor code, based on the \
/openbmc/phosphor-host-ipmid/
H A Dhost-ipmid-whitelist.conf25 0x06:0x35 //<App>:<Read Event Message Buffer>
/openbmc/u-boot/arch/x86/include/asm/acpi/
H A Dglobutil.asl27 Name(BUFF, Buffer(Local0) {})
H A Ddebug.asl121 Name(BDBG, Buffer(80) {})
/openbmc/qemu/docs/system/devices/
H A Dnvme.rst11 * Configuration of `Optional Features`_ such as `Controller Memory Buffer`_,
157 Controller Memory Buffer
160 ``nvme`` device parameters related to the Controller Memory Buffer support:
163 This adds a Controller Memory Buffer of the given size at offset zero in BAR
168 Buffer support (i.e, the CMB is initially disabled and must be explicitly
/openbmc/qemu/audio/
H A Dcoreaudio.m396 dolog ("warning: Upsizing Buffer Frames to %f\n", frameRange.mMinimum);
399 dolog ("warning: Downsizing Buffer Frames to %f\n", frameRange.mMaximum);
404 /* set Buffer Frame Size */
417 /* get Buffer Frame Size */
/openbmc/u-boot/doc/
H A DREADME.arm-caches36 Buffer Requirements:
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A Dgbs-ipmid-whitelist.conf31 0x06:0x35 //<App>:<Read Event Message Buffer>
/openbmc/intel-ipmi-oem/src/
H A Dbiosconfigcommands.cpp1035 std::array<uint8_t, maxGetPayloadDataSize> Buffer; in ipmiOEMGetPayload() local
1036 ifs.read(reinterpret_cast<char*>(Buffer.data()), length); in ipmiOEMGetPayload()
1042 reinterpret_cast<char*>(Buffer.data()), readCount); in ipmiOEMGetPayload()
1050 retValue.pack(Buffer.at(i)); in ipmiOEMGetPayload()
/openbmc/libmctp/docs/bindings/
H A Dvendor-ibm-astlpc.md31 ### IBF: Input Buffer Full
70 ### OBF: Output Buffer Full
140 designated Input/Output Buffer Full (IBF/OBF), and are automatically set by
297 | 1 | Hardware | Input Buffer Full |
298 | 0 (LSB) | Hardware | Output Buffer Full |

123