17917SReza.Sabdar@Sun.COM# 2*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. 37917SReza.Sabdar@Sun.COM# 47917SReza.Sabdar@Sun.COM 57917SReza.Sabdar@Sun.COM# 67917SReza.Sabdar@Sun.COM# BSD 3 Clause License 77917SReza.Sabdar@Sun.COM# 87917SReza.Sabdar@Sun.COM# Copyright (c) 2007, The Storage Networking Industry Association. 97917SReza.Sabdar@Sun.COM# 107917SReza.Sabdar@Sun.COM# Redistribution and use in source and binary forms, with or without 117917SReza.Sabdar@Sun.COM# modification, are permitted provided that the following conditions 127917SReza.Sabdar@Sun.COM# are met: 137917SReza.Sabdar@Sun.COM# - Redistributions of source code must retain the above copyright 147917SReza.Sabdar@Sun.COM# notice, this list of conditions and the following disclaimer. 157917SReza.Sabdar@Sun.COM# 167917SReza.Sabdar@Sun.COM# - Redistributions in binary form must reproduce the above copyright 177917SReza.Sabdar@Sun.COM# notice, this list of conditions and the following disclaimer in 187917SReza.Sabdar@Sun.COM# the documentation and/or other materials provided with the 197917SReza.Sabdar@Sun.COM# distribution. 207917SReza.Sabdar@Sun.COM# 217917SReza.Sabdar@Sun.COM# - Neither the name of The Storage Networking Industry Association (SNIA) 227917SReza.Sabdar@Sun.COM# nor the names of its contributors may be used to endorse or promote 237917SReza.Sabdar@Sun.COM# products derived from this software without specific prior written 247917SReza.Sabdar@Sun.COM# permission. 257917SReza.Sabdar@Sun.COM# 267917SReza.Sabdar@Sun.COM# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 277917SReza.Sabdar@Sun.COM# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 287917SReza.Sabdar@Sun.COM# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 297917SReza.Sabdar@Sun.COM# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 307917SReza.Sabdar@Sun.COM# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 317917SReza.Sabdar@Sun.COM# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 327917SReza.Sabdar@Sun.COM# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 337917SReza.Sabdar@Sun.COM# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 347917SReza.Sabdar@Sun.COM# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 357917SReza.Sabdar@Sun.COM# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 367917SReza.Sabdar@Sun.COM# POSSIBILITY OF SUCH DAMAGE. 377917SReza.Sabdar@Sun.COM# 388744SAli.Bahrami@Sun.COM 398744SAli.Bahrami@Sun.COM# 408744SAli.Bahrami@Sun.COM# MAPFILE HEADER START 418744SAli.Bahrami@Sun.COM# 428744SAli.Bahrami@Sun.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 438744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in 448744SAli.Bahrami@Sun.COM# 458744SAli.Bahrami@Sun.COM# usr/src/lib/README.mapfiles 468744SAli.Bahrami@Sun.COM# 478744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current 488744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 498744SAli.Bahrami@Sun.COM# 508744SAli.Bahrami@Sun.COM# MAPFILE HEADER END 518744SAli.Bahrami@Sun.COM# 528744SAli.Bahrami@Sun.COM 53*12692SAli.Bahrami@Oracle.COM$mapfile_version 2 54*12692SAli.Bahrami@Oracle.COM 55*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 { 567917SReza.Sabdar@Sun.COM global: 577917SReza.Sabdar@Sun.COM ndmp_get_devinfo; 587917SReza.Sabdar@Sun.COM ndmp_get_devinfo_free; 597917SReza.Sabdar@Sun.COM ndmp_terminate_session; 607917SReza.Sabdar@Sun.COM ndmp_get_session_info; 617917SReza.Sabdar@Sun.COM ndmp_get_session_info_free; 627917SReza.Sabdar@Sun.COM ndmp_get_stats; 637917SReza.Sabdar@Sun.COM ndmp_get_prop; 647917SReza.Sabdar@Sun.COM ndmp_set_prop; 657917SReza.Sabdar@Sun.COM ndmp_service_refresh; 667917SReza.Sabdar@Sun.COM ndmp_door_status; 677917SReza.Sabdar@Sun.COM ndmp_base64_encode; 687917SReza.Sabdar@Sun.COM ndmp_base64_decode; 697917SReza.Sabdar@Sun.COM ndmp_strerror; 707917SReza.Sabdar@Sun.COM ndmp_errno; 717917SReza.Sabdar@Sun.COM ndmp_door_decode_start; 727917SReza.Sabdar@Sun.COM ndmp_door_decode_finish; 737917SReza.Sabdar@Sun.COM ndmp_door_encode_start; 747917SReza.Sabdar@Sun.COM ndmp_door_encode_finish; 757917SReza.Sabdar@Sun.COM ndmp_door_get_int32; 767917SReza.Sabdar@Sun.COM ndmp_door_get_uint32; 777917SReza.Sabdar@Sun.COM ndmp_door_get_string; 787917SReza.Sabdar@Sun.COM ndmp_door_put_int32; 797917SReza.Sabdar@Sun.COM ndmp_door_put_uint32; 807917SReza.Sabdar@Sun.COM ndmp_door_put_string; 817917SReza.Sabdar@Sun.COM ndmp_door_free_string; 827917SReza.Sabdar@Sun.COM ndmp_door_get_int64; 837917SReza.Sabdar@Sun.COM ndmp_door_get_uint64; 847917SReza.Sabdar@Sun.COM ndmp_door_put_uint64; 857917SReza.Sabdar@Sun.COM ndmp_door_put_short; 867917SReza.Sabdar@Sun.COM ndmp_door_get_short; 877917SReza.Sabdar@Sun.COM ndmp_door_put_ushort; 887917SReza.Sabdar@Sun.COM ndmp_door_get_ushort; 897917SReza.Sabdar@Sun.COM ndmp_door_put_buf; 907917SReza.Sabdar@Sun.COM ndmp_door_get_buf; 917917SReza.Sabdar@Sun.COM local: 927917SReza.Sabdar@Sun.COM *; 937917SReza.Sabdar@Sun.COM}; 94