Home
last modified time | relevance | path

Searched defs:_kdbtab (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dkdb.h70 typedef struct _kdbtab { struct
71 char *name; /* Command name */
72 kdb_func_t func; /* Function to execute command */
73 char *usage; /* Usage String for this command */
74 char *help; /* Help message for this command */
75 short minlen; /* Minimum legal # cmd chars required */
76 kdb_cmdflags_t flags; /* Command behaviour flags */
77 struct list_head list_node; /* Command list */