HomeSort by: relevance | last modified time | path
    Searched refs:KERN_MAXPHYS (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/dump/
rcache.c 102 int kern_maxphys; local in function:initcache
103 int mib[2] = { CTL_KERN, KERN_MAXPHYS };
105 len = sizeof(kern_maxphys);
106 if (sysctl(mib, 2, &kern_maxphys, &len, NULL, 0) < 0) {
111 readblksize = kern_maxphys;
  /src/sys/sys/
sysctl.h 249 #define KERN_MAXPHYS 57 /* int: kernel value of MAXPHYS */
  /src/sys/kern/
init_sysctl.c 399 CTL_KERN, KERN_MAXPHYS, CTL_EOL);

Completed in 15 milliseconds