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

/freebsd-11-stable/sys/ddb/
H A Ddb_command.c82 static struct command db_show_all_cmds[] = { variable in typeref:struct:command
198 for (i = 0; i < N(db_show_all_cmds); i++)
199 db_command_register(&db_show_all_table, &db_show_all_cmds[i]);

Completed in 103 milliseconds