Searched refs:kdb_defcmd2 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/kernel/debug/kdb/ |
H A D | kdb_main.c | 706 * kdb_defcmd, kdb_defcmd2 - This function implements the 'defcmd' 709 * 'defcmd' command, kdb_defcmd2 is invoked from kdb_parse for 732 static int kdb_defcmd2(const char *cmdstr, const char *argv0) in kdb_defcmd2() function 771 kdb_defcmd2("endefcmd", "endefcmd"); in kdb_defcmd() 1054 int result = kdb_defcmd2(cmdstr, argv[0]); in kdb_parse()
|
/kernel/linux/linux-6.6/kernel/debug/kdb/ |
H A D | kdb_main.c | 697 * kdb_defcmd, kdb_defcmd2 - This function implements the 'defcmd' 700 * 'defcmd' command, kdb_defcmd2 is invoked from kdb_parse for 724 static int kdb_defcmd2(const char *cmdstr, const char *argv0) in kdb_defcmd2() function 758 kdb_defcmd2("endefcmd", "endefcmd"); in kdb_defcmd() 1052 int result = kdb_defcmd2(cmdstr, argv[0]); in kdb_parse()
|
Completed in 7 milliseconds