Searched refs:maxlen (Results 1 – 11 of 11) sorted by relevance
| /include/ |
| A D | membuf.h | 69 int membuf_putraw(struct membuf *mb, int maxlen, bool update, char **data); 87 int membuf_getraw(struct membuf *mb, int maxlen, bool update, char **data); 127 int membuf_get(struct membuf *mb, char *buff, int maxlen); 202 int membuf_readline(struct membuf *mb, char *str, int maxlen, int minch,
|
| A D | console.h | 78 int console_record_readline(char *str, int maxlen); 123 static inline int console_record_readline(char *str, int maxlen) in console_record_readline() argument
|
| A D | bootm.h | 260 int bootm_process_cmdline(char *buf, int maxlen, int flags);
|
| A D | efi_device_path.h | 378 const size_t maxlen);
|
| A D | os.h | 401 int os_find_u_boot(char *fname, int maxlen, bool use_img,
|
| A D | bootflow.h | 571 int cmdline_set_arg(char *buf, int maxlen, const char *cmdline,
|
| A D | video_console.h | 519 int vidconsole_put_stringn(struct udevice *dev, const char *str, int maxlen);
|
| A D | cros_ec.h | 72 int cros_ec_read_id(struct udevice *dev, char *id, int maxlen);
|
| /include/acpi/ |
| A D | acpi_device.h | 327 int acpi_device_path(const struct udevice *dev, char *buf, int maxlen); 341 int acpi_device_scope(const struct udevice *dev, char *scope, int maxlen);
|
| /include/dm/ |
| A D | acpi.h | 326 int acpi_get_path(const struct udevice *dev, char *out_path, int maxlen);
|
| /include/net/ |
| A D | tcp.h | 388 int (*tx)(struct tcp_stream *tcp, u32 tx_offs, void *buf, int maxlen);
|
Completed in 25 milliseconds