Searched refs:_DB_FUNC (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/ddb/ |
| H A D | ddb.h | 157 #define _DB_FUNC(_suffix, _name, _func, list, _flag, _more) \ macro 165 _DB_FUNC(_cmd, _name, _func, list, _flag, _more) 168 _DB_FUNC(_cmd, cmd_name, func_name, db_cmd_table, 0, NULL) 172 _DB_FUNC(_show, cmd_name, func_name, db_show_table, 0, NULL) 176 _DB_FUNC(_show_all, cmd_name, func_name, db_show_all_table, 0, NULL)
|
| /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() function
|