Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_command.c92 static struct command db_show_all_cmds[] = { variable
214 for (i = 0; i < N(db_show_all_cmds); i++) in db_command_init()
215 db_command_register(&db_show_all_table, &db_show_all_cmds[i]); in db_command_init()