OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kern_maxphys
(Results
1 - 1
of
1
) 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
;
Completed in 74 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025