Home
last modified time | relevance | path

Searched refs:mpo_policy_init (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.81.4/bsd/kern/
H A Dpolicy_check.c265 .mpo_policy_init = hook_policy_init,
/xnu-11215.81.4/security/
H A Dmac_base.c748 if (mpc->mpc_ops->mpo_policy_init != NULL) { in mac_policy_register()
749 (*(mpc->mpc_ops->mpo_policy_init))(mpc); in mac_policy_register()
H A Dmac_policy.h5977 mpo_policy_init_t *mpo_policy_init; member