xref: /illumos-gate/usr/src/lib/libndmp/common/mapfile-vers (revision d656abb5804319b33c85955a73ee450ef7ff9739)
1#
2# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5
6#
7# BSD 3 Clause License
8#
9# Copyright (c) 2007, The Storage Networking Industry Association.
10#
11# Redistribution and use in source and binary forms, with or without
12# modification, are permitted provided that the following conditions
13# are met:
14# 	- Redistributions of source code must retain the above copyright
15#	  notice, this list of conditions and the following disclaimer.
16#
17# 	- Redistributions in binary form must reproduce the above copyright
18#	  notice, this list of conditions and the following disclaimer in
19#	  the documentation and/or other materials provided with the
20#	  distribution.
21#
22#	- Neither the name of The Storage Networking Industry Association (SNIA)
23#	  nor the names of its contributors may be used to endorse or promote
24#	  products derived from this software without specific prior written
25#	  permission.
26#
27# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
28# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
29# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
30# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
31# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
32# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
33# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
34# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
35# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
36# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
37# POSSIBILITY OF SUCH DAMAGE.
38#
39
40#
41# MAPFILE HEADER START
42#
43# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
44# Object versioning must comply with the rules detailed in
45#
46#	usr/src/lib/README.mapfiles
47#
48# You should not be making modifications here until you've read the most current
49# copy of that file. If you need help, contact a gatekeeper for guidance.
50#
51# MAPFILE HEADER END
52#
53
54SUNWprivate_1.1 {
55    global:
56	ndmp_get_devinfo;
57	ndmp_get_devinfo_free;
58	ndmp_terminate_session;
59	ndmp_get_session_info;
60	ndmp_get_session_info_free;
61	ndmp_get_stats;
62	ndmp_get_prop;
63	ndmp_set_prop;
64	ndmp_service_refresh;
65	ndmp_door_status;
66	ndmp_base64_encode;
67	ndmp_base64_decode;
68	ndmp_strerror;
69	ndmp_errno;
70	ndmp_door_decode_start;
71	ndmp_door_decode_finish;
72	ndmp_door_encode_start;
73	ndmp_door_encode_finish;
74	ndmp_door_get_int32;
75	ndmp_door_get_uint32;
76	ndmp_door_get_string;
77	ndmp_door_put_int32;
78	ndmp_door_put_uint32;
79	ndmp_door_put_string;
80	ndmp_door_free_string;
81	ndmp_door_get_int64;
82	ndmp_door_get_uint64;
83	ndmp_door_put_uint64;
84	ndmp_door_put_short;
85	ndmp_door_get_short;
86	ndmp_door_put_ushort;
87	ndmp_door_get_ushort;
88	ndmp_door_put_buf;
89	ndmp_door_get_buf;
90    local:
91	*;
92};
93