Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/
Dsystrace.h138 int maxents; member
143 #define strp_maxents strp_data.maxents
Dsystrace.c1653 systrace_newpolicy(struct fsystrace *fst, int maxents) in systrace_newpolicy() argument
1681 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()