Searched refs:kobj_load_vfs (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/kern/ |
H A D | subr_kobj_vfs.c | 151 kobj_load_vfs(kobj_t *kop, const char *path, const bool nochroot) in kobj_load_vfs() function 192 kobj_load_vfs(kobj_t *kop, const char *path, const bool nochroot) in kobj_load_vfs() function
|
H A D | kern_module_vfs.c | 85 error = kobj_load_vfs(&mod->mod_kobj, path, nochroot); in module_load_vfs() 95 error = kobj_load_vfs(&mod->mod_kobj, path, nochroot); in module_load_vfs()
|
/netbsd-src/sys/sys/ |
H A D | kobj.h | 42 int kobj_load_vfs(kobj_t *, const char *, const bool);
|