Home
last modified time | relevance | path

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

/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.h104 static inline int console_record_readline(char *str, int maxlen) in console_record_readline()
/u-boot/common/
A Dbootm.c486 static int fixup_silent_linux(char *buf, int maxlen) in fixup_silent_linux()
556 static int process_subst(char *buf, int maxlen) in process_subst()
574 int bootm_process_cmdline(char *buf, int maxlen, int flags) in bootm_process_cmdline()
597 const int maxlen = MAX_CMDLINE_SIZE; in bootm_process_cmdline_env() local
A Dhwconfig.c31 static const char *hwconfig_parse(const char *opts, size_t maxlen, in hwconfig_parse()
A Dconsole.c755 int console_record_readline(char *str, int maxlen) in console_record_readline()
A Dcli_hush.c317 int maxlen; member
/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/scripts/dtc/
A Ddata.c93 struct data data_copy_file(FILE *f, size_t maxlen) in data_copy_file()
/u-boot/drivers/core/
A Dacpi.c86 int acpi_get_path(const struct udevice *dev, char *out_path, int maxlen) in acpi_get_path()
/u-boot/board/keymile/common/
A Divm.c101 unsigned long maxlen, in ivm_findinventorystring()
/u-boot/cmd/
A Deeprom.c118 unsigned maxlen = EEPROM_PAGE_SIZE - EEPROM_PAGE_OFFSET(blk_off); in eeprom_len() local
A Dmtdparts.c1096 u32 maxlen = buflen - 1; in generate_mtdparts() local
/u-boot/net/
A Dbootp.c196 static int truncate_sz(const char *name, int maxlen, int curlen) in truncate_sz()
/u-boot/drivers/serial/
A Dusbtty.c468 int maxlen = usbtty_output.totalsize; in __usbtty_puts() local
/u-boot/arch/sandbox/cpu/
A Dos.c732 int os_find_u_boot(char *fname, int maxlen) in os_find_u_boot()
/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.c1166 const size_t maxlen) in efi_dp_check_length()
/u-boot/drivers/misc/
A Dcros_ec.c439 int cros_ec_read_id(struct udevice *dev, char *id, int maxlen) in cros_ec_read_id()
/u-boot/drivers/mmc/
A Dmtk-sd.c339 u8 maxlen; member
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
A Dcsrs-nix.h5297 u64 maxlen : 16; member
5973 u64 maxlen : 16; member

Completed in 75 milliseconds