Searched refs:kdb_prompt_str (Results 1 – 2 of 2) sorted by relevance
/linux/kernel/debug/kdb/ |
H A D | kdb_io.c | 29 char kdb_prompt_str[CMD_BUFLEN]; variable 276 kdb_position_cursor(kdb_prompt_str, buffer, cp); in kdb_read() 294 kdb_position_cursor(kdb_prompt_str, buffer, cp); in kdb_read() 300 kdb_position_cursor(kdb_prompt_str, buffer, cp); in kdb_read() 318 (int)(strlen(kdb_prompt_str) + (lastchar - buffer)), in kdb_read() 365 kdb_printf("%s", kdb_prompt_str); in kdb_read() 368 kdb_position_cursor(kdb_prompt_str, buffer, cp); in kdb_read() 383 kdb_position_cursor(kdb_prompt_str, in kdb_read() 397 kdb_position_cursor(kdb_prompt_str, buffer, cp); in kdb_read() 454 if (prompt && kdb_prompt_str != prompt) in kdb_getstr() [all …]
|
H A D | kdb_private.h | 226 extern char kdb_prompt_str[];
|