| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | f_fastboot.c | 322 static int fastboot_tx_write(const char *buffer, unsigned int buffer_size) in fastboot_tx_write() 338 static int fastboot_tx_write_str(const char *buffer) in fastboot_tx_write_str() 376 const unsigned char *buffer = req->buf; in rx_handler_dl_image() local
|
| /openbmc/openbmc-tools/pwmtachtool/src/ |
| H A D | pwmtach.c | 37 #define BUILD_PWM_NODE_NAME(buffer,DEV_ID,PWM_NUM) snprintf(buffer, sizeof(buffer), "%s%d%s%d",… argument 38 #define BUILD_TACH_NODE_NAME(buffer,DEV_ID,TACH_NUM) snprintf(buffer, sizeof(buffer), "%s%d%s%d%s",… argument 39 #define BUILD_FAN_REG_NAME(buffer,DEV_ID,FAN_NUM) snprintf(buffer, sizeof(buffer), "%s%d%s%d%s", HW… argument
|
| /openbmc/qemu/tests/unit/ |
| H A D | crypto-tls-x509-helpers.c | 208 static char buffer[1024 * 1024]; in test_tls_generate_cert() local 479 char *buffer = g_new0(char, capacity); in test_tls_write_cert_chain() local
|
| /openbmc/u-boot/board/micronas/vct/ |
| H A D | ebi_onenand.c | 139 unsigned char *buffer, int offset, in ebi_read_bufferram() 157 const unsigned char *buffer, int offset, in ebi_write_bufferram()
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | gen_robot_print.py | 95 def gp_debug_print(buffer): argument
|
| /openbmc/u-boot/board/samsung/origen/tools/ |
| H A D | mkorigenspl.c | 37 unsigned char buffer[BUFSIZE] = {0}; in main() local
|
| /openbmc/bmcweb/include/ |
| H A D | credential_pipe.hpp | 60 std::array<boost::asio::const_buffer, 2> buffer{ in asyncWrite() local
|
| /openbmc/u-boot/drivers/block/ |
| H A D | ide.c | 208 unsigned char *buffer, int buflen) in atapi_issue() 334 unsigned char *buffer, int buflen) in atapi_issue_autoreq() 410 void *buffer) in atapi_read() 932 void *buffer) in ide_read() 1059 const void *buffer) in ide_write()
|
| /openbmc/u-boot/fs/fat/ |
| H A D | fat_write.c | 402 set_cluster(fsdata *mydata, u32 clustnum, u8 *buffer, u32 size) in set_cluster() 466 get_set_cluster(fsdata *mydata, __u32 clustnum, loff_t pos, __u8 *buffer, in get_set_cluster() 696 set_contents(fsdata *mydata, dir_entry *dentptr, loff_t pos, __u8 *buffer, in set_contents() 1050 int file_fat_write_at(const char *filename, loff_t pos, void *buffer, in file_fat_write_at() 1188 int file_fat_write(const char *filename, void *buffer, loff_t offset, in file_fat_write()
|
| /openbmc/qemu/hw/xen/ |
| H A D | xen-mapcache.c | 544 uint8_t *buffer) in xen_invalidate_map_cache_entry_unlocked() 627 uint8_t *buffer; member 630 static void xen_invalidate_map_cache_entry_single(MapCache *mc, uint8_t *buffer) in xen_invalidate_map_cache_entry_single() 637 static void xen_invalidate_map_cache_entry_all(uint8_t *buffer) in xen_invalidate_map_cache_entry_all() 652 void coroutine_mixed_fn xen_invalidate_map_cache_entry(uint8_t *buffer) in xen_invalidate_map_cache_entry()
|
| /openbmc/qemu/include/chardev/ |
| H A D | char-parallel.h | 41 void *buffer; member
|
| /openbmc/smbios-mdr/src/smbios-ipmi-blobs/ |
| H A D | handler.hpp | 47 std::vector<uint8_t> buffer; member
|
| /openbmc/phosphor-bmc-code-mgmt/common/src/ |
| H A D | utils.cpp | 64 char buffer[1024]; in asyncSystem() local
|
| /openbmc/u-boot/drivers/tpm/ |
| H A D | tpm_tis_infineon.c | 70 static int tpm_tis_i2c_read(struct udevice *dev, u8 addr, u8 *buffer, in tpm_tis_i2c_read() 124 const u8 *buffer, size_t len, in tpm_tis_i2c_write_generic() 172 static int tpm_tis_i2c_write(struct udevice *dev, u8 addr, const u8 *buffer, in tpm_tis_i2c_write() 183 static int tpm_tis_i2c_write_long(struct udevice *dev, u8 addr, u8 *buffer, in tpm_tis_i2c_write_long()
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_device_path_to_text.c | 237 char *buffer, in efi_convert_single_device_node_to_text() 316 char buffer[MAX_PATH_LEN]; in efi_convert_device_path_to_text() local
|
| H A D | efi_disk.c | 58 void *buffer, enum efi_disk_direction direction) in efi_disk_rw_blocks() 97 void *buffer) in efi_disk_read_blocks() 132 void *buffer) in efi_disk_write_blocks()
|
| H A D | efi_net.c | 307 ulong buffer_size, char *buffer) in efi_net_nvdata() 382 size_t buffer_size, void *buffer, in efi_net_transmit() 453 size_t *buffer_size, void *buffer, in efi_net_receive()
|
| /openbmc/phosphor-host-ipmid/transport/serialbridge/ |
| H A D | serialcmd.cpp | 124 uint8_t SerialChannel::processEscapedCharacter(std::vector<uint8_t>& buffer, in processEscapedCharacter() 237 std::array<uint8_t, ipmiSerialMaxBufferSize> buffer; in read() local
|
| /openbmc/slpd-lite/ |
| H A D | sock_channel.hpp | 13 using buffer = std::vector<uint8_t>; typedef
|
| /openbmc/u-boot/drivers/net/fm/ |
| H A D | b4860.c | 51 char buffer[HWCONFIG_BUFFER_SIZE]; in fman_port_enet_if() local
|
| /openbmc/phosphor-ipmi-blobs/example/ |
| H A D | example.hpp | 53 uint8_t buffer[kBufferSize]; member
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_ime.c | 533 uint8_t buffer[ 2 ]; in ImeUpdateOpenArea() local 573 uint8_t buffer[ IME_UPGRADE_BUFFER_SIZE + 1 ]; in ImeUpdateWriteArea() local 616 uint8_t buffer[ sizeof( uint32_t ) + sizeof( uint16_t ) ]; in ImeUpdateCloseArea() local 768 uint8_t buffer[ 2 ]; in ImeUpdateRegisterUpdate() local
|
| /openbmc/u-boot/include/ |
| H A D | blk.h | 187 unsigned long blksz, void *buffer) in blkcache_read() 194 unsigned long blksz, void const *buffer) {} in blkcache_fill() 429 lbaint_t blkcnt, void *buffer) in blk_dread() 450 lbaint_t blkcnt, const void *buffer) in blk_dwrite()
|
| /openbmc/u-boot/drivers/fastboot/ |
| H A D | fb_nand.c | 91 void *buffer, u32 offset, in _fb_nand_write() 106 lbaint_t blk, lbaint_t blkcnt, const void *buffer) in fb_nand_sparse_write()
|
| /openbmc/u-boot/drivers/i2c/ |
| H A D | soft_i2c.c | 326 int alen, uchar *buffer, int len) in soft_i2c_read() 401 int alen, uchar *buffer, int len) in soft_i2c_write()
|