]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/ofed/management/libibumad/man/umad_get_pkey.3
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / ofed / management / libibumad / man / umad_get_pkey.3
1 .\" -*- nroff -*-
2 .\"
3 .TH UMAD_GET_PKEY 3  "Jan 15, 2008" "OpenIB" "OpenIB Programmer\'s Manual"
4 .SH "NAME"
5 umad_get_pkey \- get pkey index from umad buffer
6 .SH "SYNOPSIS"
7 .nf
8 .B #include <infiniband/umad.h>
9 .sp
10 .BI "int umad_get_pkey(void " "*umad");
11 .fi
12 .SH "DESCRIPTION"
13 .B umad_get_pkey()
14 gets the pkey index from the specified
15 .I umad\fR
16 buffer.
17 .SH "RETURN VALUE"
18 .B umad_get_pkey()
19 returns value of pkey index (or zero if pkey index is not supported by
20 user_mad interface).
21 .SH "AUTHOR"
22 .TP
23 Sasha Khapyorsky <sashak@voltaire.com>