Searched refs:mac_policy_ops (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/security/
H A Dmac_internal.h413 mac_internalize(offsetof(struct mac_policy_ops, mpo_ ## obj ## _label_internalize), label, instring)
416 mac_externalize(offsetof(struct mac_policy_ops, mpo_ ## obj ## _label_externalize), label, elementlist, outbuf, outbuflen)
419 mac_externalize(offsetof(struct mac_policy_ops, mpo_ ## obj ## _label_externalize_audit), label, "*", outbuf, outbuflen)
H A Dmac_policy.h6234 struct mac_policy_ops { struct
6653 struct mac_policy_ops *mpc_ops; /** operation vector */
/xnu-2422.115.4/bsd/kern/
H A Dpolicy_check.c122 # error "struct mac_policy_ops doesn't match definition in mac_policy.h"
128 * security/mac_policy.h (mac_policy_ops struct definition).
130 static struct mac_policy_ops policy_ops = {

Completed in 87 milliseconds