]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ofed/management/libibumad/man/umad_debug.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_debug.3
1 .\" -*- nroff -*-
2 .\"
3 .TH UMAD_DEBUG 3  "May 21, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
4 .SH "NAME"
5 umad_debug \- set debug level
6 .SH "SYNOPSIS"
7 .nf
8 .B #include <infiniband/umad.h>
9 .sp
10 .BI "int umad_debug(int " "level" );
11 .fi
12 .SH "DESCRIPTION"
13 .B umad_debug()
14 sets the umad library internal debug level to
15 .I level\fR.
16 The following
17 debug levels are supported: 0 - no debug (the default),
18 1 - basic debug information, 2 - verbose debug information. Negative values are
19 ignored in terms of set. Note that the current debug level can
20 be queried by passing a negative value as
21 .I level\fR.
22 .SH "RETURN VALUE"
23 .B umad_debug()
24 returns the actual debug level.
25 .SH "AUTHORS"
26 .TP
27 Hal Rosenstock <halr@voltaire.com>
28 .TP
29 Dotan Barak <dotanb@mellanox.co.il>