Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/debug/kdb/
Dkdb_io.c29 char kdb_prompt_str[CMD_BUFLEN]; variable
242 kdb_printf(kdb_prompt_str); in kdb_read()
264 kdb_printf(kdb_prompt_str); in kdb_read()
272 kdb_printf(kdb_prompt_str); in kdb_read()
290 strlen(kdb_prompt_str) + (lastchar-buffer)); in kdb_read()
291 *(tmpbuffer+strlen(kdb_prompt_str) + in kdb_read()
305 strlen(kdb_prompt_str) + (lastchar-buffer)); in kdb_read()
306 *(tmpbuffer+strlen(kdb_prompt_str) + in kdb_read()
353 kdb_printf(kdb_prompt_str); in kdb_read()
378 kdb_printf(kdb_prompt_str); in kdb_read()
[all …]
Dkdb_private.h229 extern char kdb_prompt_str[];
Dkdb_main.c1350 snprintf(kdb_prompt_str, CMD_BUFLEN, kdbgetenv("PROMPT"), in kdb_local()
1353 strncat(kdb_prompt_str, "[defcmd]", CMD_BUFLEN); in kdb_local()
1358 cmdbuf = kdb_getstr(cmdbuf, CMD_BUFLEN, kdb_prompt_str); in kdb_local()