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

/freebsd-11-stable/sys/ddb/
H A Ddb_command.c88 static struct command db_show_cmds[] = { variable in typeref:struct:command
196 for (i = 0; i < N(db_show_cmds); i++)
197 db_command_register(&db_show_table, &db_show_cmds[i]);

Completed in 100 milliseconds