Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/top/
Dmachine.c249 static int bcstats_mib[] = {CTL_VFS, VFS_GENERIC, VFS_BCACHESTAT}; in get_system_info() local
286 if (sysctl(bcstats_mib, 3, &bcstats, &size, NULL, 0) == -1) { in get_system_info()