Home
last modified time | relevance | path

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

/common/
A Dcli_simple.c141 debug_parser("%s: \"%s\"\n", __func__, line); in cli_simple_parse_line()
144 while (isblank(*line)) in cli_simple_parse_line()
145 ++line; in cli_simple_parse_line()
156 while (*line && !isblank(*line)) in cli_simple_parse_line()
157 ++line; in cli_simple_parse_line()
319 char *line, *next; in cli_simple_run_command_list() local
327 line = cmd; in cli_simple_run_command_list()
332 if (*line) { in cli_simple_run_command_list()
333 debug("** exec: \"%s\"\n", line); in cli_simple_run_command_list()
339 line = next + 1; in cli_simple_run_command_list()
[all …]
A Dlog.c252 int line, const char *func, const char *fmt, ...) in _log() argument
274 rec.line = line; in _log()
308 const char *file, int line, const char *func, ulong addr, in _log_buffer() argument
323 _log(cat, level, file, line, func, "%s\n", buf); in _log_buffer()
A Dlog_console.c38 printf("%d-", rec->line); in log_console_emit()
A Dlog_syslog.c90 append(&ptr, msg_end, "%d-", rec->line); in log_syslog_emit()
A DKconfig397 line number are omitted.
406 bool "Show source line number in log messages by default"
408 Show the source line number in log messages by default. This value
423 things to line up.
471 line number are omitted.
514 line number are omitted.
555 line number are omitted.
776 is passed to the command-line interpreter (e.g. for initializations
854 also CMD_HASH for command-line access.
909 also CMD_HASH for command-line access.
[all …]
A Dcli_readline.c130 static void cread_add_to_hist(char *line) in cread_add_to_hist() argument
132 strcpy(hist_list[hist_add_idx], line); in cread_add_to_hist()
A DxyzModem.c228 zm_dump (int line) in zm_dump() argument
230 zm_dprintf ("Packet at line: %d\n", line); in zm_dump()
A Dcli_hush.c379 static void __syntax(char *file, int line) { in __syntax() argument
380 error_msg("syntax error %s:%d", file, line); in __syntax()
/common/spl/
A DKconfig.tpl200 GPIOs allow U-Boot to read the state of an input line (high or
201 low) and set the state of an output line. This can be used to
342 means of transmitting U-Boot over a serial line for using in TPL,
A DKconfig.vpl115 GPIOs allow U-Boot to read the state of an input line (high or
116 low) and set the state of an output line. This can be used to
A DKconfig834 GPIOs allow U-Boot to read the state of an input line (high or
835 low) and set the state of an output line. This can be used to
845 I2C works with a clock and data line which can be driven by a
1529 means of transmitting U-Boot over a serial line for using in SPL,

Completed in 37 milliseconds