SYSINIT(9) FreeBSD Kernel Developer's Manual SYSINIT(9) NAME SYSINIT, SYSUNINIT - Callback sort and dispatch framework SYNOPSIS #include #include SYSINIT(uniquifier, subsystem, order, func, ident); SYSUNINIT(uniquifier, subsystem, order, func, ident); DESCRIPTION SYSINIT is a mechanism which is used in the dynamic initialization of the kernel. It allows reordering of subsystems and to seperately compile, link and initialize kernel modules (KLDs). RETURN VALUES Behaviour is undefined if invalid arguments are passed to the above rou- tines. FILES /sys/sys/kernel.h Main header file. /sys/kern/init_main.c Implementation. SEE ALSO DECLARE_MODULE(9), DEV_MODULE(9), DRIVER_MODULE(9), SYSCALL_MODULE(9) AUTHORS The SYSINIT framework was written by Terrence Lambert. This man page was written by Hiten Pandya. FreeBSD 4.8 2003 21, 3 FreeBSD 4.8