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

  /src/tests/modules/k_helper/
k_helper.c 164 prop_int_load = module_load(recurse_name,
  /src/sys/sys/
module.h 189 int module_load(const char *, int, prop_dictionary_t, modclass_t);
  /src/sys/arch/sandpoint/stand/altboot/
main.c 99 void module_load(const char *);
379 module_load(bname);
499 module_load(const char *kernel_path) function in typeref:typename:void
  /src/sys/kern/
sys_module.c 99 error = module_load(path, ml_flags, dict, MODULE_CLASS_ANY);
kern_module.c 284 * initialized, module_init_class() or module_load() can be used
685 * module_load:
690 module_load(const char *filename, int flags, prop_dictionary_t props, function in typeref:typename:int
  /src/share/man/man9/
Makefile 566 module.9 module_load.9 \

Completed in 16 milliseconds