Lines Matching +full:cmd +full:- +full:db
1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
102 * - cmd: Top-level command table; a list of these is displayed
104 * - show: Sub-commands of 'show'
105 * - show_all: Sub-commands of 'show all'
106 * - show_active: Sub-commands of 'show active'
108 DB_DECLARE_TABLE(cmd);
126 #define CS_OWN 0x1 /* non-standard syntax */
154 db##_table##_##_name##_add(void *arg __unused) \
160 db##_table##_##_name##_add, NULL); \
163 db##_table##_##_name##_del(void *arg __unused) \
169 db##_table##_##_name##_del, NULL)
198 DB_TABLE_COMMAND_FLAGS(cmd, cmd_name, func_name, flags)
202 DB_TABLE_ALIAS_FLAGS(cmd, alias_name, func_name, flags)
251 /* machine-dependent */