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