Searched refs:CMD_BUFLEN (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/kdb/
H A Dkdb_io.c29 #define CMD_BUFLEN 256 macro
30 char kdb_prompt_str[CMD_BUFLEN];
205 static char tmpbuffer[CMD_BUFLEN];
431 strncpy(kdb_prompt_str, prompt, CMD_BUFLEN);
H A Dkdb_main.c751 #define CMD_BUFLEN 200 /* kdb_printf: max printline macro
755 static char cmd_hist[KDB_CMD_HISTORY_COUNT][CMD_BUFLEN];
756 static char cmd_cur[CMD_BUFLEN];
854 static char cbuf[CMD_BUFLEN+2];
889 if (cpp >= cbuf + CMD_BUFLEN) {
907 if (cpp >= cbuf + CMD_BUFLEN)
1049 strncpy(cmd_cur, cmd_hist[cmdptr], CMD_BUFLEN);
1054 strncpy(cmd_cur, cmd_hist[cmdptr], CMD_BUFLEN);
1252 snprintf(kdb_prompt_str, CMD_BUFLEN, kdbgetenv("PROMPT"),
1255 snprintf(kdb_prompt_str, CMD_BUFLEN, kdbgeten
[all...]

Completed in 153 milliseconds