components/smp_utils/smp_utils.p5m
author Shawn Walker-Salas <shawn.walker@oracle.com>
Wed, 30 Mar 2016 13:33:31 -0700
changeset 5682 94c0ca64c022
parent 5000 ba06ad809495
permissions -rw-r--r--
15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh 22228656 remove redundant declarations and additions from makefiles 22252545 simplify build rules for components from common upstream 22378457 tclConfig.sh compiler settings are too specific 22727315 httping curses gui missing 22750630 procmail ignores userland cflags and may use private strstr function 22758725 wdiff uses diff from PATH instead of /usr/gnu/bin/diff 22926847 cloog Makefile typo when setting ASLR_MODE 22935090 tk config script has wrong linker flags
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
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    43
file 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
    44
file RtSCSIDeviceInfo.html \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    45
    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
    46
file RtSCSIDeviceManagement.html \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    47
    path=usr/lib/help/profiles/locale/RtSCSIDeviceManagement.html
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    48
file path=usr/sbin/smp_conf_general
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    49
file path=usr/sbin/smp_conf_phy_event
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    50
file path=usr/sbin/smp_conf_route_info
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    51
file path=usr/sbin/smp_conf_zone_man_pass
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    52
file path=usr/sbin/smp_conf_zone_perm_tbl
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    53
file path=usr/sbin/smp_conf_zone_phy_info
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    54
file path=usr/sbin/smp_discover
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    55
file path=usr/sbin/smp_discover_list
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    56
file path=usr/sbin/smp_ena_dis_zoning
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    57
file path=usr/sbin/smp_phy_control
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    58
file path=usr/sbin/smp_phy_test
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    59
file path=usr/sbin/smp_read_gpio
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    60
file path=usr/sbin/smp_rep_broadcast
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    61
file path=usr/sbin/smp_rep_exp_route_tbl
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    62
file path=usr/sbin/smp_rep_general
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    63
file path=usr/sbin/smp_rep_manufacturer
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    64
file path=usr/sbin/smp_rep_phy_err_log
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    65
file path=usr/sbin/smp_rep_phy_event
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    66
file path=usr/sbin/smp_rep_phy_event_list
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    67
file path=usr/sbin/smp_rep_phy_sata
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    68
file path=usr/sbin/smp_rep_route_info
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    69
file path=usr/sbin/smp_rep_self_conf_stat
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    70
file path=usr/sbin/smp_rep_zone_man_pass
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    71
file path=usr/sbin/smp_rep_zone_perm_tbl
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    72
file path=usr/sbin/smp_write_gpio
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    73
file path=usr/sbin/smp_zone_activate
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    74
file path=usr/sbin/smp_zone_lock
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    75
file path=usr/sbin/smp_zone_unlock
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5000
diff changeset
    76
file 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
    77
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
    78
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
    79
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
    80
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
    81
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
    82
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
    83
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
    84
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
    85
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
    86
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
    87
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
    88
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
    89
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
    90
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
    91
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
    92
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
    93
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
    94
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
    95
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
    96
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
    97
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
    98
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
    99
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
   100
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
   101
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
   102
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
   103
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
   104
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
   105
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
   106
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
   107
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
   108
depend type=require fmri=driver/storage/smp