Searched refs:_DB_FUNC (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/ddb/
H A Dddb.h149 * _DB_FUNC(_cmd, panic, db_panic, db_cmd_table, 0, NULL)
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)
/freebsd-13-stable/sys/net/route/
H A Droute_ddb.c206 _DB_FUNC(_show, route, db_show_route_cmd, db_show_table, CS_OWN, NULL) function

Completed in 53 milliseconds