Searched refs:mibname (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Dunix.c161 const char **mibname; local
164 for (mibname = mibnames; *mibname; mibname++) {
167 if (sysctlnametomib(*mibname, mib,
169 err(1, "sysctlnametomib: %s", *mibname);
H A Dinet.c233 char *mibname = NULL; local
238 if (asprintf(&mibname, "net.inet%s.%s.pcblist", name + 3, name) == -1)
242 if (sysctlnametomib(mibname, mib, &namelen) == -1)
243 err(1, "sysctlnametomib: %s", mibname);
245 free(mibname);
/netbsd-6-1-5-RELEASE/sbin/swapctl/
H A Dswapctl.c538 static const char mibname[] = "hw.disknames"; local
541 if (sysctlbyname(mibname, NULL, &ressize, NULL, 0))
545 if (sysctlbyname(mibname, disknames, &ressize, NULL, 0) == 0) {

Completed in 173 milliseconds