Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/ddb/
HDdb_command.c115 static struct db_command db_cmds[] = { variable
218 for (i = 0; i < nitems(db_cmds); i++) in db_command_init()
219 db_command_register(&db_cmd_table, &db_cmds[i]); in db_command_init()