Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/ddb/
HDddb.h90 #define _DB_TABLE_NAME(table) db_##table##_table macro
93 struct db_command_table _DB_TABLE_NAME(table) = \
94 LIST_HEAD_INITIALIZER(_DB_TABLE_NAME(table)); \
95 _DB_SET(parent, name, NULL, 0, &_DB_TABLE_NAME(table))
98 extern struct db_command_table _DB_TABLE_NAME(table)
156 db_command_register(&_DB_TABLE_NAME(_table), \
165 db_command_unregister(&_DB_TABLE_NAME(_table), \