Lines Matching +full:system +full:- +full:on +full:- +full:module
1 .\" -*- nroff -*-
24 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
34 .Nd kernel module declaration macro
44 macro declares a generic kernel module.
45 It is used to register the module with the system, using the
57 A module declared with
62 is identical to that on which it was built.
63 This declaration should be used by modules which depend on interfaces beyond
64 the stable kernel KBI (such as ABI emulators or hypervisors that rely on
74 .Bl -tag -width indent
76 The module name, which will be used in the
78 call to identify the module.
83 module name, which will be used in the
96 and specify the type of system startup interfaces.
117 .Xr module 9 ,
123 .An -nosplit