Print this page
12144 Convert Intro(7) to mandoc
12145 Convert cpr(7) to mandoc
12146 Convert ibmf(7) to mandoc
12147 Convert FSS(7) to mandoc
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
   1 '\" te
   2 .\"  Copyright (c) 2004, Sun Microsystems, Inc.  All Rights Reserved
   3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6 .TH IBMF 7 "Sep 9, 2004"
   7 .SH NAME
   8 ibmf \- InfiniBand Management Transport Framework
   9 .SH DESCRIPTION
  10 .sp
  11 .LP















  12 The InfiniBand (IB) Management Transport Framework provides the mechanisms for
  13 IB management modules to communicate with other InfiniBand management modules
  14 such as the Subnet Administration process.  It also provides helper functions

  15 such as Subnet Administration Access (SAA) for commonly performed operations.
  16 .SH FILES
  17 .sp
  18 .ne 2
  19 .na
  20 \fB/kernel/misc/ibmf\fR
  21 .ad
  22 .RS 29n
  23 32-bit ELF kernel misc module (x86 platform only).
  24 .RE
  25 
  26 .sp
  27 .ne 2
  28 .na
  29 \fB/kernel/misc/amd64/ibmf\fR
  30 .ad
  31 .RS 29n
  32 64-bit ELF kernel misc module (x86 platform only).
  33 .RE
  34 
  35 .sp
  36 .ne 2
  37 .na
  38 \fB/kernel/misc/sparcv9/ibmf\fR
  39 .ad
  40 .RS 29n
  41 64-bit ELF kernel misc module (SPARC platform only).
  42 .RE
  43 
  44 .SH ATTRIBUTES
  45 .sp
  46 .LP
  47 See \fBattributes\fR(5) for descriptions of the following attributes:
  48 .sp
  49 
  50 .sp
  51 .TS
  52 box;
  53 c | c
  54 l | l .
  55 ATTRIBUTE TYPE  ATTRIBUTE VALUE
  56 _
  57 Architecture    PCI-based systems
  58 _
  59 Interface stability     Consolidation Private
  60 .TE
  61 
  62 .SH SEE ALSO
  63 .sp
  64 .LP
  65 \fBibtl\fR(7D)
  66 .sp
  67 .LP
  68 \fIInfiniBand Architecture Specification, Version 1.1\fR
  69 .sp
  70 .LP
  71 \fIwww.infinibandta.org\fR

   1 .\"  Copyright (c) 2004, Sun Microsystems, Inc.  All Rights Reserved
   2 .\" Copyright 2020 Joyent, Inc.
   3 .\"
   4 .\" The contents of this file are subject to the terms of the
   5 .\" Common Development and Distribution License (the "License").
   6 .\" You may not use this file except in compliance with the License.
   7 .\"
   8 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 .\" or http://www.opensolaris.org/os/licensing.
  10 .\" See the License for the specific language governing permissions
  11 .\" and limitations under the License.
  12 .\"
  13 .\" When distributing Covered Code, include this CDDL HEADER in each
  14 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 .\" If applicable, add the following below this CDDL HEADER, with the
  16 .\" fields enclosed by brackets "[]" replaced with your own identifying
  17 .\" information: Portions Copyright [yyyy] [name of copyright owner]
  18 .\"
  19 .Dd January 12, 2020
  20 .Dt IBMF 7
  21 .Os
  22 .Sh NAME
  23 .Nm ibmf
  24 .Nd InfiniBand Management Transport Framework
  25 .Sh DESCRIPTION
  26 The InfiniBand (IB) Management Transport Framework provides the mechanisms for
  27 IB management modules to communicate with other InfiniBand management modules
  28 such as the Subnet Administration process.
  29 It also provides helper functions
  30 such as Subnet Administration Access (SAA) for commonly performed operations.
  31 .Sh FILES
  32 .Bl -tag -width Pa
  33 .It Pa /kernel/misc/amd64/ibmf
  34 Device driver (x86).
  35 .It Pa /kernel/misc/sparcv9/ibmf
  36 Device driver (SPARC)
  37 .El
  38 .Sh ARCHITECTURE
  39 PCI-based systems
  40 .Sh INTERFACE STABILITY
  41 Private
  42 .Sh SEE ALSO
  43 .Xr ibtl 7D
  44 .Pp
  45 .%T InfiniBand Architecture Specification, Version 1\&.1
  46 .Pp
  47 .%U www.infinibandta.org