Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_command.c107 static struct command db_cmds[] = { variable
207 for (i = 0; i < N(db_cmds); i++) in db_command_init()
208 db_command_register(&db_cmd_table, &db_cmds[i]); in db_command_init()