tail head cat sleep
QR code linking to this page

Manual Pages  — IBV_GET_DEVICE_NAME

NAME

ibv_get_device_name - get an RDMA device's name

CONTENTS

SYNOPSIS

#include <infiniband/verbs.h> 

const char *ibv_get_device_name(struct ibv_device *device");

DESCRIPTION

ibv_get_device_name() returns a human-readable name associated with the RDMA device device.

RETURN VALUE

ibv_get_device_name() returns a pointer to the device name, or NULL if the request fails.

SEE ALSO

ibv_get_device_list(3), ibv_get_device_guid(3), ibv_open_device(3)

AUTHORS


2006-10-31 IBV_GET_DEVICE_NAME (3) libibverbs

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

A typical Unix /bin or /usr/bin directory contains a hundred different kinds of programs, written by dozens of egotistical programmers, each with its own syntax, operating paradigm, rules of use ... strategies for specifying options, and different sets of constraints.
— The Unix Haters' handbook