]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ofed/libibverbs/man/ibv_get_device_guid.3
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ofed / libibverbs / man / ibv_get_device_guid.3
1 .\" -*- nroff -*-
2 .\"
3 .TH IBV_GET_DEVICE_GUID 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
4 .SH "NAME"
5 ibv_get_device_guid \- get an RDMA device's GUID
6 .SH "SYNOPSIS"
7 .nf
8 .B #include <infiniband/verbs.h>
9 .sp
10 .BI "uint64_t ibv_get_device_guid(struct ibv_device " "*device" ");
11 .fi
12 .SH "DESCRIPTION"
13 .B ibv_get_device_name()
14 returns the Global Unique IDentifier (GUID) of the RDMA device
15 .I device\fR.
16 .SH "RETURN VALUE"
17 .B ibv_get_device_guid()
18 returns the GUID of the device in network byte order.
19 .SH "SEE ALSO"
20 .BR ibv_get_device_list (3),
21 .BR ibv_get_device_name (3),
22 .BR ibv_open_device (3)
23 .SH "AUTHORS"
24 .TP
25 Dotan Barak <dotanb@mellanox.co.il>