Searched refs:db_show_table (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/ddb/ |
| H A D | ddb.h | 100 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 D | db_command.c | 105 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 D | route_ddb.c | 206 _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 D | intel_drv.c | 1164 DB_FUNC(dmar_domain, db_dmar_print_domain, db_show_table, CS_OWN, NULL) in DB_FUNC() argument
|