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

  /src/sys/kern/
kern_module_vfs.c 61 module_load_vfs_vec = module_load_vfs;
kern_module.c 118 int (*module_load_vfs_vec)(const char *, int, bool, module_t *, variable
1225 error = module_load_vfs_vec(name, flags, autoload, mod,
1237 module_error("module_load_vfs_vec() failed "
1241 module_print("module_load_vfs_vec() failed "
  /src/sys/sys/
module.h 214 int (*module_load_vfs_vec)(const char *, int, bool, module_t *,

Completed in 18 milliseconds