Home
last modified time | relevance | path

Searched refs:kdb_prompt_str (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/debug/kdb/
H A Dkdb_io.c29 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 Dkdb_private.h226 extern char kdb_prompt_str[];