Home
last modified time | relevance | path

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

/netbsd-src/sbin/dump/
H A Drcache.c102 int kern_maxphys; in initcache() local
105 len = sizeof(kern_maxphys); in initcache()
106 if (sysctl(mib, 2, &kern_maxphys, &len, NULL, 0) < 0) { in initcache()
111 readblksize = kern_maxphys; in initcache()