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

/linux-4.4.14/kernel/debug/kdb/
H A Dkdb_io.c30 char kdb_prompt_str[CMD_BUFLEN]; variable
252 kdb_printf(kdb_prompt_str); kdb_read()
274 kdb_printf(kdb_prompt_str); kdb_read()
282 kdb_printf(kdb_prompt_str); kdb_read()
300 strlen(kdb_prompt_str) + (lastchar-buffer)); kdb_read()
301 *(tmpbuffer+strlen(kdb_prompt_str) + kdb_read()
315 strlen(kdb_prompt_str) + (lastchar-buffer)); kdb_read()
316 *(tmpbuffer+strlen(kdb_prompt_str) + kdb_read()
360 kdb_printf(kdb_prompt_str); kdb_read()
385 kdb_printf(kdb_prompt_str); kdb_read()
444 if (prompt && kdb_prompt_str != prompt) kdb_getstr()
445 strncpy(kdb_prompt_str, prompt, CMD_BUFLEN); kdb_getstr()
446 kdb_printf(kdb_prompt_str); kdb_getstr()
635 len = strlen(kdb_prompt_str); vkdb_printf()
636 if (!strncmp(cp2, kdb_prompt_str, len)) { vkdb_printf()
H A Dkdb_private.h256 extern char kdb_prompt_str[];
H A Dkdb_main.c1291 snprintf(kdb_prompt_str, CMD_BUFLEN, kdbgetenv("PROMPT"), kdb_local()
1294 snprintf(kdb_prompt_str, CMD_BUFLEN, kdbgetenv("PROMPT")); kdb_local()
1297 strncat(kdb_prompt_str, "[defcmd]", CMD_BUFLEN); kdb_local()
1302 cmdbuf = kdb_getstr(cmdbuf, CMD_BUFLEN, kdb_prompt_str); kdb_local()

Completed in 55 milliseconds