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