kern_module_vfs.c | 67 bool nochroot; local in function:module_load_vfs 72 nochroot = false; 82 nochroot = false; 85 error = kobj_load_vfs(&mod->mod_kobj, path, nochroot); 91 nochroot = true; 95 error = kobj_load_vfs(&mod->mod_kobj, path, nochroot); 110 error = module_load_plist_vfs(path, nochroot, &moduledict); 149 module_load_plist_vfs(const char *modpath, const bool nochroot, 184 error = vn_open(NULL, pb, (nochroot ? NOCHROOT : 0), FREAD, 0 [all...] |