Searched refs:kdb_defcmd2 (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/kernel/debug/kdb/
H A Dkdb_main.c646 * kdb_defcmd, kdb_defcmd2 - This function implements the 'defcmd'
649 * 'defcmd' command, kdb_defcmd2 is invoked from kdb_parse for
672 static int kdb_defcmd2(const char *cmdstr, const char *argv0) kdb_defcmd2() function
711 kdb_defcmd2("endefcmd", "endefcmd"); kdb_defcmd()
994 int result = kdb_defcmd2(cmdstr, argv[0]);

Completed in 42 milliseconds