Home
last modified time | relevance | path

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

/xnu-8020.101.4/security/
H A Dmac_base.c699 mpc->mpc_runtime_flags |= MPC_RUNTIME_FLAG_REGISTERED; in mac_policy_register()
789 if ((mpc->mpc_runtime_flags & MPC_RUNTIME_FLAG_REGISTERED) == 0) { in mac_policy_unregister()
833 mpc->mpc_runtime_flags &= ~MPC_RUNTIME_FLAG_REGISTERED; in mac_policy_unregister()
H A Dmac_policy.h6378 #define MPC_RUNTIME_FLAG_REGISTERED 0x00000001 macro