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

/freebsd-11-stable/sys/ddb/
H A Ddb_command.c96 static struct command db_cmds[] = { variable in typeref:struct:command
194 for (i = 0; i < N(db_cmds); i++)
195 db_command_register(&db_cmd_table, &db_cmds[i]);

Completed in 105 milliseconds