Lines Matching full:module
46 There are several defined module types, listed below, which can
49 is a generic type, for which the module itself handles loading and
81 program unloads any given loaded module, if no other module is dependent
82 upon the given module.
91 .Sh "MODULE TYPES"
98 module is loaded and destroyed when it is unloaded by
106 .Bl -tag -width /usr/include/sys/module.h -compact
108 directory containing module binaries built for the kernel also
110 .It Pa /usr/include/sys/module.h
113 module
115 example source code implementing a sample kld module
147 If a module B, is dependent on another module A, but is not compiled with
148 module A as a dependency, then
150 fails to load module B, even if module A is already present in the system.
152 If multiple modules are dependent on module A, and are compiled with module
155 loads an instance of module A when any of the modules are loaded.
157 If a custom entry point is used for a module, and the module is compiled as
167 for any error encountered while loading a module.