Searched refs:kdbgetintenv (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/kernel/debug/kdb/ |
H A D | kdb_io.c | 252 diag = kdbgetintenv("DTABCOUNT", &dtab_count); in kdb_read() 652 diag = kdbgetintenv("LINES", &linecount); in vkdb_printf() 656 diag = kdbgetintenv("COLUMNS", &colcount); in vkdb_printf() 660 diag = kdbgetintenv("LOGGING", &logging); in vkdb_printf()
|
H A D | kdb_bt.c | 136 kdbgetintenv("BTAPROMPT", &btaprompt); in kdb_bt()
|
H A D | kdb_main.c | 336 int kdbgetintenv(const char *match, int *value) in kdbgetintenv() function 1609 kdbgetintenv("MDCOUNT", &mdcount); in kdb_md() 1610 kdbgetintenv("RADIX", &radix); in kdb_md() 1611 kdbgetintenv("BYTESPERWORD", &bytesperword); in kdb_md() 1745 kdbgetintenv("NOSECT", &nosect); in kdb_md() 2109 diag = kdbgetintenv("LOGGING", &logging); in kdb_dmesg()
|
/openbmc/linux/include/linux/ |
H A D | kdb.h | 225 extern int kdbgetintenv(const char *, int *);
|
/openbmc/linux/drivers/tty/vt/ |
H A D | vt.c | 4003 if (kdbgetintenv(setargs[0], &linecount)) { in con_debug_enter() 4016 if (kdbgetintenv(setargs[0], &colcount)) { in con_debug_enter()
|