Home
last modified time | relevance | path

Searched refs:SYSCTL_DEFSIZE (Results 1 – 3 of 3) sorted by relevance

/netbsd/lib/libc/gen/
H A Dsysctlgetmibinfo.c292 sz = SYSCTL_DEFSIZE * sizeof(struct sysctlnode); in __learn_tree()
/netbsd/sys/kern/
H A Dkern_sysctl.c2675 n = malloc(SYSCTL_DEFSIZE * sizeof(struct sysctlnode), in sysctl_alloc()
2684 memset(n, 0, SYSCTL_DEFSIZE * sizeof(struct sysctlnode)); in sysctl_alloc()
2685 p->sysctl_csize = SYSCTL_DEFSIZE; in sysctl_alloc()
/netbsd/sys/sys/
H A Dsysctl.h79 #define SYSCTL_DEFSIZE 8 /* initial size of a child set */ macro