The OpenNET Project / Index page

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

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

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

kldunload (2)
  • >> kldunload (2) ( FreeBSD man: Системные вызовы )
  • kldunload (8) ( FreeBSD man: Команды системного администрирования )

  • BSD mandoc
     

    NAME

    
    
    kldunload
    
    kldunloadf
    
     - unload kld files
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

       #include <sys/param.h>
       #include <sys/linker.h>
    int kldunload (int fileid);
    int kldunload (int fileid int flags);
     

    DESCRIPTION

    The kldunload ();
    system call unloads a kld file from the kernel that was previously linked via kldload(2).

    The kldunloadf ();
    system call accepts an additional flags argument, which may be one of LINKER_UNLOAD_NORMAL giving the same behavior as kldunload (,);
    or LINKER_UNLOAD_FORCE which causes the unload to ignore a failure to quiesce the module.  

    RETURN VALUES

    Rv -std  

    ERRORS

    The file referred to by Fa fileid is unloaded unless:

    Bq Er EPERM
    You do not have access to unlink the file from the kernel.
    Bq Er ENOENT
    The file was not found.
    Bq Er EBUSY
    You attempted to unload a file linked by the kernel.

     

    SEE ALSO

    kldfind(2), kldfirstmod(2), kldload(2), kldnext(2), kldstat(2), kldsym(2), modfind(2), modfnext(2), modnext(2), modstat(2), kld(4), kldunload(8)  

    HISTORY

    The kld interface first appeared in Fx 3.0 .


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    SEE ALSO
    HISTORY


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




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

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