1a6d42e7dSPeter Dunlap#
2a6d42e7dSPeter Dunlap# CDDL HEADER START
3a6d42e7dSPeter Dunlap#
4a6d42e7dSPeter Dunlap# The contents of this file are subject to the terms of the
5a6d42e7dSPeter Dunlap# Common Development and Distribution License (the "License").
6a6d42e7dSPeter Dunlap# You may not use this file except in compliance with the License.
7a6d42e7dSPeter Dunlap#
8a6d42e7dSPeter Dunlap# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9a6d42e7dSPeter Dunlap# or http://www.opensolaris.org/os/licensing.
10a6d42e7dSPeter Dunlap# See the License for the specific language governing permissions
11a6d42e7dSPeter Dunlap# and limitations under the License.
12a6d42e7dSPeter Dunlap#
13a6d42e7dSPeter Dunlap# When distributing Covered Code, include this CDDL HEADER in each
14a6d42e7dSPeter Dunlap# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15a6d42e7dSPeter Dunlap# If applicable, add the following below this CDDL HEADER, with the
16a6d42e7dSPeter Dunlap# fields enclosed by brackets "[]" replaced with your own identifying
17a6d42e7dSPeter Dunlap# information: Portions Copyright [yyyy] [name of copyright owner]
18a6d42e7dSPeter Dunlap#
19a6d42e7dSPeter Dunlap# CDDL HEADER END
20a6d42e7dSPeter Dunlap#
21a6d42e7dSPeter Dunlap#
22*cd3e9333SAli Bahrami# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
23a6d42e7dSPeter Dunlap#
24bfed486aSAli Bahrami
25bfed486aSAli Bahrami#
26bfed486aSAli Bahrami# MAPFILE HEADER START
27bfed486aSAli Bahrami#
28bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
30bfed486aSAli Bahrami#
31bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
32bfed486aSAli Bahrami#
33bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
34bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
35bfed486aSAli Bahrami#
36bfed486aSAli Bahrami# MAPFILE HEADER END
37bfed486aSAli Bahrami#
38*cd3e9333SAli Bahrami
39*cd3e9333SAli Bahrami$mapfile_version 2
40*cd3e9333SAli Bahrami
41*cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.1 {
42a6d42e7dSPeter Dunlap	global:
43a6d42e7dSPeter Dunlap		it_config_load;
44a6d42e7dSPeter Dunlap		it_config_commit;
45a6d42e7dSPeter Dunlap		it_config_setprop;
46a6d42e7dSPeter Dunlap		it_config_free;
47a6d42e7dSPeter Dunlap		it_tgt_create;
48a6d42e7dSPeter Dunlap		it_tgt_setprop;
49a6d42e7dSPeter Dunlap		it_tgt_delete;
50a6d42e7dSPeter Dunlap		it_tgt_free;
51a6d42e7dSPeter Dunlap		it_tpg_create;
52a6d42e7dSPeter Dunlap		it_tpg_delete;
53a6d42e7dSPeter Dunlap		it_tpg_free;
54a6d42e7dSPeter Dunlap		it_ini_create;
55a6d42e7dSPeter Dunlap		it_ini_delete;
56a6d42e7dSPeter Dunlap		it_ini_setprop;
57a6d42e7dSPeter Dunlap		it_ini_free;
58a6d42e7dSPeter Dunlap		it_tpgt_create;
59a6d42e7dSPeter Dunlap		it_tpgt_delete;
60a6d42e7dSPeter Dunlap		it_tpgt_free;
61a6d42e7dSPeter Dunlap		it_portal_create;
62a6d42e7dSPeter Dunlap};
63a6d42e7dSPeter Dunlap
64*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate {
65a6d42e7dSPeter Dunlap	global:
66a6d42e7dSPeter Dunlap		it_config_to_nv;
67a6d42e7dSPeter Dunlap		it_nv_to_config;
68a6d42e7dSPeter Dunlap		it_nv_to_tgtlist;
69a6d42e7dSPeter Dunlap		it_tgtlist_to_nv;
70a6d42e7dSPeter Dunlap		it_tgt_to_nv;
71a6d42e7dSPeter Dunlap		it_nv_to_tgt;
72a6d42e7dSPeter Dunlap		it_tpgt_to_nv;
73a6d42e7dSPeter Dunlap		it_nv_to_tpgt;
74a6d42e7dSPeter Dunlap		it_tpgtlist_to_nv;
75a6d42e7dSPeter Dunlap		it_nv_to_tpgtlist;
76a6d42e7dSPeter Dunlap		it_tpg_to_nv;
77a6d42e7dSPeter Dunlap		it_nv_to_tpg;
78a6d42e7dSPeter Dunlap		it_tpglist_to_nv;
79a6d42e7dSPeter Dunlap		it_nv_to_tpglist;
80a6d42e7dSPeter Dunlap		it_ini_to_nv;
81a6d42e7dSPeter Dunlap		it_nv_to_ini;
82a6d42e7dSPeter Dunlap		it_inilist_to_nv;
83a6d42e7dSPeter Dunlap		it_nv_to_inilist;
84a6d42e7dSPeter Dunlap		it_common_convert_sa;
85a6d42e7dSPeter Dunlap		it_config_free_cmn;
86a6d42e7dSPeter Dunlap		it_tgt_free_cmn;
87a6d42e7dSPeter Dunlap		it_tpg_free_cmn;
88a6d42e7dSPeter Dunlap		it_ini_free_cmn;
89a6d42e7dSPeter Dunlap		it_tpgt_free_cmn;
90a6d42e7dSPeter Dunlap		sockaddr_to_str;
91a6d42e7dSPeter Dunlap		validate_iscsi_name;
92fcc214c3SCharles Ting		canonical_iscsi_name;
93a6d42e7dSPeter Dunlap	local:
94a6d42e7dSPeter Dunlap	    *;
95a6d42e7dSPeter Dunlap};
96