Home
last modified time | relevance | path

Searched refs:mpc_runtime_flags (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/security/mac/
H A Dmac_framework.c566 mpc->mpc_runtime_flags |= MPC_RUNTIME_FLAG_REGISTERED; in mac_policy_register()
609 if ((mpc->mpc_runtime_flags & MPC_RUNTIME_FLAG_REGISTERED) == 0) { in mac_policy_unregister()
637 mpc->mpc_runtime_flags &= ~MPC_RUNTIME_FLAG_REGISTERED; in mac_policy_unregister()
681 if ((mpc->mpc_runtime_flags & MPC_RUNTIME_FLAG_REGISTERED) in mac_policy_modevent()
H A Dmac_policy.h1015 int mpc_runtime_flags; /* flags */ member