Searched refs:db_command (Results 1 – 9 of 9) sorted by relevance
| /src/sys/ddb/ |
| H A D | db_command.c | 95 static struct db_command db_show_active_cmds[] = { 101 static struct db_command db_show_all_cmds[] = { 107 static struct db_command db_show_cmds[] = { 116 static struct db_command db_cmds[] = { 177 static struct db_command *db_last_command = NULL; 208 static void db_cmd_match(char *name, struct db_command *cmd, 209 struct db_command **cmdp, int *resultp); 212 struct db_command **cmdp); 213 static void db_command(struct db_command **last_cmdp, 239 db_command_register(struct db_command_table *list, struct db_command *cmd) in db_command_register() [all …]
|
| H A D | ddb.h | 87 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 *);
|
| /src/sys/security/mac/ |
| H A D | mac_kdb.c | 61 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()
|
| H A D | mac_policy.h | 75 struct db_command; 183 struct db_command *cmd); 184 typedef int (*mpo_ddb_command_exec_t)(struct db_command *cmd,
|
| H A D | mac_framework.h | 144 struct db_command *cmd); 145 int mac_ddb_command_exec(struct db_command *cmd, db_expr_t addr,
|
| /src/sys/security/mac_ddb/ |
| H A D | mac_ddb.c | 214 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()
|
| /src/sys/security/mac_stub/ |
| H A D | mac_stub.c | 335 stub_ddb_command_exec(struct db_command *cmd, db_expr_t addr, bool have_addr, in stub_ddb_command_exec() 344 struct db_command *cmd) in stub_ddb_command_register()
|
| /src/sys/security/mac_test/ |
| H A D | mac_test.c | 484 test_ddb_command_exec(struct db_command *cmd, db_expr_t addr, bool have_addr, in test_ddb_command_exec() 496 struct db_command *cmd) in test_ddb_command_register()
|
| /src/sys/conf/ |
| H A D | files | 708 ddb/db_command.c optional ddb
|