mapfile-vers revision a6d42e7d71324c5193c3b94d57d96ba2925d52e1
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync#
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync# CDDL HEADER START
5b281ba489ca18f0380d7efc7a5108b606cce449vboxsync#
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync# The contents of this file are subject to the terms of the
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync# Common Development and Distribution License (the "License").
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync# You may not use this file except in compliance with the License.
c58f1213e628a545081c70e26c6b67a841cff880vboxsync#
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync# or http://www.opensolaris.org/os/licensing.
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync# See the License for the specific language governing permissions
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync# and limitations under the License.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# When distributing Covered Code, include this CDDL HEADER in each
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# If applicable, add the following below this CDDL HEADER, with the
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# CDDL HEADER END
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# Use is subject to license terms.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsyncSUNW_1.1 {
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync global:
8c99dcd207cf5b7bee01f95fbe19728a94076f94vboxsync it_config_load;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_config_commit;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_config_setprop;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_config_free;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_tgt_create;
8c99dcd207cf5b7bee01f95fbe19728a94076f94vboxsync it_tgt_setprop;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_tgt_delete;
8c99dcd207cf5b7bee01f95fbe19728a94076f94vboxsync it_tgt_free;
a8f65e585466d1267633cea76b4f97a69b7f1cc0vboxsync it_tpg_create;
a8f65e585466d1267633cea76b4f97a69b7f1cc0vboxsync it_tpg_delete;
a8f65e585466d1267633cea76b4f97a69b7f1cc0vboxsync it_tpg_free;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_ini_create;
8c99dcd207cf5b7bee01f95fbe19728a94076f94vboxsync it_ini_delete;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_ini_setprop;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_ini_free;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_tpgt_create;
5eda82e218d35ae0691febd531e1bfc0324cc4a6vboxsync it_tpgt_delete;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_tpgt_free;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_portal_create;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync};
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsyncSUNWprivate {
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync global:
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_config_to_nv;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_nv_to_config;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_nv_to_tgtlist;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_tgtlist_to_nv;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_tgt_to_nv;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_nv_to_tgt;
5eda82e218d35ae0691febd531e1bfc0324cc4a6vboxsync it_tpgt_to_nv;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_nv_to_tpgt;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_tpgtlist_to_nv;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_nv_to_tpgtlist;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_tpg_to_nv;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_nv_to_tpg;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_tpglist_to_nv;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_nv_to_tpglist;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_ini_to_nv;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_nv_to_ini;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_inilist_to_nv;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_nv_to_inilist;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_common_convert_sa;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_config_free_cmn;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_tgt_free_cmn;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_tpg_free_cmn;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_ini_free_cmn;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync it_tpgt_free_cmn;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync sockaddr_to_str;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync validate_iscsi_name;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync local:
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync *;
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync};
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync
f4db180328f833f9fc9cb07a1a4a0bc948a47afevboxsync