File: umad_unregister.3

package info (click to toggle)
rdma-core 33.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,844 kB
  • sloc: ansic: 145,804; python: 5,688; sh: 2,761; perl: 1,465; makefile: 73
file content (31 lines) | stat: -rw-r--r-- 794 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.\" -*- nroff -*-
.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_UNREGISTER 3  "May 21, 2007" "OpenIB" "OpenIB Programmer's Manual"
.SH "NAME"
umad_unregister \- unregister umad agent
.SH "SYNOPSIS"
.nf
.B #include <infiniband/umad.h>
.sp
.BI "int umad_unregister(int " "portid" ", int " "agentid");
.fi
.SH "DESCRIPTION"
.B umad_unregister()
unregisters the specified
.I agentid\fR
previously registered using
.B umad_register()
or
.B umad_register_oui()\fR.
.SH "RETURN VALUE"
.B umad_unregister()
returns 0 on success and negative value on error as follows:
 -EINVAL invalid port handle or agentid
 *       (kernel error codes)
.SH "SEE ALSO"
.BR umad_register (3),
.BR umad_register_oui (3)
.SH "AUTHOR"
.TP
Hal Rosenstock <halr@voltaire.com>