Searched refs:mib (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/lib/isc/unix/ |
H A D | meminfo.c | 20 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 D | ifiter_sysctl.c | 51 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 818 milliseconds