Home
last modified time | relevance | path

Searched refs:mac_ddb_command_exec (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/security/mac_ddb/
H A Dmac_ddb.c334 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 Dmac_kdb.c70 mac_ddb_command_exec(struct db_command *cmd, db_expr_t addr, in mac_ddb_command_exec() function
H A Dmac_framework.h143 int mac_ddb_command_exec(struct db_command *cmd, db_expr_t addr,
/freebsd/sys/ddb/
H A Ddb_command.c495 if (mac_ddb_command_exec(cmd, addr, have_addr, count, modif)) { in db_command()