Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/ddb/
HDdb_command.c96 static struct db_command db_show_active_cmds[] = {
102 static struct db_command db_show_all_cmds[] = {
108 static struct db_command db_show_cmds[] = {
117 static struct db_command db_cmds[] = {
173 static struct db_command *db_last_command = NULL;
204 static void db_cmd_match(char *name, struct db_command *cmd,
205 struct db_command **cmdp, int *resultp);
208 struct db_command **cmdp);
209 static void db_command(struct db_command **last_cmdp,
235 db_command_register(struct db_command_table *list, struct db_command *cmd) in db_command_register()
[all …]
HDddb.h87 struct db_command;
88 LIST_HEAD(db_command_table, db_command);
122 struct db_command { struct
135 LIST_ENTRY(db_command) next; /* next entry in the command table */ argument
146 static struct db_command db_##_table##_##_name##_cmd = { \ argument
267 struct db_command *);
269 struct db_command *);
/freebsd-14-stable/sys/security/mac/
HDmac_kdb.c61 mac_ddb_command_register(struct db_command_table *table, struct db_command *cmd) in mac_ddb_command_register()
70 mac_ddb_command_exec(struct db_command *cmd, db_expr_t addr, in mac_ddb_command_exec()
HDmac_framework.h142 struct db_command *cmd);
143 int mac_ddb_command_exec(struct db_command *cmd, db_expr_t addr,
HDmac_policy.h75 struct db_command;
181 struct db_command *cmd);
182 typedef int (*mpo_ddb_command_exec_t)(struct db_command *cmd,
/freebsd-14-stable/sys/security/mac_ddb/
HDmac_ddb.c214 command_match(struct db_command *cmd, struct cmd_list_item item) in command_match()
235 struct db_command *cmd, *prev; in mac_ddb_init()
299 struct db_command *cmd) in mac_ddb_command_register()
334 mac_ddb_command_exec(struct db_command *cmd, db_expr_t addr, in mac_ddb_command_exec()
/freebsd-14-stable/sys/security/mac_stub/
HDmac_stub.c334 stub_ddb_command_exec(struct db_command *cmd, db_expr_t addr, bool have_addr, in stub_ddb_command_exec()
343 struct db_command *cmd) in stub_ddb_command_register()
/freebsd-14-stable/sys/security/mac_test/
HDmac_test.c482 test_ddb_command_exec(struct db_command *cmd, db_expr_t addr, bool have_addr, in test_ddb_command_exec()
494 struct db_command *cmd) in test_ddb_command_register()
/freebsd-14-stable/sys/conf/
HDfiles721 ddb/db_command.c optional ddb