Lines Matching +full:120 +full:- +full:db
1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
54 #define DB_MAXLINE 120
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'
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)
251 /* machine-dependent */