The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

MODULE_DEPEND (9)
  • >> MODULE_DEPEND (9) ( FreeBSD man: Ядро )

  • BSD mandoc
     

    NAME

    
    
    MODULE_DEPEND
    
     - set kernel module dependencies
    
     
    

    SYNOPSIS

       #include <sys/param.h>
       #include <sys/module.h>
    MODULE_DEPEND (name moddepend int minversion int prefversion int maxversion);
     

    DESCRIPTION

    The MODULE_DEPEND ();
    macro sets a dependency on another kernel module with name Fa moddepend , which has registered its version with MODULE_VERSION (.);

    The MODULE_DEPEND ();
    macro provides hints to the kernel loader(8) and to the kernel linker to ensure that the named dependency is loaded prior to the existing module. It does not change or dictate the order in which modules are initialized at runtime.

    Three versions must be specified for Fa moddepend :

    Fa minversion
    The minimum version on which the current module can depend.
    Fa maxversion
    The maximum version on which the current module can depend.
    Fa prefversion
    The preferred version on which the current module can depend.

     

    EXAMPLES

    MODULE_DEPEND(foo, bar, 1, 3, 4);
    
     

    SEE ALSO

    DECLARE_MODULE9, module(9), MODULE_VERSION9  

    AUTHORS

    An -nosplit This manual page was written by An Alexander Langer Aq alex@FreeBSD.org .


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    EXAMPLES
    SEE ALSO
    AUTHORS


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру