The OpenNET Project / Index page

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

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

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

kvm_geterr (3)
  • >> kvm_geterr (3) ( FreeBSD man: Библиотечные вызовы )

  • BSD mandoc
     

    NAME

    
    
    kvm_geterr
    
     - get error message on kvm descriptor
    
     
    

    LIBRARY

    Lb libkvm
    
     
    

    SYNOPSIS

       #include <kvm.h>
    char * kvm_geterr (kvm_t *kd);
     

    DESCRIPTION

    This function returns a string describing the most recent error condition on the descriptor Fa kd . The results are undefined if the most recent kvm(3) library call did not produce an error. The string returned is stored in memory owned by kvm(3) so the message should be copied out and saved elsewhere if necessary.  

    SEE ALSO

    kvm(3), kvm_close3, kvm_getargv3, kvm_getenvv3, kvm_getprocs3, kvm_nlist3, kvm_open3, kvm_openfiles3, kvm_read3, kvm_write3  

    BUGS

    This routine cannot be used to access error conditions due to a failed kvm_openfiles ();
    call, since failure is indicated by returning a NULL descriptor. Therefore, errors on open are output to the special error buffer passed to kvm_openfiles (.);
    This option is not available to kvm_open (.);


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    SEE ALSO
    BUGS


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




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

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