]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ofed/management/libibumad/man/umad_get_fd.3
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ofed / management / libibumad / man / umad_get_fd.3
1 .\" -*- nroff -*-
2 .\"
3 .TH UMAD_GET_FD 3  "May 17, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
4 .SH "NAME"
5 umad_get_fd \- get the umad fd for the requested port
6 .SH "SYNOPSIS"
7 .nf
8 .B #include <infiniband/umad.h>
9 .sp
10 .BI "int umad_get_fd(int " "portid" );
11 .fi
12 .SH "DESCRIPTION"
13 .B umad_get_fd()
14 returns the umad fd for the port specified by
15 .I portid\fR.
16 .SH "RETURN VALUE"
17 .B umad_get_fd()
18 returns the fd for the
19 .I portid\fR
20 requested or -EINVAL if
21 .I portid\fR
22 is invalid.
23 .SH "AUTHOR"
24 .TP
25 Hal Rosenstock <halr@voltaire.com>