Lines Matching refs:module
67 This is the README file for the sample kld module
70 A kld module may be used to load any data or
73 the kernel that the module should be used instead of the
76 Generally, it is assumed that a loadable module is one of
81 This is not enforced, so you may use the kld module
85 allow the module loader to replace an *existing* entry to
105 To test the module, do the following:
107 cd module
122 The module consumes memory when loaded; it can be freed up by
126 cd module
129 The miscellaneous module will be unloaded by name.