Symbol: db_command
sys/ddb/db_command.c
101
static struct db_command db_show_all_cmds[] = {
sys/ddb/db_command.c
107
static struct db_command db_show_cmds[] = {
sys/ddb/db_command.c
116
static struct db_command db_cmds[] = {
sys/ddb/db_command.c
177
static struct db_command *db_last_command = NULL;
sys/ddb/db_command.c
208
static void db_cmd_match(char *name, struct db_command *cmd,
sys/ddb/db_command.c
209
struct db_command **cmdp, int *resultp);
sys/ddb/db_command.c
212
struct db_command **cmdp);
sys/ddb/db_command.c
213
static void db_command(struct db_command **last_cmdp,
sys/ddb/db_command.c
239
db_command_register(struct db_command_table *list, struct db_command *cmd)
sys/ddb/db_command.c
241
struct db_command *c, *last;
sys/ddb/db_command.c
277
db_command_unregister(struct db_command_table *list, struct db_command *cmd)
sys/ddb/db_command.c
279
struct db_command *c;
sys/ddb/db_command.c
294
db_cmd_match(char *name, struct db_command *cmd, struct db_command **cmdp,
sys/ddb/db_command.c
331
struct db_command **cmdp)
sys/ddb/db_command.c
333
struct db_command *cmd;
sys/ddb/db_command.c
354
struct db_command *cmd;
sys/ddb/db_command.c
378
db_command(struct db_command **last_cmdp, struct db_command_table *cmd_table,
sys/ddb/db_command.c
382
struct db_command *cmd = NULL;
sys/ddb/db_command.c
555
db_command(&db_last_command, &db_cmd_table, /* dopager */ true);
sys/ddb/db_command.c
573
db_command(&db_last_command, &db_cmd_table, /* dopager */ false);
sys/ddb/db_command.c
95
static struct db_command db_show_active_cmds[] = {
sys/ddb/ddb.h
135
LIST_ENTRY(db_command) next; /* next entry in the command table */
sys/ddb/ddb.h
146
static struct db_command db_##_table##_##_name##_cmd = { \
sys/ddb/ddb.h
267
struct db_command *);
sys/ddb/ddb.h
269
struct db_command *);
sys/ddb/ddb.h
87
struct db_command;
sys/ddb/ddb.h
88
LIST_HEAD(db_command_table, db_command);
sys/security/mac/mac_framework.h
144
struct db_command *cmd);
sys/security/mac/mac_framework.h
145
int mac_ddb_command_exec(struct db_command *cmd, db_expr_t addr,
sys/security/mac/mac_kdb.c
61
mac_ddb_command_register(struct db_command_table *table, struct db_command *cmd)
sys/security/mac/mac_kdb.c
70
mac_ddb_command_exec(struct db_command *cmd, db_expr_t addr,
sys/security/mac/mac_policy.h
183
struct db_command *cmd);
sys/security/mac/mac_policy.h
184
typedef int (*mpo_ddb_command_exec_t)(struct db_command *cmd,
sys/security/mac/mac_policy.h
75
struct db_command;
sys/security/mac_ddb/mac_ddb.c
214
command_match(struct db_command *cmd, struct cmd_list_item item)
sys/security/mac_ddb/mac_ddb.c
235
struct db_command *cmd, *prev;
sys/security/mac_ddb/mac_ddb.c
299
struct db_command *cmd)
sys/security/mac_ddb/mac_ddb.c
334
mac_ddb_command_exec(struct db_command *cmd, db_expr_t addr,
sys/security/mac_stub/mac_stub.c
335
stub_ddb_command_exec(struct db_command *cmd, db_expr_t addr, bool have_addr,
sys/security/mac_stub/mac_stub.c
344
struct db_command *cmd)
sys/security/mac_test/mac_test.c
484
test_ddb_command_exec(struct db_command *cmd, db_expr_t addr, bool have_addr,
sys/security/mac_test/mac_test.c
496
struct db_command *cmd)