Home
last modified time | relevance | path

Searched defs:maxlen (Results 1 – 24 of 24) sorted by relevance

/openbmc/u-boot/lib/
H A Dmembuff.c21 static int membuff_putrawflex(struct membuff *mb, int maxlen, bool update, in membuff_putrawflex()
75 int membuff_putraw(struct membuff *mb, int maxlen, bool update, char **data) in membuff_putraw()
98 int membuff_getraw(struct membuff *mb, int maxlen, bool update, char **data) in membuff_getraw()
163 int membuff_get(struct membuff *mb, char *buff, int maxlen) in membuff_get()
290 int membuff_readline(struct membuff *mb, char *str, int maxlen, int minch) in membuff_readline()
/openbmc/google-misc/subprojects/ncsid/src/
H A Dnet_sockio.cpp40 int SockIO::recv(void* buf, size_t maxlen) in recv()
H A Dncsi_sockio.cpp82 int SockIO::recv(void* buf, size_t maxlen) in recv()
/openbmc/qemu/pc-bios/s390-ccw/
H A Dvirtio-net.c99 int recv(int fd, void *buf, int maxlen, int flags) in recv()
/openbmc/u-boot/common/
H A Dhwconfig.c28 static const char *hwconfig_parse(const char *opts, size_t maxlen, in hwconfig_parse()
H A Dcli_hush.c318 int maxlen; member
/openbmc/google-misc/subprojects/ncsid/test/
H A Dncsi_test.cpp82 int recv(void* buf, size_t maxlen) override in recv()
/openbmc/qemu/net/
H A Dtap-solaris.c44 ssize_t tap_read_packet(int tapfd, uint8_t *buf, int maxlen) in tap_read_packet()
H A Ddump.c149 uint32_t maxlen; member
H A Dtap.c165 ssize_t tap_read_packet(int tapfd, uint8_t *buf, int maxlen) in tap_read_packet()
/openbmc/u-boot/scripts/dtc/
H A Ddata.c93 struct data data_copy_file(FILE *f, size_t maxlen) in data_copy_file()
/openbmc/u-boot/board/keymile/common/
H A Divm.c101 unsigned long maxlen, in ivm_findinventorystring()
/openbmc/u-boot/cmd/
H A Deeprom.c111 unsigned maxlen = EEPROM_PAGE_SIZE - EEPROM_PAGE_OFFSET(blk_off); in eeprom_len() local
H A Dmtdparts.c1093 u32 maxlen = buflen - 1; in generate_mtdparts() local
/openbmc/qemu/hw/9pfs/
H A Dcofs.c27 ssize_t len, maxlen = PATH_MAX; in __readlink() local
/openbmc/u-boot/net/
H A Dbootp.c183 static int truncate_sz(const char *name, int maxlen, int curlen) in truncate_sz()
/openbmc/u-boot/drivers/serial/
H A Dusbtty.c466 int maxlen = usbtty_output.totalsize; in __usbtty_puts() local
/openbmc/u-boot/arch/sandbox/cpu/
H A Dos.c690 int os_find_u_boot(char *fname, int maxlen) in os_find_u_boot()
/openbmc/qemu/target/riscv/
H A Dcpu.c2819 const size_t maxlen = sizeof("rv128") + sizeof(riscv_single_letter_exts); in riscv_isa_string() local
2839 int maxlen = ARRAY_SIZE(riscv_single_letter_exts) + ARRAY_SIZE(isa_edata_arr); in riscv_isa_extensions_list() local
2864 const size_t maxlen = sizeof("rv128i"); in riscv_isa_write_fdt() local
/openbmc/qemu/hw/scsi/
H A Desp.c200 static uint32_t esp_fifo_pop_buf(ESPState *s, uint8_t *dest, int maxlen) in esp_fifo_pop_buf()
/openbmc/u-boot/drivers/misc/
H A Dcros_ec.c415 int cros_ec_read_id(struct udevice *dev, char *id, int maxlen) in cros_ec_read_id()
/openbmc/u-boot/drivers/mmc/
H A Dmtk-sd.c228 u8 maxlen; member
/openbmc/ipmitool/lib/
H A Dipmi_delloem.c1818 uint8_t maxlen; in ipmi_macinfo_11g() local
/openbmc/qemu/hw/acpi/
H A Daml-build.c56 size_t maxlen, char pad) in build_append_padded_str()