File: umad_dump.3

package info (click to toggle)
rdma-core 56.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,196 kB
  • sloc: ansic: 171,361; python: 13,724; sh: 2,774; perl: 1,465; makefile: 73
file content (23 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.\" -*- nroff -*-
.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_DUMP 3  "May 17, 2007" "OpenIB" "OpenIB Programmer's Manual"
.SH "NAME"
umad_dump \- dump umad buffer to stderr
.SH "SYNOPSIS"
.nf
.B #include <infiniband/umad.h>
.sp
.BI "void umad_dump(void " "*umad");
.fi
.SH "DESCRIPTION"
.B umad_dump()
dumps the given
.I umad\fR
buffer to stderr.
.SH "RETURN VALUE"
.B umad_dump()
returns no value.
.SH "AUTHOR"
.TP
Hal Rosenstock <halr@voltaire.com>