The OpenNET Project / Index page

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

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

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

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

    NAME

    HBA_GetNumberOfAdapters - report the number of HBAs known to the Common Library
     
    

    SYNOPSIS

    cc [ flag... ] file... -lHBAAPI [ library... ]
    #include <hbaapi.h>
    
    HBA_UINT32 HBA_GetNumberOfAdapters(void);
    

     

    DESCRIPTION

    The HBA_GetNumberOfAdapters() function report the number of HBAs known to the Common Library. This number is the sum of the number of HBAs reported by each VSL loaded by the Common Library.  

    RETURN VALUES

    The HBA_GetNumberOfAdapters() function returns the number of adapters known to the Common Library will be returned.  

    EXAMPLES

    Example 1 Using HBA_GetNumberOfAdapters()

    numberOfAdapters = HBA_GetNumberOfAdapters();
    for (hbaCount = 0; hbaCount < numberOfAdapters; hbaCount++) {
       /* ... */
    }
    

     

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard: FC-MI 1.92 (API version 1)


    MT-Level

     

    SEE ALSO

    libhbaapi(3LIB), attributes(5)

    T11 FC-MI Specification


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    EXAMPLES
    ATTRIBUTES
    SEE ALSO


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




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

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