mapfile-vers revision fcc214c383d20beb968b623b83d851672e174702
6622N/A#
6622N/A# CDDL HEADER START
6622N/A#
6622N/A# The contents of this file are subject to the terms of the
6622N/A# Common Development and Distribution License (the "License").
6622N/A# You may not use this file except in compliance with the License.
6622N/A#
6622N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6622N/A# or http://www.opensolaris.org/os/licensing.
6622N/A# See the License for the specific language governing permissions
6622N/A# and limitations under the License.
6622N/A#
6622N/A# When distributing Covered Code, include this CDDL HEADER in each
6622N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6622N/A# If applicable, add the following below this CDDL HEADER, with the
6622N/A# fields enclosed by brackets "[]" replaced with your own identifying
6622N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6622N/A#
6622N/A# CDDL HEADER END
6622N/A#
6622N/A#
6622N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
6622N/A# Use is subject to license terms.
6622N/A#
6622N/A
6622N/A#
6622N/A# MAPFILE HEADER START
6622N/A#
6622N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
6622N/A# Object versioning must comply with the rules detailed in
6921N/A#
6921N/A# usr/src/lib/README.mapfiles
6921N/A#
6921N/A# You should not be making modifications here until you've read the most current
6622N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
6622N/A#
6622N/A# MAPFILE HEADER END
6622N/A#
6622N/ASUNW_1.1 {
6622N/A global:
6622N/A it_config_load;
6622N/A it_config_commit;
6622N/A it_config_setprop;
6622N/A it_config_free;
6622N/A it_tgt_create;
6622N/A it_tgt_setprop;
6622N/A it_tgt_delete;
6622N/A it_tgt_free;
6638N/A it_tpg_create;
6638N/A it_tpg_delete;
6638N/A it_tpg_free;
6638N/A it_ini_create;
6638N/A it_ini_delete;
6638N/A it_ini_setprop;
6638N/A it_ini_free;
6622N/A it_tpgt_create;
6622N/A it_tpgt_delete;
6921N/A it_tpgt_free;
6622N/A it_portal_create;
6622N/A};
6622N/A
6622N/ASUNWprivate {
6622N/A global:
6622N/A it_config_to_nv;
6622N/A it_nv_to_config;
6622N/A it_nv_to_tgtlist;
6622N/A it_tgtlist_to_nv;
6622N/A it_tgt_to_nv;
6622N/A it_nv_to_tgt;
6622N/A it_tpgt_to_nv;
6622N/A it_nv_to_tpgt;
6622N/A it_tpgtlist_to_nv;
6622N/A it_nv_to_tpgtlist;
6622N/A it_tpg_to_nv;
6622N/A it_nv_to_tpg;
6622N/A it_tpglist_to_nv;
6622N/A it_nv_to_tpglist;
6622N/A it_ini_to_nv;
6622N/A it_nv_to_ini;
6622N/A it_inilist_to_nv;
6622N/A it_nv_to_inilist;
6622N/A it_common_convert_sa;
6622N/A it_config_free_cmn;
6622N/A it_tgt_free_cmn;
6622N/A it_tpg_free_cmn;
6622N/A it_ini_free_cmn;
6622N/A it_tpgt_free_cmn;
6622N/A sockaddr_to_str;
6622N/A validate_iscsi_name;
6622N/A canonical_iscsi_name;
6622N/A local:
6622N/A *;
6622N/A};
6622N/A
6622N/A