Home
last modified time | relevance | path

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

/xnu-11215.81.4/security/
H A Dmac_base.c700 mpc->mpc_runtime_flags |= MPC_RUNTIME_FLAG_REGISTERED; in mac_policy_register()
790 if ((mpc->mpc_runtime_flags & MPC_RUNTIME_FLAG_REGISTERED) == 0) { in mac_policy_unregister()
834 mpc->mpc_runtime_flags &= ~MPC_RUNTIME_FLAG_REGISTERED; in mac_policy_unregister()
H A Dmac_policy.h6434 #define MPC_RUNTIME_FLAG_REGISTERED 0x00000001 macro