Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   umad_get_cas_names    ( 3 )

получить список доступных имен устройств InfiniBand (get list of available InfiniBand device names)

Имя (Name)

umad_get_cas_names - get list of available InfiniBand device names


Синопсис (Synopsis)

#include <infiniband/umad.h>

int umad_get_cas_names(char cas[][UMAD_CA_NAME_LEN], int max);


Описание (Description)

umad_get_cas_names() fills the cas array with up to max local IB devices (CAs) names. The argument cas is a character array with max entries, each with UMAD_CA_NAME_LEN characters.


Возвращаемое значение (Return value)

umad_get_cas_names() returns a non-negative value equal to the number of entries filled, or -1 on errors.


Смотри также (See also)

umad_get_ca_portguids(3), umad_open_port(3)