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