Home
last modified time | relevance | path

Searched refs:kdb_unregister (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dkdb.h210 extern void kdb_unregister(kdbtab_t *cmd);
227 static inline void kdb_unregister(kdbtab_t *cmd) {} in kdb_unregister() function
/linux/samples/kdb/
H A Dkdb_hello.c50 kdb_unregister(&hello_cmd); in kdb_hello_cmd_exit()