]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/ofed/libibverbs/man/ibv_get_device_name.3
THIS BRANCH IS OBSOLETE, PLEASE READ:
[FreeBSD/FreeBSD.git] / contrib / ofed / libibverbs / man / ibv_get_device_name.3
1 .\" -*- nroff -*-
2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
3 .\"
4 .TH IBV_GET_DEVICE_NAME 3  2006-10-31 libibverbs "Libibverbs Programmer's Manual"
5 .SH "NAME"
6 ibv_get_device_name \- get an RDMA device's name
7 .SH "SYNOPSIS"
8 .nf
9 .B #include <infiniband/verbs.h>
10 .sp
11 .BI "const char *ibv_get_device_name(struct ibv_device " "*device" ");
12 .fi
13 .SH "DESCRIPTION"
14 .B ibv_get_device_name()
15 returns a human-readable name associated with the RDMA device
16 .I device\fR.
17 .SH "RETURN VALUE"
18 .B ibv_get_device_name()
19 returns a pointer to the device name, or NULL if the request fails.
20 .SH "SEE ALSO"
21 .BR ibv_get_device_list (3),
22 .BR ibv_get_device_guid (3),
23 .BR ibv_open_device (3)
24 .SH "AUTHORS"
25 .TP
26 Dotan Barak <dotanba@gmail.com>