Home
last modified time | relevance | path

Searched refs:nmib (Results 1 – 2 of 2) sorted by relevance

/openbsd/distrib/special/sysctl/
H A Dsysctl.c41 int nmib; member
80 if (sysctl(v->mib, v->nmib, &n, &len, NULL, 0) != -1) { in pint()
95 if (sysctl(v->mib, v->nmib, NULL, &len, NULL, 0) != -1) in pstring()
97 if (sysctl(v->mib, v->nmib, p, &len, NULL, 0) != -1) { in pstring()
/openbsd/usr.bin/systat/
H A Dpool.c809 sysctl_rdint(const int *mib, unsigned int nmib) in sysctl_rdint() argument
814 if (sysctl(mib, nmib, &i, &size, NULL, 0) == -1) in sysctl_rdint()