Home
last modified time | relevance | path

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

/linux/kernel/debug/kdb/
H A Dkdb_io.c26 char kdb_prompt_str[CMD_BUFLEN]; variable
273 kdb_position_cursor(kdb_prompt_str, buffer, cp); in kdb_read()
291 kdb_position_cursor(kdb_prompt_str, buffer, cp); in kdb_read()
297 kdb_position_cursor(kdb_prompt_str, buffer, cp); in kdb_read()
315 (int)(strlen(kdb_prompt_str) + (lastchar - buffer)), in kdb_read()
362 kdb_printf("%s", kdb_prompt_str); in kdb_read()
365 kdb_position_cursor(kdb_prompt_str, buffer, cp); in kdb_read()
380 kdb_position_cursor(kdb_prompt_str, in kdb_read()
394 kdb_position_cursor(kdb_prompt_str, buffer, cp); in kdb_read()
451 if (prompt && kdb_prompt_str != prompt) in kdb_getstr()
[all …]
H A Dkdb_private.h228 extern char kdb_prompt_str[];
H A Dkdb_main.c1268 snprintf(kdb_prompt_str, CMD_BUFLEN, kdbgetenv("PROMPT"), in kdb_local()
1274 cmdbuf = kdb_getstr(cmdbuf, CMD_BUFLEN, kdb_prompt_str); in kdb_local()