Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Dddb.h100 extern struct command_table db_show_table;
172 _DB_FUNC(_show, cmd_name, func_name, db_show_table, 0, NULL)
174 _DB_SET(_show, alias_name, func_name, db_show_table, 0, NULL)
H A Ddb_command.c105 struct command_table db_show_table = LIST_HEAD_INITIALIZER(db_show_table); variable
141 { "show", 0, 0, &db_show_table },
210 db_command_register(&db_show_table, &db_show_cmds[i]); in db_command_init()
/f-stack/freebsd/net/route/
H A Droute_ddb.c206 _DB_FUNC(_show, route, db_show_route_cmd, db_show_table, CS_OWN, NULL) in _DB_FUNC() argument
/f-stack/freebsd/x86/iommu/
H A Dintel_drv.c1164 DB_FUNC(dmar_domain, db_dmar_print_domain, db_show_table, CS_OWN, NULL) in DB_FUNC() argument