Home
last modified time | relevance | path

Searched refs:kdbtab_t (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dkdb.h79 } kdbtab_t; typedef
209 extern int kdb_register(kdbtab_t *cmd);
210 extern void kdb_unregister(kdbtab_t *cmd);
226 static inline int kdb_register(kdbtab_t *cmd) { return 0; } in kdb_register()
227 static inline void kdb_unregister(kdbtab_t *cmd) {} in kdb_unregister()
/linux/samples/kdb/
H A Dkdb_hello.c31 static kdbtab_t hello_cmd = {
/linux/kernel/trace/
H A Dtrace_kdb.c140 static kdbtab_t ftdump_cmd = {