.\" Automatically generated by Pandoc 2.18
.\"
.\" Define V font for inline verbatim, using C font in formats
.\" that render this, and otherwise B font.
.ie "\f[CB]x\f[]"x" \{\
. ftr V B
. ftr VI BI
. ftr VB B
. ftr VBI BI
.\}
.el \{\
. ftr V CR
. ftr VI CI
. ftr VB CB
. ftr VBI CBI
.\}
.TH "IBV_GET_DEVICE_NAME" "3" "2006-10-31" "libibverbs" "Libibverbs Programmer\[cq]s Manual"
.hy
.SH NAME
.PP
ibv_get_device_name - get an RDMA device\[cq]s name
.SH SYNOPSIS
.IP
.nf
\f[C]
#include <infiniband/verbs.h>

const char *ibv_get_device_name(struct ibv_device *device);
\f[R]
.fi
.SH DESCRIPTION
.PP
\f[B]ibv_get_device_name()\f[R] returns a human-readable name associated
with the RDMA device \f[I]device\f[R].
.SH RETURN VALUE
.PP
\f[B]ibv_get_device_name()\f[R] returns a pointer to the device name, or
NULL if the request fails.
.SH SEE ALSO
.PP
\f[B]ibv_get_device_guid\f[R](3), \f[B]ibv_get_device_list\f[R](3),
\f[B]ibv_open_device\f[R](3)
.SH AUTHOR
.PP
Dotan Barak <dotanba@gmail.com>
