]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ofed/libibverbs/man/ibv_get_device_name.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_name.3
1 .\" -*- nroff -*-
2 .\"
3 .TH IBV_GET_DEVICE_NAME 3  2006-10-31 libibverbs "Libibverbs Programmer's Manual"
4 .SH "NAME"
5 ibv_get_device_name \- get an RDMA device's name
6 .SH "SYNOPSIS"
7 .nf
8 .B #include <infiniband/verbs.h>
9 .sp
10 .BI "const char *ibv_get_device_name(struct ibv_device " "*device" ");
11 .fi
12 .SH "DESCRIPTION"
13 .B ibv_get_device_name()
14 returns a human-readable name associated with the RDMA device
15 .I device\fR.
16 .SH "RETURN VALUE"
17 .B ibv_get_device_name()
18 returns a pointer to the device name, or NULL if the request fails.
19 .SH "SEE ALSO"
20 .BR ibv_get_device_list (3),
21 .BR ibv_get_device_guid (3),
22 .BR ibv_open_device (3)
23 .SH "AUTHORS"
24 .TP
25 Dotan Barak <dotanb@mellanox.co.il>