Searched refs:line (Results 1 – 11 of 11) sorted by relevance
| /common/ |
| A D | cli_simple.c | 141 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 D | log.c | 252 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 D | log_console.c | 38 printf("%d-", rec->line); in log_console_emit()
|
| A D | log_syslog.c | 90 append(&ptr, msg_end, "%d-", rec->line); in log_syslog_emit()
|
| A D | Kconfig | 397 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 D | cli_readline.c | 130 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 D | xyzModem.c | 228 zm_dump (int line) in zm_dump() argument 230 zm_dprintf ("Packet at line: %d\n", line); in zm_dump()
|
| A D | cli_hush.c | 379 static void __syntax(char *file, int line) { in __syntax() argument 380 error_msg("syntax error %s:%d", file, line); in __syntax()
|
| /common/spl/ |
| A D | Kconfig.tpl | 200 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 D | Kconfig.vpl | 115 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 D | Kconfig | 834 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