The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    kldload
    
     - load KLD files into the kernel
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

       #include <sys/param.h>
       #include <sys/linker.h>
    int kldload (const char *file);
     

    DESCRIPTION

    The kldload ();
    system call loads a kld file into the kernel using the kernel linker.  

    RETURN VALUES

    The kldload ();
    system call returns the fileid of the kld file which was loaded into the kernel. If an error occurs, kldload ();
    will return -1 and set errno to indicate the error.  

    ERRORS

    The named file is loaded unless:

    Bq Er EPERM
    You do not have access to read the file or link it with the kernel. You should be the root user to be able to use the kld system calls.
    Bq Er EFAULT
    Bad address encountered when adding kld info into the kernel space.
    Bq Er ENOMEM
    There is no memory to load the file into the kernel.
    Bq Er ENOENT
    The file was not found.
    Bq Er ENOEXEC
    The file format of Fa file was unrecognized.
    Bq Er EEXIST
    The supplied Fa file has already been loaded.

     

    SEE ALSO

    kldfind(2), kldfirstmod(2), kldnext(2), kldstat(2), kldsym(2), kldunload(2), modfind(2), modfnext(2), modnext(2), modstat(2), kld(4), kldload(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
    Добавить, Поддержать, Вебмастеру