Searched defs:maxlen (Results 1 – 11 of 11) sorted by relevance
| /rk3399_rockchip-uboot/lib/ |
| H A D | membuff.c | 22 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()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | hwconfig.c | 29 static const char *hwconfig_parse(const char *opts, size_t maxlen, in hwconfig_parse()
|
| H A D | cli_hush.c | 319 int maxlen; member
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | data.c | 93 struct data data_copy_file(FILE *f, size_t maxlen) in data_copy_file()
|
| /rk3399_rockchip-uboot/board/keymile/common/ |
| H A D | ivm.c | 102 unsigned long maxlen, in ivm_findinventorystring()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | eeprom.c | 116 unsigned maxlen = EEPROM_PAGE_SIZE - EEPROM_PAGE_OFFSET(blk_off); in eeprom_len() local
|
| H A D | mtdparts.c | 1094 u32 maxlen = buflen - 1; in generate_mtdparts() local
|
| /rk3399_rockchip-uboot/net/ |
| H A D | bootp.c | 178 static int truncate_sz(const char *name, int maxlen, int curlen) in truncate_sz()
|
| /rk3399_rockchip-uboot/arch/sandbox/cpu/ |
| H A D | os.c | 545 int os_find_u_boot(char *fname, int maxlen) in os_find_u_boot()
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | usbtty.c | 467 int maxlen = usbtty_output.totalsize; in __usbtty_puts() local
|
| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | cros_ec.c | 368 int cros_ec_read_id(struct cros_ec_dev *dev, char *id, int maxlen) in cros_ec_read_id()
|