Searched refs:kdb_exec_defcmd (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.c632 static int kdb_exec_defcmd(int argc, const char **argv);
643 kdb_register(s->name, kdb_exec_defcmd,
714 * kdb_exec_defcmd - Execute the set of commands associated with this
722 static int kdb_exec_defcmd(int argc, const char **argv) function
733 kdb_printf("kdb_exec_defcmd: could not find commands for %s\n",

Completed in 130 milliseconds