mapfile-vers revision bfed486ad8de8b8ebc6345a8e10accae08bf2f45
10139N/A#
10139N/A# CDDL HEADER START
10139N/A#
16880N/A# The contents of this file are subject to the terms of the
10139N/A# Common Development and Distribution License (the "License").
10139N/A# You may not use this file except in compliance with the License.
10139N/A#
17185N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10139N/A# or http://www.opensolaris.org/os/licensing.
16880N/A# See the License for the specific language governing permissions
17178N/A# and limitations under the License.
17178N/A#
10139N/A# When distributing Covered Code, include this CDDL HEADER in each
16880N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
10139N/A# If applicable, add the following below this CDDL HEADER, with the
17562N/A# fields enclosed by brackets "[]" replaced with your own identifying
12578N/A# information: Portions Copyright [yyyy] [name of copyright owner]
10139N/A#
10139N/A# CDDL HEADER END
10139N/A#
17346N/A#
16880N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
16880N/A# Use is subject to license terms.
16880N/A#
16880N/A
17089N/A#
17089N/A# MAPFILE HEADER START
16880N/A#
16880N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
16880N/A# Object versioning must comply with the rules detailed in
16880N/A#
16880N/A# usr/src/lib/README.mapfiles
16880N/A#
16880N/A# You should not be making modifications here until you've read the most current
16880N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
16880N/A#
16880N/A# MAPFILE HEADER END
16880N/A#
17089N/A
17073N/ASUNWprivate {
17089N/A global:
17074N/A raidcfg_errstr;
17089N/A raidcfg_get_controller;
17233N/A raidcfg_get_array;
17186N/A raidcfg_get_disk;
17222N/A raidcfg_open_controller;
17346N/A raidcfg_close_controller;
17247N/A raidcfg_get_type;
17346N/A raidcfg_get_attr;
17281N/A raidcfg_get_container;
17346N/A raidcfg_list_head;
17285N/A raidcfg_list_next;
17346N/A raidcfg_set_attr;
17402N/A raidcfg_create_array;
17402N/A raidcfg_delete_array;
17402N/A raidcfg_set_hsp;
17402N/A raidcfg_unset_hsp;
17402N/A raidcfg_update_fw;
17535N/A local:
17562N/A *;
17535N/A};
17535N/A