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

  /src/sys/sys/
kobj.h 42 int kobj_load_vfs(kobj_t *, const char *, const bool);
  /src/sys/kern/
subr_kobj_vfs.c 146 * kobj_load_vfs:
151 kobj_load_vfs(kobj_t *kop, const char *path, const bool nochroot) function in typeref:typename:int
192 kobj_load_vfs(kobj_t *kop, const char *path, const bool nochroot) function in typeref:typename:int
kern_module_vfs.c 85 error = kobj_load_vfs(&mod->mod_kobj, path, nochroot);
95 error = kobj_load_vfs(&mod->mod_kobj, path, nochroot);

Completed in 14 milliseconds