OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nochroot
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
kern_module_vfs.c
70
bool
nochroot
;
local
75
nochroot
= false;
85
nochroot
= false;
88
error = kobj_load_vfs(&mod->mod_kobj, path,
nochroot
);
94
nochroot
= true;
98
error = kobj_load_vfs(&mod->mod_kobj, path,
nochroot
);
113
error = module_load_plist_vfs(path,
nochroot
, &moduledict);
152
module_load_plist_vfs(const char *modpath, const bool
nochroot
,
187
error = vn_open(NULL, pb, (
nochroot
?
NOCHROOT
: 0), FREAD, 0
[
all
...]
subr_kobj_vfs.c
152
kobj_load_vfs(kobj_t *kop, const char *path, const bool
nochroot
)
170
error = vn_open(NULL, pb, (
nochroot
?
NOCHROOT
: 0), FREAD, 0,
193
kobj_load_vfs(kobj_t *kop, const char *path, const bool
nochroot
)
Completed in 18 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026