mapfile-vers revision 2654012f83cec5dc15b61dfe3e4a4915f186e7a6
98N/A#
98N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
1447N/A# Use is subject to license terms.
98N/A#
98N/A
919N/A#
919N/A# BSD 3 Clause License
919N/A#
919N/A# Copyright (c) 2007, The Storage Networking Industry Association.
919N/A#
919N/A# Redistribution and use in source and binary forms, with or without
919N/A# modification, are permitted provided that the following conditions
919N/A# are met:
919N/A# - Redistributions of source code must retain the above copyright
919N/A# notice, this list of conditions and the following disclaimer.
919N/A#
919N/A# - Redistributions in binary form must reproduce the above copyright
919N/A# notice, this list of conditions and the following disclaimer in
919N/A# the documentation and/or other materials provided with the
919N/A# distribution.
919N/A#
919N/A# - Neither the name of The Storage Networking Industry Association (SNIA)
98N/A# nor the names of its contributors may be used to endorse or promote
98N/A# products derived from this software without specific prior written
98N/A# permission.
493N/A#
493N/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
98N/A# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
970N/A# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
970N/A# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
970N/A# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
970N/A# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
970N/A# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
970N/A# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
970N/A# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
1003N/A# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1339N/A# POSSIBILITY OF SUCH DAMAGE.
1339N/A#
970N/ASUNWprivate_1.1 {
970N/A global:
970N/A ndmp_get_devinfo;
970N/A ndmp_get_devinfo_free;
1366N/A ndmp_terminate_session;
1366N/A ndmp_get_session_info;
970N/A ndmp_get_session_info_free;
98N/A ndmp_get_stats;
1366N/A ndmp_get_prop;
98N/A ndmp_set_prop;
911N/A ndmp_service_refresh;
1366N/A ndmp_door_status;
1366N/A ndmp_base64_encode;
911N/A ndmp_base64_decode;
98N/A ndmp_strerror;
493N/A ndmp_errno;
493N/A ndmp_door_decode_start;
98N/A ndmp_door_decode_finish;
98N/A ndmp_door_encode_start;
1089N/A ndmp_door_encode_finish;
156N/A ndmp_door_get_int32;
493N/A ndmp_door_get_uint32;
493N/A ndmp_door_get_string;
493N/A ndmp_door_put_int32;
493N/A ndmp_door_put_uint32;
493N/A ndmp_door_put_string;
493N/A ndmp_door_free_string;
98N/A ndmp_door_get_int64;
98N/A ndmp_door_get_uint64;
98N/A ndmp_door_put_uint64;
1345N/A ndmp_door_put_short;
1351N/A ndmp_door_get_short;
1366N/A ndmp_door_put_ushort;
606N/A ndmp_door_get_ushort;
1422N/A ndmp_door_put_buf;
1422N/A ndmp_door_get_buf;
1422N/A local:
1422N/A *;
1422N/A};
1422N/A