Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/debug/kdb/
Dkdb_io.c30 char kdb_prompt_str[CMD_BUFLEN]; variable
252 kdb_printf(kdb_prompt_str); in kdb_read()
274 kdb_printf(kdb_prompt_str); in kdb_read()
282 kdb_printf(kdb_prompt_str); in kdb_read()
300 strlen(kdb_prompt_str) + (lastchar-buffer)); in kdb_read()
301 *(tmpbuffer+strlen(kdb_prompt_str) + in kdb_read()
315 strlen(kdb_prompt_str) + (lastchar-buffer)); in kdb_read()
316 *(tmpbuffer+strlen(kdb_prompt_str) + in kdb_read()
360 kdb_printf(kdb_prompt_str); in kdb_read()
385 kdb_printf(kdb_prompt_str); in kdb_read()
[all …]
Dkdb_private.h260 extern char kdb_prompt_str[];
Dkdb_main.c1252 snprintf(kdb_prompt_str, CMD_BUFLEN, kdbgetenv("PROMPT"), in kdb_local()
1255 snprintf(kdb_prompt_str, CMD_BUFLEN, kdbgetenv("PROMPT")); in kdb_local()
1258 strncat(kdb_prompt_str, "[defcmd]", CMD_BUFLEN); in kdb_local()
1263 cmdbuf = kdb_getstr(cmdbuf, CMD_BUFLEN, kdb_prompt_str); in kdb_local()