core.sys.darwin.sys.sysctl

D header file for Darwin sys/sysctl.h

Functions 3

fnint sysctl(const int * name, uint namelen, void * oldp, size_t * oldlenp, const void * newp, size_t newlen)
fnint sysctlbyname(const char * name, void * oldp, size_t * oldlenp, const void * newp, size_t newlen)
fnint sysctlnametomib(const char * sname, int * name, size_t * namelenp)