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

/macosx-10.9.5/xnu-2422.115.4/security/
H A Dmac_internal.h113 u_int freehint; member in struct:mac_policy_list
H A Dmac_base.c491 mac_policy_list.freehint = 0;
869 for (i = mac_policy_list.freehint; i < mac_policy_list.max; i++) {
872 mac_policy_list.freehint = ++i;
965 if (handle < mac_policy_list.freehint &&
967 mac_policy_list.freehint = handle;

Completed in 79 milliseconds