Home
last modified time | relevance | path

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

/kernel/debug/kdb/
Dkdb_io.c30 char kdb_prompt_str[CMD_BUFLEN]; variable
253 kdb_printf(kdb_prompt_str); in kdb_read()
275 kdb_printf(kdb_prompt_str); in kdb_read()
283 kdb_printf(kdb_prompt_str); in kdb_read()
301 strlen(kdb_prompt_str) + (lastchar-buffer)); in kdb_read()
302 *(tmpbuffer+strlen(kdb_prompt_str) + in kdb_read()
316 strlen(kdb_prompt_str) + (lastchar-buffer)); in kdb_read()
317 *(tmpbuffer+strlen(kdb_prompt_str) + in kdb_read()
364 kdb_printf(kdb_prompt_str); in kdb_read()
389 kdb_printf(kdb_prompt_str); in kdb_read()
[all …]
Dkdb_private.h255 extern char kdb_prompt_str[];
Dkdb_main.c1303 snprintf(kdb_prompt_str, CMD_BUFLEN, kdbgetenv("PROMPT"), in kdb_local()
1306 snprintf(kdb_prompt_str, CMD_BUFLEN, kdbgetenv("PROMPT")); in kdb_local()
1309 strncat(kdb_prompt_str, "[defcmd]", CMD_BUFLEN); in kdb_local()
1314 cmdbuf = kdb_getstr(cmdbuf, CMD_BUFLEN, kdb_prompt_str); in kdb_local()