mapfile-vers revision 711890bc9379ceea66272dc8d4981812224ea86e
369N/A#
369N/A# CDDL HEADER START
369N/A#
369N/A# The contents of this file are subject to the terms of the
369N/A# Common Development and Distribution License (the "License").
369N/A# You may not use this file except in compliance with the License.
369N/A#
369N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
369N/A# or http://www.opensolaris.org/os/licensing.
369N/A# See the License for the specific language governing permissions
369N/A# and limitations under the License.
369N/A#
369N/A# When distributing Covered Code, include this CDDL HEADER in each
369N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
369N/A# If applicable, add the following below this CDDL HEADER, with the
369N/A# fields enclosed by brackets "[]" replaced with your own identifying
369N/A# information: Portions Copyright [yyyy] [name of copyright owner]
369N/A#
369N/A# CDDL HEADER END
369N/A#
5622N/A#
369N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
3817N/A# Use is subject to license terms.
3817N/A#
4659N/A# ident "%Z%%M% %I% %E% SMI"
3817N/A#
369N/A
369N/ASUNWprivate {
369N/A global:
369N/A raidcfg_errstr;
369N/A raidcfg_get_controller;
369N/A raidcfg_get_array;
844N/A raidcfg_get_disk;
844N/A raidcfg_open_controller;
369N/A raidcfg_close_controller;
5622N/A raidcfg_get_type;
369N/A raidcfg_get_attr;
3817N/A raidcfg_get_container;
3817N/A raidcfg_list_head;
369N/A raidcfg_list_next;
369N/A raidcfg_set_attr;
369N/A raidcfg_create_array;
369N/A raidcfg_delete_array;
4659N/A raidcfg_set_hsp;
4659N/A raidcfg_unset_hsp;
369N/A raidcfg_update_fw;
369N/A local:
369N/A *;
369N/A};
369N/A