_DB_TABLE_NAME
db_command_register(&_DB_TABLE_NAME(_table), \
db_command_unregister(&_DB_TABLE_NAME(_table), \
struct db_command_table _DB_TABLE_NAME(table) = \
LIST_HEAD_INITIALIZER(_DB_TABLE_NAME(table)); \
_DB_SET(parent, name, NULL, 0, &_DB_TABLE_NAME(table))
extern struct db_command_table _DB_TABLE_NAME(table)