components/open-fabrics/open-fabrics.p5m
author Mohana Rao Gorai <mohana.gorai@oracle.com>
Mon, 24 Mar 2014 09:57:22 -0700
branchs11u1-sru
changeset 3001 b96508535208
parent 2384 213142545a23
child 2532 5b3dc1c8b85e
permissions -rw-r--r--
16242256 linkUpDownNotifications does not work as described in snmpd.conf man page 15819411 SUNBT7201970 There is no "PORTNUMBER" info for "traphandle" in solaris11 snmptra 15754602 SUNBT7111031 snmpd dumping during walk as strs test suite winds down its connect
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
     1
#
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
     2
# CDDL HEADER START
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
     3
#
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
     7
#
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    11
# and limitations under the License.
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    12
#
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    18
#
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    19
# CDDL HEADER END
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    20
#
715
eed3ed08f692 6926434 ib_read_bw, ib_read_lat: OFED utilities sometimes hang when using "-e" (event) flag
Boris Chiu <Boris.Chiu@oracle.COM>
parents: 636
diff changeset
    21
# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    22
#
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    23
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    24
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    25
set name=pkg.fmri \
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    26
    value=pkg:/network/open-fabrics@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    27
set name=pkg.summary \
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    28
    value="Oracle Solaris OpenFabrics userland libraries and applications"
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    29
set name=info.classification \
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    30
    value="org.opensolaris.category.2008:System/Administration and Configuration"
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 549
diff changeset
    31
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
549
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    32
set name=info.source-url \
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    33
    value=http://www.openfabrics.org/downloads/ibutils/ibutils-1.5.7.tar.gz \
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    34
    value=http://www.openfabrics.org/downloads/libibverbs/libibverbs-1.1.4-1.22.g7257cd3.tar.gz \
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    35
    value=http://www.openfabrics.org/downloads/libmlx4/libmlx4-1.0.1-1.18.gb810a27.tar.gz \
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    36
    value=http://www.openfabrics.org/downloads/libsdp/libsdp-1.1.108-0.15.gd7fdb72.tar.gz \
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    37
    value=http://www.openfabrics.org/downloads/management/infiniband-diags-1.5.8.tar.gz \
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    38
    value=http://www.openfabrics.org/downloads/management/libibmad-1.3.7.tar.gz \
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    39
    value=http://www.openfabrics.org/downloads/management/libibumad-1.3.7.tar.gz \
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    40
    value=http://www.openfabrics.org/downloads/management/opensm-3.3.9.tar.gz \
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    41
    value=http://www.openfabrics.org/downloads/perftest/perftest-1.3.0-0.42.gf350d3d.tar.gz \
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    42
    value=http://www.openfabrics.org/downloads/qperf/qperf-0.4.6-0.1.gb81434e.tar.gz \
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    43
    value=http://www.openfabrics.org/downloads/rdmacm/librdmacm-1.0.14.1.tar.gz \
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    44
    value=http://www.openfabrics.org/downloads/rds-tools/rds-tools-2.0.4.tar.gz
65472d95e27e 7084899 Wrong upstream url in components/open-fabrics/open-fabrics.p5m
Rich Burridge <rich.burridge@oracle.com>
parents: 531
diff changeset
    45
set name=org.opensolaris.arc-caseid value=PSARC/2010/346
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    46
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    47
set name=variant.opensolaris.zone value=global value=nonglobal
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    48
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    49
legacy pkg=SUNWofusr \
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    50
    name="Oracle Solaris OpenFabrics userland libraries and applications" \
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    51
    desc="Oracle Solaris OpenFabrics userland libraries and applications"
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    52
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    53
dir path=etc
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    54
dir path=usr
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    55
dir path=usr/bin
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    56
dir path=usr/bin/$(MACH64)
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    57
dir path=usr/include
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    58
dir path=usr/include/infiniband
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    59
dir path=usr/include/rdma
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    60
dir path=usr/lib
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    61
dir path=usr/lib/amd64
2384
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
    62
dir path=usr/lib/ibdiagnet1.5.7 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
    63
dir path=usr/lib/ibdm1.5.7 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
    64
dir path=usr/lib/ibdm1.5.7/ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
    65
dir path=usr/lib/ibis1.5.7 
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    66
dir path=usr/lib/secure
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    67
dir path=usr/lib/secure/$(MACH64)
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    68
dir path=usr/lib/$(MACH64)
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    69
dir path=usr/sbin
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    70
dir path=usr/sbin/$(MACH64)
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    71
dir path=usr/share
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    72
dir path=usr/share/libibverbs.d
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    73
dir path=usr/share/man
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    74
dir path=usr/share/man/man1
2384
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
    75
dir path=usr/share/man/man1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
    76
dir path=usr/share/man/man3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
    77
dir path=usr/share/man/man3lib 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
    78
dir path=usr/share/man/man4 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
    79
dir path=usr/share/man/man7 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
    80
dir path=usr/perl5/site_perl/5.12/i86pc-solaris-64int variant.arch=i386 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
    81
dir path=usr/perl5/site_perl/5.12/sun4-solaris-64int variant.arch=sparc 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
    82
file path=usr/perl5/site_perl/5.12/i86pc-solaris-64int/IBswcountlimits.pm variant.arch=i386 group=root mode=0444 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
    83
file path=usr/perl5/site_perl/5.12/sun4-solaris-64int/IBswcountlimits.pm variant.arch=sparc group=root mode=0444 
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    84
file path=etc/libsdp.conf mode=0644 preserve=renameold
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    85
file path=usr/bin/$(MACH64)/ib_clock_test
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    86
file path=usr/bin/$(MACH64)/ib_read_bw
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    87
file path=usr/bin/$(MACH64)/ib_read_lat
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    88
file path=usr/bin/$(MACH64)/ib_send_bw
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    89
file path=usr/bin/$(MACH64)/ib_send_lat
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    90
file path=usr/bin/$(MACH64)/ib_write_bw
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    91
file path=usr/bin/$(MACH64)/ib_write_bw_postlist
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    92
file path=usr/bin/$(MACH64)/ib_write_lat
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    93
file path=usr/bin/$(MACH64)/qperf
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    94
file path=usr/bin/$(MACH64)/rdma_bw
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    95
file path=usr/bin/$(MACH64)/rdma_lat
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    96
file path=usr/bin/$(MACH64)/rds-info
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    97
file path=usr/bin/$(MACH64)/rds-ping
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    98
file path=usr/bin/$(MACH64)/rds-stress
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
    99
file path=usr/bin/ib_clock_test
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   100
file path=usr/bin/ib_read_bw
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   101
file path=usr/bin/ib_read_lat
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   102
file path=usr/bin/ib_send_bw
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   103
file path=usr/bin/ib_send_lat
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   104
file path=usr/bin/ib_write_bw
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   105
file path=usr/bin/ib_write_bw_postlist
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   106
file path=usr/bin/ib_write_lat
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   107
file path=usr/bin/ibv_asyncwatch
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   108
file path=usr/bin/ibv_devices
2384
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   109
file path=usr/bin/ibv_devinfo 
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   110
file path=usr/bin/ibv_rc_pingpong
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   111
file path=usr/bin/ibv_srq_pingpong
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   112
file path=usr/bin/ibv_ud_pingpong
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   113
file path=usr/bin/mckey
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   114
file path=usr/bin/qperf
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   115
file path=usr/bin/rdma_bw
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   116
file path=usr/bin/rdma_lat
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   117
file path=usr/bin/rds-info
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   118
file path=usr/bin/rds-ping
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   119
file path=usr/bin/rds-stress
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   120
file path=usr/bin/rping
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   121
file path=usr/bin/ucmatose
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   122
file path=usr/bin/udaddy
2384
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   123
file path=usr/include/infiniband/arch.h 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   124
file path=usr/include/infiniband/driver.h 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   125
file path=usr/include/infiniband/kern-abi.h 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   126
file path=usr/include/infiniband/mad.h 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   127
file path=usr/include/infiniband/mad_osd.h 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   128
file path=usr/include/infiniband/ofa_solaris.h 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   129
file path=usr/include/infiniband/sa.h 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   130
file path=usr/include/infiniband/umad.h 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   131
file path=usr/include/infiniband/verbs.h 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   132
file path=usr/include/rdma/rdma_cma.h 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   133
file path=usr/include/rdma/rdma_verbs.h 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   134
file path=usr/lib/$(MACH64)/libibmad.so.5.1.2 
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   135
file path=usr/lib/$(MACH64)/libibumad.so.3.0.2
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   136
file path=usr/lib/$(MACH64)/libibverbs.so.1.0.0
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   137
file path=usr/lib/$(MACH64)/libmlx4-rdmav2.so
2384
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   138
file path=usr/lib/$(MACH64)/libopensm.so.4.0.2 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   139
file path=usr/lib/$(MACH64)/libosmcomp.so.3.0.4 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   140
file path=usr/lib/$(MACH64)/libosmvendor.so.3.0.5 
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   141
file path=usr/lib/$(MACH64)/librdmacm.so.1.0.0
2384
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   142
file path=usr/lib/ibdiagnet1.5.7/git_version.tcl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   143
file path=usr/lib/ibdiagnet1.5.7/ibdebug_if.tcl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   144
file path=usr/lib/ibdiagnet1.5.7/ibdebug.tcl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   145
file path=usr/lib/ibdiagnet1.5.7/ibdiagnet.tcl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   146
file path=usr/lib/ibdiagnet1.5.7/pkgIndex.tcl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   147
file path=usr/lib/ibdm1.5.7/ibnl/Buffalo.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   148
file path=usr/lib/ibdm1.5.7/ibnl/Buffalo8.topo 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   149
file path=usr/lib/ibdm1.5.7/ibnl/Cheetah.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   150
file path=usr/lib/ibdm1.5.7/ibnl/Cougar.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   151
file path=usr/lib/ibdm1.5.7/ibnl/Eagle.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   152
file path=usr/lib/ibdm1.5.7/ibnl/FullGnu.topo 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   153
file path=usr/lib/ibdm1.5.7/ibnl/Gazelle.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   154
file path=usr/lib/ibdm1.5.7/ibnl/Gnu.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   155
file path=usr/lib/ibdm1.5.7/ibnl/IS4_NATIVE.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   156
file path=usr/lib/ibdm1.5.7/ibnl/IS5100.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   157
file path=usr/lib/ibdm1.5.7/ibnl/IS5200.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   158
file path=usr/lib/ibdm1.5.7/ibnl/IS5300.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   159
file path=usr/lib/ibdm1.5.7/ibnl/Lion.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   160
file path=usr/lib/ibdm1.5.7/ibnl/LionMini.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   161
file path=usr/lib/ibdm1.5.7/ibnl/MIS5600.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   162
file path=usr/lib/ibdm1.5.7/ibnl/MTS14400-48.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   163
file path=usr/lib/ibdm1.5.7/ibnl/MTS14400-DDR.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   164
file path=usr/lib/ibdm1.5.7/ibnl/MTS14400-IntraDDR.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   165
file path=usr/lib/ibdm1.5.7/ibnl/MTS14400.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   166
file path=usr/lib/ibdm1.5.7/ibnl/MTS2400-12T4.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   167
file path=usr/lib/ibdm1.5.7/ibnl/MTS2400-24.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   168
file path=usr/lib/ibdm1.5.7/ibnl/MTS3600.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   169
file path=usr/lib/ibdm1.5.7/ibnl/MTS3610.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   170
file path=usr/lib/ibdm1.5.7/ibnl/PartialGazelle.topo 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   171
file path=usr/lib/ibdm1.5.7/ibnl/RhinoBased512.lst 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   172
file path=usr/lib/ibdm1.5.7/ibnl/RhinoBased512.no_sp2-3.lst 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   173
file path=usr/lib/ibdm1.5.7/ibnl/RhinoBased512.topo 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   174
file path=usr/lib/ibdm1.5.7/ibnl/SingleGazelle.topo 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   175
file path=usr/lib/ibdm1.5.7/ibnl/SingleRhino.topo 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   176
file path=usr/lib/ibdm1.5.7/ibnl/subnet.lst 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   177
file path=usr/lib/ibdm1.5.7/ibnl/SUNBQNEM48.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   178
file path=usr/lib/ibdm1.5.7/ibnl/SUNDCS36QDR.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   179
file path=usr/lib/ibdm1.5.7/ibnl/SUNDCS648QDR.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   180
file path=usr/lib/ibdm1.5.7/ibnl/SUNDCS72QDR.ibnl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   181
file path=usr/lib/ibdm1.5.7/libibdm.so.1.5.7 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   182
file path=usr/lib/ibdm1.5.7/pkgIndex.tcl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   183
file path=usr/lib/ibis1.5.7/libibis.so.1.5.7 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   184
file path=usr/lib/ibis1.5.7/pkgIndex.tcl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   185
file path=usr/lib/libibmad.so.5.1.2 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   186
file path=usr/lib/libibnetdisc.so.5.0.1 
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   187
file path=usr/lib/libibumad.so.3.0.2
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   188
file path=usr/lib/libibverbs.so.1.0.0
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   189
file path=usr/lib/libmlx4-rdmav2.so
2384
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   190
file path=usr/lib/libopensm.so.4.0.2 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   191
file path=usr/lib/libosmcomp.so.3.0.4 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   192
file path=usr/lib/libosmvendor.so.3.0.5 
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   193
file path=usr/lib/librdmacm.so.1.0.0
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   194
file path=usr/lib/secure/$(MACH64)/libsdp.so.1.0.0
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   195
file path=usr/lib/secure/libsdp.so.1.0.0
2384
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   196
file path=usr/sbin/dump2psl.pl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   197
file path=usr/sbin/dump2slvl.pl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   198
file path=usr/sbin/ibaddr 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   199
file path=usr/sbin/ibcheckerrors 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   200
file path=usr/sbin/ibcheckerrs 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   201
file path=usr/sbin/ibchecknet 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   202
file path=usr/sbin/ibchecknode 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   203
file path=usr/sbin/ibcheckport 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   204
file path=usr/sbin/ibcheckportstate 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   205
file path=usr/sbin/ibcheckportwidth 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   206
file path=usr/sbin/ibcheckstate 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   207
file path=usr/sbin/ibcheckwidth 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   208
file path=usr/sbin/ibclearcounters 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   209
file path=usr/sbin/ibclearerrors 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   210
file path=usr/sbin/ibdatacounters 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   211
file path=usr/sbin/ibdatacounts 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   212
file path=usr/sbin/ibdiagnet 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   213
file path=usr/sbin/ibdiscover.pl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   214
file path=usr/sbin/ibhosts 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   215
file path=usr/sbin/ibis 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   216
file path=usr/sbin/iblinkinfo 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   217
file path=usr/sbin/iblinkinfo.pl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   218
file path=usr/sbin/ibnetdiscover 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   219
file path=usr/sbin/ibnodes 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   220
file path=usr/sbin/ibping 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   221
file path=usr/sbin/ibportstate 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   222
file path=usr/sbin/ibprintca.pl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   223
file path=usr/sbin/ibprintrt.pl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   224
file path=usr/sbin/ibprintswitch.pl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   225
file path=usr/sbin/ibqueryerrors 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   226
file path=usr/sbin/ibqueryerrors.pl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   227
file path=usr/sbin/ibroute 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   228
file path=usr/sbin/ibrouters 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   229
file path=usr/sbin/ibstat 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   230
file path=usr/sbin/ibstatus 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   231
file path=usr/sbin/ibswitches 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   232
file path=usr/sbin/ibswportwatch.pl 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   233
file path=usr/sbin/ibsysstat 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   234
file path=usr/sbin/ibtracert 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   235
file path=usr/sbin/perfquery 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   236
file path=usr/sbin/saquery 
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   237
file path=usr/sbin/set_nodedesc.sh variant.opensolaris.zone=global
2384
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   238
file path=usr/sbin/sminfo 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   239
file path=usr/sbin/smpdump 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   240
file path=usr/sbin/smpquery 
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   241
file path=usr/sbin/solaris_set_nodedesc variant.opensolaris.zone=global
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   242
file path=usr/share/libibverbs.d/mlx4.driver
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   243
file path=usr/share/man/man1/ib_clock_test.1
715
eed3ed08f692 6926434 ib_read_bw, ib_read_lat: OFED utilities sometimes hang when using "-e" (event) flag
Boris Chiu <Boris.Chiu@oracle.COM>
parents: 636
diff changeset
   244
file path=usr/share/man/man1/ib_send_bw.1
eed3ed08f692 6926434 ib_read_bw, ib_read_lat: OFED utilities sometimes hang when using "-e" (event) flag
Boris Chiu <Boris.Chiu@oracle.COM>
parents: 636
diff changeset
   245
link path=usr/share/man/man1/ib_send_lat.1 target=ib_send_bw.1
eed3ed08f692 6926434 ib_read_bw, ib_read_lat: OFED utilities sometimes hang when using "-e" (event) flag
Boris Chiu <Boris.Chiu@oracle.COM>
parents: 636
diff changeset
   246
file path=usr/share/man/man1/ib_read_bw.1
eed3ed08f692 6926434 ib_read_bw, ib_read_lat: OFED utilities sometimes hang when using "-e" (event) flag
Boris Chiu <Boris.Chiu@oracle.COM>
parents: 636
diff changeset
   247
link path=usr/share/man/man1/ib_read_lat.1 target=ib_read_bw.1
eed3ed08f692 6926434 ib_read_bw, ib_read_lat: OFED utilities sometimes hang when using "-e" (event) flag
Boris Chiu <Boris.Chiu@oracle.COM>
parents: 636
diff changeset
   248
file path=usr/share/man/man1/ib_write_bw.1
eed3ed08f692 6926434 ib_read_bw, ib_read_lat: OFED utilities sometimes hang when using "-e" (event) flag
Boris Chiu <Boris.Chiu@oracle.COM>
parents: 636
diff changeset
   249
link path=usr/share/man/man1/ib_write_post_list.1 target=ib_write_bw.1
eed3ed08f692 6926434 ib_read_bw, ib_read_lat: OFED utilities sometimes hang when using "-e" (event) flag
Boris Chiu <Boris.Chiu@oracle.COM>
parents: 636
diff changeset
   250
link path=usr/share/man/man1/ib_write_lat.1 target=ib_write_bw.1
eed3ed08f692 6926434 ib_read_bw, ib_read_lat: OFED utilities sometimes hang when using "-e" (event) flag
Boris Chiu <Boris.Chiu@oracle.COM>
parents: 636
diff changeset
   251
file path=usr/share/man/man1/rdma_bw.1
eed3ed08f692 6926434 ib_read_bw, ib_read_lat: OFED utilities sometimes hang when using "-e" (event) flag
Boris Chiu <Boris.Chiu@oracle.COM>
parents: 636
diff changeset
   252
link path=usr/share/man/man1/rdma_lat.1 target=rdma_bw.1
2384
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   253
file path=usr/share/man/man1/ibdiagnet.1 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   254
file path=usr/share/man/man1/ibis.1 
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   255
file path=usr/share/man/man1/ibv_asyncwatch.1
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   256
file path=usr/share/man/man1/ibv_devices.1
2384
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   257
file path=usr/share/man/man1/ibv_devinfo.1 
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   258
file path=usr/share/man/man1/ibv_rc_pingpong.1
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   259
file path=usr/share/man/man1/ibv_srq_pingpong.1
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   260
file path=usr/share/man/man1/ibv_ud_pingpong.1
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   261
file path=usr/share/man/man1/mckey.1
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   262
file path=usr/share/man/man1/qperf.1
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   263
file path=usr/share/man/man1/rds-info.1
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   264
file path=usr/share/man/man1/rds-ping.1
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   265
file path=usr/share/man/man1/rds-stress.1
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   266
file path=usr/share/man/man1/rping.1
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   267
file path=usr/share/man/man1/ucmatose.1
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   268
file path=usr/share/man/man1/udaddy.1
2384
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   269
file path=usr/share/man/man1m/ibaddr.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   270
file path=usr/share/man/man1m/ibcheckerrors.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   271
file path=usr/share/man/man1m/ibcheckerrs.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   272
file path=usr/share/man/man1m/ibchecknet.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   273
file path=usr/share/man/man1m/ibchecknode.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   274
file path=usr/share/man/man1m/ibcheckport.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   275
file path=usr/share/man/man1m/ibcheckportstate.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   276
file path=usr/share/man/man1m/ibcheckportwidth.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   277
file path=usr/share/man/man1m/ibcheckstate.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   278
file path=usr/share/man/man1m/ibcheckwidth.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   279
file path=usr/share/man/man1m/ibclearcounters.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   280
file path=usr/share/man/man1m/ibclearerrors.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   281
file path=usr/share/man/man1m/ibdatacounters.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   282
file path=usr/share/man/man1m/ibdatacounts.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   283
file path=usr/share/man/man1m/ibdiscover.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   284
file path=usr/share/man/man1m/ibhosts.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   285
file path=usr/share/man/man1m/iblinkinfo.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   286
file path=usr/share/man/man1m/ibnetdiscover.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   287
file path=usr/share/man/man1m/ibnodes.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   288
file path=usr/share/man/man1m/ibping.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   289
file path=usr/share/man/man1m/ibportstate.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   290
file path=usr/share/man/man1m/ibprintca.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   291
file path=usr/share/man/man1m/ibprintrt.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   292
file path=usr/share/man/man1m/ibprintswitch.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   293
file path=usr/share/man/man1m/ibqueryerrors.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   294
file path=usr/share/man/man1m/ibroute.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   295
file path=usr/share/man/man1m/ibrouters.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   296
file path=usr/share/man/man1m/ibstat.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   297
file path=usr/share/man/man1m/ibstatus.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   298
file path=usr/share/man/man1m/ibswitches.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   299
file path=usr/share/man/man1m/ibswportwatch.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   300
file path=usr/share/man/man1m/ibsysstat.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   301
file path=usr/share/man/man1m/ibtracert.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   302
file path=usr/share/man/man1m/perfquery.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   303
file path=usr/share/man/man1m/saquery.1m 
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   304
file path=usr/share/man/man1m/set_nodedesc.sh.1m variant.opensolaris.zone=global
2384
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   305
file path=usr/share/man/man1m/sminfo.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   306
file path=usr/share/man/man1m/smpdump.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   307
file path=usr/share/man/man1m/smpquery.1m 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   308
file path=usr/share/man/man3/ibv_alloc_pd.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   309
file path=usr/share/man/man3/ibv_alloc_shpd.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   310
file path=usr/share/man/man3/ibv_attach_mcast.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   311
file path=usr/share/man/man3/ibv_create_ah_from_wc.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   312
file path=usr/share/man/man3/ibv_create_ah.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   313
file path=usr/share/man/man3/ibv_create_comp_channel.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   314
file path=usr/share/man/man3/ibv_create_cq.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   315
file path=usr/share/man/man3/ibv_create_qp.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   316
file path=usr/share/man/man3/ibv_create_srq.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   317
file path=usr/share/man/man3/ibv_event_type_str.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   318
file path=usr/share/man/man3/ibv_fork_init.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   319
file path=usr/share/man/man3/ibv_get_async_event.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   320
file path=usr/share/man/man3/ibv_get_cq_event.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   321
file path=usr/share/man/man3/ibv_get_device_guid.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   322
file path=usr/share/man/man3/ibv_get_device_list.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   323
file path=usr/share/man/man3/ibv_get_device_name.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   324
file path=usr/share/man/man3/ibv_modify_qp.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   325
file path=usr/share/man/man3/ibv_modify_srq.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   326
file path=usr/share/man/man3/ibv_node_type_str.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   327
file path=usr/share/man/man3/ibv_open_device.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   328
file path=usr/share/man/man3/ibv_poll_cq.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   329
file path=usr/share/man/man3/ibv_port_state_str.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   330
file path=usr/share/man/man3/ibv_post_recv.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   331
file path=usr/share/man/man3/ibv_post_send.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   332
file path=usr/share/man/man3/ibv_post_srq_recv.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   333
file path=usr/share/man/man3/ibv_query_device.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   334
file path=usr/share/man/man3/ibv_query_gid.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   335
file path=usr/share/man/man3/ibv_query_pkey.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   336
file path=usr/share/man/man3/ibv_query_port.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   337
file path=usr/share/man/man3/ibv_query_qp.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   338
file path=usr/share/man/man3/ibv_query_srq.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   339
file path=usr/share/man/man3/ibv_rate_to_mult.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   340
file path=usr/share/man/man3/ibv_reg_mr.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   341
file path=usr/share/man/man3/ibv_reg_mr_relaxed.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   342
file path=usr/share/man/man3/ibv_req_notify_cq.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   343
file path=usr/share/man/man3/ibv_resize_cq.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   344
file path=usr/share/man/man3/ibv_share_pd.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   345
file path=usr/share/man/man3/rdma_accept.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   346
file path=usr/share/man/man3/rdma_ack_cm_event.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   347
file path=usr/share/man/man3/rdma_bind_addr.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   348
file path=usr/share/man/man3/rdma_connect.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   349
file path=usr/share/man/man3/rdma_create_ep.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   350
file path=usr/share/man/man3/rdma_create_event_channel.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   351
file path=usr/share/man/man3/rdma_create_id.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   352
file path=usr/share/man/man3/rdma_create_qp.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   353
file path=usr/share/man/man3/rdma_dereg_mr.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   354
file path=usr/share/man/man3/rdma_destroy_ep.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   355
file path=usr/share/man/man3/rdma_destroy_event_channel.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   356
file path=usr/share/man/man3/rdma_destroy_id.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   357
file path=usr/share/man/man3/rdma_destroy_qp.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   358
file path=usr/share/man/man3/rdma_disconnect.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   359
file path=usr/share/man/man3/rdma_event_str.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   360
file path=usr/share/man/man3/rdma_free_devices.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   361
file path=usr/share/man/man3/rdma_get_cm_event.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   362
file path=usr/share/man/man3/rdma_get_devices.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   363
file path=usr/share/man/man3/rdma_get_dst_port.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   364
file path=usr/share/man/man3/rdma_get_local_addr.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   365
file path=usr/share/man/man3/rdma_get_peer_addr.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   366
file path=usr/share/man/man3/rdma_get_recv_comp.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   367
file path=usr/share/man/man3/rdma_get_request.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   368
file path=usr/share/man/man3/rdma_get_send_comp.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   369
file path=usr/share/man/man3/rdma_get_src_port.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   370
file path=usr/share/man/man3/rdma_getaddrinfo.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   371
file path=usr/share/man/man3/rdma_join_multicast.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   372
file path=usr/share/man/man3/rdma_leave_multicast.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   373
file path=usr/share/man/man3/rdma_listen.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   374
file path=usr/share/man/man3/rdma_migrate_id.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   375
file path=usr/share/man/man3/rdma_notify.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   376
file path=usr/share/man/man3/rdma_post_read.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   377
file path=usr/share/man/man3/rdma_post_readv.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   378
file path=usr/share/man/man3/rdma_post_recv.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   379
file path=usr/share/man/man3/rdma_post_recvv.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   380
file path=usr/share/man/man3/rdma_post_send.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   381
file path=usr/share/man/man3/rdma_post_sendv.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   382
file path=usr/share/man/man3/rdma_post_ud_send.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   383
file path=usr/share/man/man3/rdma_post_write.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   384
file path=usr/share/man/man3/rdma_post_writev.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   385
file path=usr/share/man/man3/rdma_reg_msgs.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   386
file path=usr/share/man/man3/rdma_reg_read.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   387
file path=usr/share/man/man3/rdma_reg_write.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   388
file path=usr/share/man/man3/rdma_reject.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   389
file path=usr/share/man/man3/rdma_resolve_addr.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   390
file path=usr/share/man/man3/rdma_resolve_route.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   391
file path=usr/share/man/man3lib/libsdp.3lib 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   392
file path=usr/share/man/man4/libsdp.conf.4 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   393
file path=usr/share/man/man7/rdma_cm.7 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   394
file path=usr/share/man/man7/verbs.7 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   395
link path=usr/lib/$(MACH64)/libibmad.so.5 target=libibmad.so.5.1.2 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   396
link path=usr/lib/$(MACH64)/libibmad.so target=libibmad.so.5.1.2 
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   397
link path=usr/lib/$(MACH64)/libibumad.so.3 target=libibumad.so.3.0.2
531
eba611366872 7099257 Exposing interfaces for fast detection on node death
Boris Chiu <Boris.Chiu@Sun.COM>
parents: 464
diff changeset
   398
link path=usr/lib/$(MACH64)/libibumad.so target=libibumad.so.3.0.2
2384
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   399
link path=usr/lib/$(MACH64)/libibverbs.so target=libibverbs.so.1.0.0 
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   400
link path=usr/lib/$(MACH64)/libibverbs.so.1 target=libibverbs.so.1.0.0
408
be851e029964 7067805 ofed1.5.3: missing symlinks for libmlx4 and libmthca
Alex Chiu <Alex.Chiu@Sun.COM>
parents: 369
diff changeset
   401
link path=usr/lib/$(MACH64)/libmlx4.so target=libmlx4-rdmav2.so
2384
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   402
link path=usr/lib/$(MACH64)/libopensm.so.4 target=libopensm.so.4.0.2 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   403
link path=usr/lib/$(MACH64)/libosmcomp.so.3 target=libosmcomp.so.3.0.4 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   404
link path=usr/lib/$(MACH64)/libosmvendor.so.3 target=libosmvendor.so.3.0.5 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   405
link path=usr/lib/$(MACH64)/librdmacm.so target=librdmacm.so.1.0.0 
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   406
link path=usr/lib/$(MACH64)/librdmacm.so.1 target=librdmacm.so.1.0.0
2384
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   407
link path=usr/lib/libibmad.so.5 target=libibmad.so.5.1.2 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   408
link path=usr/lib/libibmad.so target=libibmad.so.5.1.2 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   409
link path=usr/lib/libibnetdisc.so.5 target=libibnetdisc.so.5.0.1 
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   410
link path=usr/lib/libibumad.so.3 target=libibumad.so.3.0.2
531
eba611366872 7099257 Exposing interfaces for fast detection on node death
Boris Chiu <Boris.Chiu@Sun.COM>
parents: 464
diff changeset
   411
link path=usr/lib/libibumad.so target=libibumad.so.3.0.2
2384
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   412
link path=usr/lib/libibverbs.so target=libibverbs.so.1.0.0 
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   413
link path=usr/lib/libibverbs.so.1 target=libibverbs.so.1.0.0 
408
be851e029964 7067805 ofed1.5.3: missing symlinks for libmlx4 and libmthca
Alex Chiu <Alex.Chiu@Sun.COM>
parents: 369
diff changeset
   414
link path=usr/lib/libmlx4.so target=libmlx4-rdmav2.so
2384
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   415
link path=usr/lib/libopensm.so.4 target=libopensm.so.4.0.2  
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   416
link path=usr/lib/libosmcomp.so.3 target=libosmcomp.so.3.0.4  
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   417
link path=usr/lib/libosmvendor.so.3 target=libosmvendor.so.3.0.5  
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   418
link path=usr/lib/librdmacm.so target=librdmacm.so.1.0.0 
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   419
link path=usr/lib/librdmacm.so.1 target=librdmacm.so.1.0.0
2384
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   420
link path=usr/lib/secure/$(MACH64)/libsdp.so target=libsdp.so.1.0.0 
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   421
link path=usr/lib/secure/$(MACH64)/libsdp.so.1 target=libsdp.so.1.0.0
2384
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   422
link path=usr/lib/secure/libsdp.so target=libsdp.so.1.0.0 
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   423
link path=usr/lib/secure/libsdp.so.1 target=libsdp.so.1.0.0
2384
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   424
link path=usr/share/man/man3/ibv_ack_async_event.3 target=ibv_get_async_event.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   425
link path=usr/share/man/man3/ibv_ack_cq_events.3 target=ibv_get_cq_event.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   426
link path=usr/share/man/man3/ibv_close_device.3 target=ibv_open_device.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   427
link path=usr/share/man/man3/ibv_dealloc_pd.3 target=ibv_alloc_pd.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   428
link path=usr/share/man/man3/ibv_dereg_mr.3 target=ibv_reg_mr.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   429
link path=usr/share/man/man3/ibv_destroy_ah.3 target=ibv_create_ah.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   430
link path=usr/share/man/man3/ibv_destroy_comp_channel.3 target=ibv_create_comp_channel.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   431
link path=usr/share/man/man3/ibv_destroy_cq.3 target=ibv_create_cq.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   432
link path=usr/share/man/man3/ibv_destroy_qp.3 target=ibv_create_qp.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   433
link path=usr/share/man/man3/ibv_destroy_srq.3 target=ibv_create_srq.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   434
link path=usr/share/man/man3/ibv_detach_mcast.3 target=ibv_attach_mcast.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   435
link path=usr/share/man/man3/ibv_free_device_list.3 target=ibv_get_device_list.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   436
link path=usr/share/man/man3/ibv_init_ah_from_wc.3 target=ibv_create_ah_from_wc.3 
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   437
link path=usr/share/man/man3/mult_to_ibv_rate.3 target=ibv_rate_to_mult.3 
369
cc8c00719da9 PSARC 2011/165 OFUV update of existing components
Boris Chiu <Boris.Chiu@Sun.COM>
parents:
diff changeset
   438
license open-fabrics.license license='open-fabrics'
2384
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   439
213142545a23 7190213 libibmad and associated files need to be delivered in an NGZ
Sharath M Srinivasan <sharath.srinivasan@oracle.com>
parents: 817
diff changeset
   440
depend fmri=text/gawk type=require