Searched refs:bufsz (Results 1 – 7 of 7) sorted by relevance
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
| H A D | arm_crashdump-fix-buffer-align.patch | 40 - elfcorehdr = add_buffer_phys_virt(info, buf, bufsz, bufsz, 1 << 20, 41 + elfcorehdr = add_buffer_phys_virt(info, buf, bufsz, bufsz, 1 << align_bit_shift,
|
| /openbmc/u-boot/env/ |
| H A D | common.c | 244 int env_complete(char *var, int maxv, char *cmdv[], int bufsz, char *buf, in env_complete() argument 280 bufsz < vallen + (dollar_comp ? 3 : 0)) in env_complete() 289 bufsz -= 3; in env_complete() 294 bufsz -= vallen; in env_complete()
|
| /openbmc/qemu/util/ |
| H A D | unicode.c | 124 ssize_t mod_utf8_encode(char buf[], size_t bufsz, int codepoint) in mod_utf8_encode() argument 126 assert(bufsz >= 5); in mod_utf8_encode()
|
| /openbmc/qemu/include/qemu/ |
| H A D | unicode.h | 5 ssize_t mod_utf8_encode(char buf[], size_t bufsz, int codepoint);
|
| /openbmc/u-boot/drivers/net/ |
| H A D | pic32_eth.c | 276 u32 idx, bufsz; in pic32_rx_desc_init() local 310 bufsz = readl(&ectl_p->con2.raw); in pic32_rx_desc_init() 311 bufsz &= ~(ETHCON_RXBUFSZ << ETHCON_RXBUFSZ_SHFT); in pic32_rx_desc_init() 312 bufsz |= ((MAX_RX_BUF_SIZE / 16) << ETHCON_RXBUFSZ_SHFT); in pic32_rx_desc_init() 313 writel(bufsz, &ectl_p->con2.raw); in pic32_rx_desc_init()
|
| /openbmc/qemu/hw/9pfs/ |
| H A D | 9p-local.c | 461 char *buf, size_t bufsz) in local_readlink() argument 473 tsize = RETRY_ON_EINTR(read(fd, (void *)buf, bufsz)); in local_readlink() 486 tsize = readlinkat(dirfd, name, buf, bufsz); in local_readlink()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
| H A D | 0001-Eliminate-old-style-function-declarations.patch | 7217 -__ovfl_get(t, p, ssz, buf, bufsz) 7222 - size_t *bufsz; 7223 +__ovfl_get(BTREE *t, void *p, size_t *ssz, void **buf, size_t *bufsz) 7227 @@ -136,10 +131,7 @@ __ovfl_get(t, p, ssz, buf, bufsz)
|