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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/kdb/
H A Dkdb_main.c608 * kdb_defcmd, kdb_defcmd2 - This function implements the 'defcmd'
611 * 'defcmd' command, kdb_defcmd2 is invoked from kdb_parse for
634 static int kdb_defcmd2(const char *cmdstr, const char *argv0) function
668 kdb_defcmd2("endefcmd", "endefcmd");
936 int result = kdb_defcmd2(cmdstr, argv[0]);

Completed in 137 milliseconds