Searched refs:kdbgetintenv (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/debug/kdb/ |
| H A D | kdb_io.c | 249 diag = kdbgetintenv("DTABCOUNT", &dtab_count); in kdb_read() 656 diag = kdbgetintenv("LINES", &linecount); in vkdb_printf() 660 diag = kdbgetintenv("COLUMNS", &colcount); in vkdb_printf() 664 diag = kdbgetintenv("LOGGING", &logging); in vkdb_printf()
|
| H A D | kdb_bt.c | 133 kdbgetintenv("BTAPROMPT", &btaprompt); in kdb_bt()
|
| H A D | kdb_main.c | 288 int kdbgetintenv(const char *match, int *value) in kdbgetintenv() function 1527 kdbgetintenv("MDCOUNT", &mdcount); in kdb_md() 1528 kdbgetintenv("RADIX", &radix); in kdb_md() 1529 kdbgetintenv("BYTESPERWORD", &bytesperword); in kdb_md() 1663 kdbgetintenv("NOSECT", &nosect); in kdb_md() 2022 diag = kdbgetintenv("LOGGING", &logging); in kdb_dmesg()
|
| /linux/drivers/tty/vt/ |
| H A D | vt.c | 4302 if (kdbgetintenv(setargs[0], &linecount)) { in con_debug_enter() 4315 if (kdbgetintenv(setargs[0], &colcount)) { in con_debug_enter()
|