components/smp_utils/smp_utils.p5m
author Rich Burridge <rich.burridge@oracle.com>
Thu, 22 Oct 2015 13:48:02 -0700
changeset 5000 ba06ad809495
parent 3732 0f62cc221c7e
child 5682 94c0ca64c022
permissions -rw-r--r--
PSARC 2015/428 Normalization of Solaris man page section numbers 22079179 Normalize smp_utils man pages 22079309 Normalize groff man pages 22079430 Normalize tomcat man pages 22079505 Normalize mtr man pages 22079563 Normalize gnupg man pages
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1344
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
     1
#
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
     3
#
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
     7
#
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    12
#
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    18
#
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    20
#
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    21
# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
1344
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    22
#
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    23
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    25
set name=pkg.fmri \
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    26
    value=pkg:/system/storage/smp_utils@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    27
set name=pkg.summary \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    28
    value="Utilities for SMP expanders that help diagnose problems"
1344
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    29
set name=pkg.description \
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    30
    value="The smp_utils package contains utilities for the Serial Attached SCSI (SAS) Serial Management Protocol (SMP). Most utilities correspond to a single SMP function, sending out a request, checking for errors and if all is well processing the response. The response is either decoded, printed out in ASCII hexadecimal or sent as binary to stdout."
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    31
set name=com.oracle.info.description value="SMP diagnostic tools"
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    32
set name=com.oracle.info.tpno value=$(TPNO)
1344
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    33
set name=info.classification \
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    34
    value="org.opensolaris.category.2008:Applications/System Utilities"
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    36
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    37
set name=org.opensolaris.arc-caseid value=PSARC/2012/329
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    38
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    39
file smp_utils-exec_attr path=etc/security/exec_attr.d/smp_utils
1344
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    40
file smp_utils-prof_attr path=etc/security/prof_attr.d/smp_utils
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    41
link path=usr/lib/$(MACH64)/libsmputils1.so target=libsmputils1.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    42
link path=usr/lib/$(MACH64)/libsmputils1.so.1 target=libsmputils1.so.1.0.0
1344
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    43
file usr/lib/$(MACH64)/libsmputils1.so.1.0.0 \
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    44
    path=usr/lib/$(MACH64)/libsmputils1.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    45
file RtSCSIDeviceInfo.html \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    46
    path=usr/lib/help/profiles/locale/RtSCSIDeviceInfo.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    47
file RtSCSIDeviceManagement.html \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    48
    path=usr/lib/help/profiles/locale/RtSCSIDeviceManagement.html
1344
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    49
file usr/sbin/$(MACH64)/smp_conf_general path=usr/sbin/smp_conf_general
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    50
file usr/sbin/$(MACH64)/smp_conf_phy_event path=usr/sbin/smp_conf_phy_event
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    51
file usr/sbin/$(MACH64)/smp_conf_route_info path=usr/sbin/smp_conf_route_info
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    52
file usr/sbin/$(MACH64)/smp_conf_zone_man_pass \
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    53
    path=usr/sbin/smp_conf_zone_man_pass
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    54
file usr/sbin/$(MACH64)/smp_conf_zone_perm_tbl \
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    55
    path=usr/sbin/smp_conf_zone_perm_tbl
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    56
file usr/sbin/$(MACH64)/smp_conf_zone_phy_info \
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    57
    path=usr/sbin/smp_conf_zone_phy_info
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    58
file usr/sbin/$(MACH64)/smp_discover path=usr/sbin/smp_discover
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    59
file usr/sbin/$(MACH64)/smp_discover_list path=usr/sbin/smp_discover_list
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    60
file usr/sbin/$(MACH64)/smp_ena_dis_zoning path=usr/sbin/smp_ena_dis_zoning
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    61
file usr/sbin/$(MACH64)/smp_phy_control path=usr/sbin/smp_phy_control
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    62
file usr/sbin/$(MACH64)/smp_phy_test path=usr/sbin/smp_phy_test
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    63
file usr/sbin/$(MACH64)/smp_read_gpio path=usr/sbin/smp_read_gpio
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    64
file usr/sbin/$(MACH64)/smp_rep_broadcast path=usr/sbin/smp_rep_broadcast
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    65
file usr/sbin/$(MACH64)/smp_rep_exp_route_tbl \
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    66
    path=usr/sbin/smp_rep_exp_route_tbl
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    67
file usr/sbin/$(MACH64)/smp_rep_general path=usr/sbin/smp_rep_general
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    68
file usr/sbin/$(MACH64)/smp_rep_manufacturer path=usr/sbin/smp_rep_manufacturer
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    69
file usr/sbin/$(MACH64)/smp_rep_phy_err_log path=usr/sbin/smp_rep_phy_err_log
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    70
file usr/sbin/$(MACH64)/smp_rep_phy_event path=usr/sbin/smp_rep_phy_event
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    71
file usr/sbin/$(MACH64)/smp_rep_phy_event_list \
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    72
    path=usr/sbin/smp_rep_phy_event_list
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    73
file usr/sbin/$(MACH64)/smp_rep_phy_sata path=usr/sbin/smp_rep_phy_sata
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    74
file usr/sbin/$(MACH64)/smp_rep_route_info path=usr/sbin/smp_rep_route_info
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    75
file usr/sbin/$(MACH64)/smp_rep_self_conf_stat \
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    76
    path=usr/sbin/smp_rep_self_conf_stat
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    77
file usr/sbin/$(MACH64)/smp_rep_zone_man_pass \
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    78
    path=usr/sbin/smp_rep_zone_man_pass
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    79
file usr/sbin/$(MACH64)/smp_rep_zone_perm_tbl \
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    80
    path=usr/sbin/smp_rep_zone_perm_tbl
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    81
file usr/sbin/$(MACH64)/smp_write_gpio path=usr/sbin/smp_write_gpio
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    82
file usr/sbin/$(MACH64)/smp_zone_activate path=usr/sbin/smp_zone_activate
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    83
file usr/sbin/$(MACH64)/smp_zone_lock path=usr/sbin/smp_zone_lock
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    84
file usr/sbin/$(MACH64)/smp_zone_unlock path=usr/sbin/smp_zone_unlock
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
    85
file usr/sbin/$(MACH64)/smp_zoned_broadcast path=usr/sbin/smp_zoned_broadcast
5000
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
    86
file path=usr/share/man/man8/smp_conf_general.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
    87
file path=usr/share/man/man8/smp_conf_phy_event.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
    88
file path=usr/share/man/man8/smp_conf_route_info.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
    89
file path=usr/share/man/man8/smp_conf_zone_man_pass.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
    90
file path=usr/share/man/man8/smp_conf_zone_perm_tbl.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
    91
file path=usr/share/man/man8/smp_conf_zone_phy_info.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
    92
file path=usr/share/man/man8/smp_discover.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
    93
file path=usr/share/man/man8/smp_discover_list.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
    94
file path=usr/share/man/man8/smp_ena_dis_zoning.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
    95
file path=usr/share/man/man8/smp_phy_control.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
    96
file path=usr/share/man/man8/smp_phy_test.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
    97
file path=usr/share/man/man8/smp_read_gpio.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
    98
file path=usr/share/man/man8/smp_rep_broadcast.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
    99
file path=usr/share/man/man8/smp_rep_exp_route_tbl.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
   100
file path=usr/share/man/man8/smp_rep_general.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
   101
file path=usr/share/man/man8/smp_rep_manufacturer.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
   102
file path=usr/share/man/man8/smp_rep_phy_err_log.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
   103
file path=usr/share/man/man8/smp_rep_phy_event.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
   104
file path=usr/share/man/man8/smp_rep_phy_event_list.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
   105
file path=usr/share/man/man8/smp_rep_phy_sata.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
   106
file path=usr/share/man/man8/smp_rep_route_info.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
   107
file path=usr/share/man/man8/smp_rep_self_conf_stat.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
   108
file path=usr/share/man/man8/smp_rep_zone_man_pass.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
   109
file path=usr/share/man/man8/smp_rep_zone_perm_tbl.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
   110
file path=usr/share/man/man8/smp_utils.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
   111
file path=usr/share/man/man8/smp_write_gpio.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
   112
file path=usr/share/man/man8/smp_zone_activate.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
   113
file path=usr/share/man/man8/smp_zone_lock.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
   114
file path=usr/share/man/man8/smp_zone_unlock.8
ba06ad809495 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 3732
diff changeset
   115
file path=usr/share/man/man8/smp_zoned_broadcast.8
1344
48d2ae15d995 PSARC/2012/329 smp_utils_0.97
Wenbo Li<Wenbo.Li@Oracle.COM>
parents:
diff changeset
   116
license smp_utils.license license=BSD
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   117
depend type=require fmri=driver/storage/smp