Searched refs:CTL_MAXNAME (Results 1 – 2 of 2) sorted by relevance
31 #define CTL_MAXNAME 10 /* how many path components do we allow in a macro
1404 int name[CTL_MAXNAME]; in do_sysctl()1408 if (nlen < 0 || nlen > CTL_MAXNAME) in do_sysctl()