]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ofed/management/libibumad/man/umad_set_pkey.3
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ofed / management / libibumad / man / umad_set_pkey.3
1 .\" -*- nroff -*-
2 .\"
3 .TH UMAD_SET_PKEY 3  "June 20, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
4 .SH "NAME"
5 umad_set_pkey \- set pkey index within umad buffer
6 .SH "SYNOPSIS"
7 .nf
8 .B #include <infiniband/umad.h>
9 .sp
10 .BI "int umad_set_pkey(void " "*umad" ", int " "pkey_index");
11 .fi
12 .SH "DESCRIPTION"
13 .B umad_set_pkey()
14 sets the pkey index within the specified
15 .I umad\fR
16 buffer.
17 .SH "RETURN VALUE"
18 .B umad_set_pkey()
19 returns 0 on success, and a negative value on an error.
20 .SH "AUTHOR"
21 .TP
22 Hal Rosenstock <halr@voltaire.com>