]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ofed/librdmacm/man/rdma_free_devices.3
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ofed / librdmacm / man / rdma_free_devices.3
1 .TH "RDMA_FREE_DEVICES" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
2 .SH NAME
3 rdma_free_devices \- Frees the list of devices returned by rdma_get_devices.
4 .SH SYNOPSIS
5 .B "#include <rdma/rdma_cma.h>"
6 .P
7 .B "void" rdma_free_devices
8 .BI "(struct ibv_context **" list ");"
9 .SH ARGUMENTS
10 .IP "list" 12
11 List of devices returned from rdma_get_devices.
12 .SH "DESCRIPTION"
13 Frees the device array returned by rdma_get_devices.
14 .SH "SEE ALSO"
15 rdma_get_devices(3)