Searched refs:maxents (Results 1 – 2 of 2) sorted by relevance
138 int maxents; member143 #define strp_maxents strp_data.maxents
1653 systrace_newpolicy(struct fsystrace *fst, int maxents) in systrace_newpolicy() argument1681 maxents, (u_long)maxents * sizeof(int))); in systrace_newpolicy()1685 pol->sysent = (u_char *)malloc(maxents * sizeof(u_char), in systrace_newpolicy()1687 pol->nsysent = maxents; in systrace_newpolicy()1688 for (i = 0; i < maxents; i++) in systrace_newpolicy()