Searched refs:mpc (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_internal.h100 struct mac_policy_conf *mpc; member in struct:mac_policy_list_element
309 struct mac_policy_conf *mpc; \
314 mpc = mac_policy_list.entries[i].mpc; \
315 if (mpc == NULL) \
318 if (mpc->mpc_ops->mpo_ ## check != NULL) \
320 mpc->mpc_ops->mpo_ ## check (args), \
325 mpc = mac_policy_list.entries[i].mpc; \
326 if (mpc
[all...]
H A Dmac_audit.c242 struct mac_policy_conf *mpc; local
248 mpc = mac_policy_list.entries[i].mpc;
249 if (mpc == NULL)
252 if (mpc->mpc_ops->mpo_audit_check_preselect != NULL) {
253 error = mpc->mpc_ops->mpo_audit_check_preselect(cred,
260 mpc = mac_policy_list.entries[i].mpc;
261 if (mpc == NULL)
264 if (mpc
280 struct mac_policy_conf *mpc; local
[all...]
H A Dmac_data.c62 struct mac_policy_conf *mpc; local
65 if ((mpc = mac_get_mpc(handle)) != NULL)
66 error = mac_find_module_data(mpc->mpc_data, key, valp, sizep);
H A Dmac_base.c542 struct mac_policy_conf *mpc; local
563 mpc = mac_get_mpc(i);
564 if ((mpc != NULL) && (mpc->mpc_ops->mpo_policy_initbsd != NULL))
565 (*(mpc->mpc_ops->mpo_policy_initbsd))(mpc);
583 struct mac_policy_conf *mpc; local
587 mpc = mac_get_mpc(handle);
589 if (mpc->mpc_labelnames == NULL)
592 if (mpc
684 struct mac_policy_conf *mpc; local
783 mac_policy_register(struct mac_policy_conf *mpc, mac_policy_handle_t *handlep, void *xd) argument
942 struct mac_policy_conf *mpc; local
1104 struct mac_policy_conf *mpc; local
1214 struct mac_policy_conf *mpc; local
2021 struct mac_policy_conf *mpc; local
[all...]
H A Dmac_policy.h2163 @param mpc MAC policy configuration
2178 struct mac_policy_conf *mpc
2182 @param mpc MAC policy configuration
2202 struct mac_policy_conf *mpc
2206 @param mpc MAC policy configuration
2224 struct mac_policy_conf *mpc
6101 int mac_policy_register(struct mac_policy_conf *mpc,
6251 #define mac_get_mpc(h) (mac_policy_list.entries[h].mpc)

Completed in 28 milliseconds