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