blob: 4652614033ea8541ca607690f35fa950d1780a77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
.\" -*- nroff -*-
.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_GET_DEVICE_GUID 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
ibv_get_device_guid \- get an RDMA device's GUID
.SH "SYNOPSIS"
.nf
.B #include <infiniband/verbs.h>
.sp
.BI "uint64_t ibv_get_device_guid(struct ibv_device " "*device" ");
.fi
.SH "DESCRIPTION"
.B ibv_get_device_name()
returns the Global Unique IDentifier (GUID) of the RDMA device
.I device\fR.
.SH "RETURN VALUE"
.B ibv_get_device_guid()
returns the GUID of the device in network byte order.
.SH "SEE ALSO"
.BR ibv_get_device_list (3),
.BR ibv_get_device_name (3),
.BR ibv_open_device (3)
.SH "AUTHORS"
.TP
Dotan Barak <dotanba@gmail.com>
|