Home
last modified time | relevance | path

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

/linux/kernel/debug/kdb/
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.c4396 if (kdbgetintenv(setargs[0], &linecount)) { in con_debug_enter()
4409 if (kdbgetintenv(setargs[0], &colcount)) { in con_debug_enter()