Home
last modified time | relevance | path

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

/xnu-10002.41.9/security/
H A Dmac_base.c340 mac_policy_list.freehint = 0; in mac_policy_init()
716 for (i = mac_policy_list.freehint; i < mac_policy_list.max; i++) { in mac_policy_register()
719 mac_policy_list.freehint = ++i; in mac_policy_register()
816 if (handle < mac_policy_list.freehint && in mac_policy_unregister()
818 mac_policy_list.freehint = handle; in mac_policy_unregister()
H A Dmac_internal.h113 u_int freehint; member