| /openbmc/qemu/include/qemu/ |
| H A D | buffer.h | 25 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 D | ikvm_video.hpp | 136 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 D | buffer.c | 34 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 D | vnc.h | 197 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 D | channel-websock.h | 58 Buffer encinput; 59 Buffer encoutput; 60 Buffer rawinput;
|
| /openbmc/ipmitool/src/plugins/usb/ |
| H A D | usb.c | 314 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 D | test-crypto-block.c | 194 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 D | 0002-Check-against-the-correct-OPENSSL_VERSION_NUMBER.patch | 44 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 D | 0001-Adapt-to-OpenSSL-1.1.1.patch | 68 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 D | ipmi_capture.js | 59 return new Buffer(ret); 462 g_hexdump = new Buffer([]); 470 g_hexdump = new Buffer([]);
|
| /openbmc/qemu/docs/system/arm/ |
| H A D | raspi.rst | 29 * Frame Buffer
|
| /openbmc/qemu/docs/specs/ |
| H A D | ppc-xive.rst | 65 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 D | acpi_nvdimm.rst | 49 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 D | CVE-2019-7638.patch | 8 Fixed bug 4500 - Heap-Buffer Overflow in Map1toN pertaining to SDL_pixels.c
|
| /openbmc/bios-bmc-smm-error-logger/ |
| H A D | meson.options | 26 # Circular Buffer header constants
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/ |
| H A D | protobuf-c_1.5.1.bb | 5 converts Protocol Buffer .proto files to C descriptor code, based on the \
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | host-ipmid-whitelist.conf | 25 0x06:0x35 //<App>:<Read Event Message Buffer>
|
| /openbmc/u-boot/arch/x86/include/asm/acpi/ |
| H A D | globutil.asl | 27 Name(BUFF, Buffer(Local0) {})
|
| H A D | debug.asl | 121 Name(BDBG, Buffer(80) {})
|
| /openbmc/qemu/docs/system/devices/ |
| H A D | nvme.rst | 11 * 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 D | coreaudio.m | 396 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 D | README.arm-caches | 36 Buffer Requirements:
|
| /openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
| H A D | gbs-ipmid-whitelist.conf | 31 0x06:0x35 //<App>:<Read Event Message Buffer>
|
| /openbmc/intel-ipmi-oem/src/ |
| H A D | biosconfigcommands.cpp | 1035 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 D | vendor-ibm-astlpc.md | 31 ### 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 |
|