.\" Automatically generated by Pandoc 3.8.2.1
.\"
.TH "IBV_GET_DEVICE_GUID" "3" "2006\-10\-31" "libibverbs" "Libibverbs Programmer\(cqs Manual"
.SH NAME
ibv_get_device_guid \- get an RDMA device\(cqs GUID
.SH SYNOPSIS
.IP
.EX
#include \f[B]<infiniband/verbs.h>\f[R]

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