Query: module_init
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MODULE_INIT(9) Driver Basics MODULE_INIT(9)NAMEmodule_init - driver initialization entry pointSYNOPSISmodule_init(x);ARGUMENTSx function to be run at kernel boot time or module insertionDESCRIPTIONmodule_init will either be called during do_initcalls (if builtin) or at module insertion time (if a module). There can only be one per module.COPYRIGHTKernel Hackers Manual 3.10 June 2014 MODULE_INIT(9)
Related Man Pages |
---|
module_autoload(9) - netbsd |
module_init(9) - netbsd |
module_load_vfs_init(9) - netbsd |
module_rele(9) - netbsd |
usb_template(4) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Mandriva: [ MDVA-2009:044 ] module-init-tools |