Blob Blame History Raw
.\" Automatically generated by Pandoc 1.19.2.4
.\"
.TH "IBV_GET_DEVICE_GUID" "3" "2006\-10\-31" "libibverbs" "Libibverbs Programmer\[aq]s Manual"
.hy
.SH NAME
.PP
ibv_get_device_guid \- get an RDMA device\[aq]s GUID
.SH SYNOPSIS
.IP
.nf
\f[C]
#include\ <infiniband/verbs.h>

uint64_t\ ibv_get_device_guid(struct\ ibv_device\ *device);
\f[]
.fi
.SH DESCRIPTION
.PP
\f[B]ibv_get_device_name()\f[] returns the Global Unique IDentifier
(GUID) of the RDMA device \f[I]device\f[].
.SH RETURN VALUE
.PP
\f[B]ibv_get_device_guid()\f[] returns the GUID of the device in network
byte order.
.SH SEE ALSO
.PP
\f[B]ibv_get_device_list\f[](3), \f[B]ibv_get_device_name\f[](3),
\f[B]ibv_open_device\f[](3)
.SH AUTHOR
.PP
Dotan Barak <dotanba@gmail.com>