Home
last modified time | relevance | path

Searched refs:KERN_MAXPARTITIONS (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libutil/
H A Dgetmaxpartitions.c42 const int mib[2] = { CTL_KERN, KERN_MAXPARTITIONS }; in getmaxpartitions()
/openbsd/sys/sys/
H A Dsysctl.h127 #define KERN_MAXPARTITIONS 23 /* int: number of partitions/disk */ macro
/openbsd/sys/kern/
H A Dkern_pledge.c928 mib[1] == KERN_MAXPARTITIONS) in pledge_sysctl()
H A Dkern_sysctl.c310 {KERN_MAXPARTITIONS, &maxpartitions, SYSCTL_INT_READONLY},