Searched refs:mac_ddb_command_exec (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/security/mac_ddb/ |
H A D | mac_ddb.c | 334 mac_ddb_command_exec(struct db_command *cmd, db_expr_t addr, in mac_ddb_command_exec() function 369 .mpo_ddb_command_exec = mac_ddb_command_exec,
|
/freebsd/sys/security/mac/ |
H A D | mac_kdb.c | 70 mac_ddb_command_exec(struct db_command *cmd, db_expr_t addr, in mac_ddb_command_exec() function
|
H A D | mac_framework.h | 143 int mac_ddb_command_exec(struct db_command *cmd, db_expr_t addr,
|
/freebsd/sys/ddb/ |
H A D | db_command.c | 495 if (mac_ddb_command_exec(cmd, addr, have_addr, count, modif)) { in db_command()
|