Home
last modified time | relevance | path

Searched refs:kdbgetintenv (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/debug/kdb/
H A Dkdb_io.c249 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 Dkdb_bt.c133 kdbgetintenv("BTAPROMPT", &btaprompt); in kdb_bt()
H A Dkdb_main.c288 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 Dvt.c4302 if (kdbgetintenv(setargs[0], &linecount)) { in con_debug_enter()
4315 if (kdbgetintenv(setargs[0], &colcount)) { in con_debug_enter()