Home
last modified time | relevance | path

Searched refs:maxlen (Results 1 – 11 of 11) sorted by relevance

/include/
A Dmembuf.h69 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 Dconsole.h78 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 Dbootm.h260 int bootm_process_cmdline(char *buf, int maxlen, int flags);
A Defi_device_path.h378 const size_t maxlen);
A Dos.h401 int os_find_u_boot(char *fname, int maxlen, bool use_img,
A Dbootflow.h571 int cmdline_set_arg(char *buf, int maxlen, const char *cmdline,
A Dvideo_console.h519 int vidconsole_put_stringn(struct udevice *dev, const char *str, int maxlen);
A Dcros_ec.h72 int cros_ec_read_id(struct udevice *dev, char *id, int maxlen);
/include/acpi/
A Dacpi_device.h327 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 Dacpi.h326 int acpi_get_path(const struct udevice *dev, char *out_path, int maxlen);
/include/net/
A Dtcp.h388 int (*tx)(struct tcp_stream *tcp, u32 tx_offs, void *buf, int maxlen);

Completed in 25 milliseconds