]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ofed/management/libibumad/man/umad_get_mad.3
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / ofed / management / libibumad / man / umad_get_mad.3
1 .\" -*- nroff -*-
2 .\"
3 .TH UMAD_GET_MAD 3  "May 21, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
4 .SH "NAME"
5 umad_get_mad \- get the MAD pointer of a umad buffer
6 .SH "SYNOPSIS"
7 .nf
8 .B #include <infiniband/umad.h>
9 .sp
10 .BI "void * umad_get_mad(void " "*umad");
11 .fi
12 .SH "DESCRIPTION"
13 .B umad_get_mad()
14 returns a pointer to the MAD contained within the
15 .I umad\fR
16 buffer.
17 .SH "RETURN VALUE"
18 .B umad_get_mad()
19 returns a pointer to the MAD contained within the supplied
20 .I umad\fR
21 buffer.
22 .SH "AUTHOR"
23 .TP
24 Hal Rosenstock <halr@voltaire.com>