Home
last modified time | relevance | path

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

/src/sys/ddb/
H A Ddb_command.c116 static struct db_command db_cmds[] = { variable
224 for (i = 0; i < nitems(db_cmds); i++) in db_command_init()
225 db_command_register(&db_cmd_table, &db_cmds[i]); in db_command_init()