Home
last modified time | relevance | path

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

12

/u-boot/lib/
A Dmembuff.c22 static int membuff_putrawflex(struct membuff *mb, int maxlen, bool update, in membuff_putrawflex()
76 int membuff_putraw(struct membuff *mb, int maxlen, bool update, char **data) in membuff_putraw()
99 int membuff_getraw(struct membuff *mb, int maxlen, bool update, char **data) in membuff_getraw()
164 int membuff_get(struct membuff *mb, char *buff, int maxlen) in membuff_get()
291 int membuff_readline(struct membuff *mb, char *str, int maxlen, int minch) in membuff_readline()
/u-boot/include/
A Dconsole.h116 static inline int console_record_readline(char *str, int maxlen) in console_record_readline()
/u-boot/boot/
A Dbootm.c523 static int fixup_silent_linux(char *buf, int maxlen) in fixup_silent_linux()
594 static int process_subst(char *buf, int maxlen) in process_subst()
612 int bootm_process_cmdline(char *buf, int maxlen, int flags) in bootm_process_cmdline()
636 const int maxlen = MAX_CMDLINE_SIZE; in bootm_process_cmdline_env() local
/u-boot/arch/sandbox/cpu/
A Dspl.c21 int sandbox_find_next_phase(char *fname, int maxlen, bool use_img) in sandbox_find_next_phase()
A Dos.c882 int os_find_u_boot(char *fname, int maxlen, bool use_img, in os_find_u_boot()
/u-boot/lib/acpi/
A Dacpi_device.c65 int acpi_device_path(const struct udevice *dev, char *buf, int maxlen) in acpi_device_path()
76 int acpi_device_scope(const struct udevice *dev, char *scope, int maxlen) in acpi_device_scope()
/u-boot/common/
A Dhwconfig.c31 static const char *hwconfig_parse(const char *opts, size_t maxlen, in hwconfig_parse()
A Dconsole.c839 int console_record_readline(char *str, int maxlen) in console_record_readline()
A Dcli_hush.c316 int maxlen; member
/u-boot/scripts/dtc/
A Ddata.c93 struct data data_copy_file(FILE *f, size_t maxlen) in data_copy_file()
/u-boot/board/keymile/common/
A Divm.c101 unsigned long maxlen, in ivm_findinventorystring()
/u-boot/drivers/core/
A Dacpi.c107 int acpi_get_path(const struct udevice *dev, char *out_path, int maxlen) in acpi_get_path()
/u-boot/cmd/
A Deeprom.c98 unsigned maxlen = EEPROM_PAGE_SIZE - EEPROM_PAGE_OFFSET(blk_off); in eeprom_len() local
A Dmtdparts.c1093 u32 maxlen = buflen - 1; in generate_mtdparts() local
/u-boot/net/
A Dbootp.c192 static int truncate_sz(const char *name, int maxlen, int curlen) in truncate_sz()
/u-boot/drivers/serial/
A Dusbtty.c454 int maxlen = usbtty_output.totalsize; in __usbtty_puts() local
/u-boot/drivers/net/octeontx/
A Dnic_reg.h214 uint64_t maxlen:16; /* Max frame size */ member
/u-boot/lib/efi_loader/
A Defi_device_path.c1229 const size_t maxlen) in efi_dp_check_length()
/u-boot/drivers/misc/
A Dcros_ec.c438 int cros_ec_read_id(struct udevice *dev, char *id, int maxlen) in cros_ec_read_id()
/u-boot/tools/
A Dproftool.c1776 const struct flame_node *node, char *str, int maxlen, in output_tree()
/u-boot/arch/mips/mach-octeon/include/mach/
A Dcvmx-pki.h143 u16 maxlen; member
A Dcvmx-pki-defs.h1179 u64 maxlen : 16; member
A Dcvmx-pip-defs.h534 u64 maxlen : 16; member
/u-boot/drivers/mmc/
A Dmtk-sd.c341 u8 maxlen; member
/u-boot/drivers/net/
A Dsja1105.c248 u64 maxlen; member

Completed in 118 milliseconds

12