Searched refs:kdbgetintenv (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/kernel/debug/kdb/ |
D | kdb_io.c | 214 diag = kdbgetintenv("DTABCOUNT", &dtab_count); in kdb_read() 610 diag = kdbgetintenv("LINES", &linecount); in vkdb_printf() 614 diag = kdbgetintenv("COLUMNS", &colcount); in vkdb_printf() 618 diag = kdbgetintenv("LOGGING", &logging); in vkdb_printf()
|
D | kdb_bt.c | 136 kdbgetintenv("BTAPROMPT", &btaprompt); in kdb_bt()
|
D | kdb_main.c | 315 int kdbgetintenv(const char *match, int *value) in kdbgetintenv() function 1570 kdbgetintenv("MDCOUNT", &mdcount); in kdb_md() 1571 kdbgetintenv("RADIX", &radix); in kdb_md() 1572 kdbgetintenv("BYTESPERWORD", &bytesperword); in kdb_md() 1706 kdbgetintenv("NOSECT", &nosect); in kdb_md() 2123 diag = kdbgetintenv("LOGGING", &logging); in kdb_dmesg()
|
/Linux-v5.10/include/linux/ |
D | kdb.h | 216 extern int kdbgetintenv(const char *, int *);
|
/Linux-v5.10/drivers/tty/vt/ |
D | vt.c | 4021 if (kdbgetintenv(setargs[0], &linecount)) { in con_debug_enter() 4034 if (kdbgetintenv(setargs[0], &colcount)) { in con_debug_enter()
|