Searched defs:mib (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/unix/
H A Dmeminfo.c20 int mib[2]; local
21 mib[0] = CTL_HW;
23 mib[1] = HW_MEMSIZE;
25 mib[1] = HW_PHYSMEM64;
29 if (sysctl(mib, 2, &size, &len, NULL, 0) == 0)
H A Difiter_sysctl.c51 static int mib[6] = { variable
83 if (sysctl(mib, 6, NULL, &bufsize, NULL, (size_t) 0) < 0) {
104 if (sysctl(mib, 6, iter->buf, &bufused, NULL, (size_t) 0) < 0) {

Completed in 9 milliseconds