Searched refs:kdb_register (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/include/linux/ |
| D | kdb.h | 198 extern int kdb_register(char *, kdb_func_t, char *, char *, short); 205 static inline int kdb_register(char *cmd, kdb_func_t func, char *usage, in kdb_register() function
|
| /linux-4.4.14/samples/kdb/ |
| D | kdb_hello.c | 45 kdb_register("hello", kdb_hello_cmd, "[string]", in kdb_hello_cmd_init()
|
| /linux-4.4.14/kernel/debug/kdb/ |
| D | kdb_main.c | 2765 int kdb_register(char *cmd, in kdb_register() function 2773 EXPORT_SYMBOL_GPL(kdb_register);
|