xref: /onnv-gate/usr/src/lib/scsi/libses/mapfile-vers (revision 12692:4341b447c069)
16316Seschrock#
26316Seschrock# CDDL HEADER START
36316Seschrock#
46316Seschrock# The contents of this file are subject to the terms of the
56316Seschrock# Common Development and Distribution License (the "License").
66316Seschrock# You may not use this file except in compliance with the License.
76316Seschrock#
86316Seschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
96316Seschrock# or http://www.opensolaris.org/os/licensing.
106316Seschrock# See the License for the specific language governing permissions
116316Seschrock# and limitations under the License.
126316Seschrock#
136316Seschrock# When distributing Covered Code, include this CDDL HEADER in each
146316Seschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
156316Seschrock# If applicable, add the following below this CDDL HEADER, with the
166316Seschrock# fields enclosed by brackets "[]" replaced with your own identifying
176316Seschrock# information: Portions Copyright [yyyy] [name of copyright owner]
186316Seschrock#
196316Seschrock# CDDL HEADER END
206316Seschrock#
216316Seschrock
226316Seschrock#
23*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
246316Seschrock#
258744SAli.Bahrami@Sun.COM
268744SAli.Bahrami@Sun.COM#
278744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
288744SAli.Bahrami@Sun.COM#
298744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
308744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
318744SAli.Bahrami@Sun.COM#
328744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
338744SAli.Bahrami@Sun.COM#
348744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
358744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
368744SAli.Bahrami@Sun.COM#
378744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
388744SAli.Bahrami@Sun.COM#
396316Seschrock
40*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
41*12692SAli.Bahrami@Oracle.COM
42*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
436316Seschrock	global:
446316Seschrock		ses_close;
456316Seschrock		ses_errno;
466316Seschrock		ses_errmsg;
476316Seschrock		ses_node_child;
486316Seschrock		ses_node_ctl;
496316Seschrock		ses_node_id;
506316Seschrock		ses_node_lookup;
516316Seschrock		ses_node_parent;
526316Seschrock		ses_node_props;
536316Seschrock		ses_node_prev_sibling;
546316Seschrock		ses_node_sibling;
556316Seschrock		ses_node_snapshot;
566316Seschrock		ses_node_target;
576316Seschrock		ses_node_type;
586316Seschrock		ses_open;
596316Seschrock		ses_open_scsi;
606316Seschrock		ses_root_node;
616316Seschrock		ses_scsi_target;
626846Sjmcp		ses_snap_primary_enclosure;
636316Seschrock		ses_snap_generation;
646316Seschrock		ses_snap_hold;
656316Seschrock		ses_snap_new;
666316Seschrock		ses_snap_rele;
676316Seschrock		ses_strerror;
686316Seschrock		ses_walk;
696316Seschrock
706316Seschrock		nvlist_add_fixed_string;
716316Seschrock		nvlist_add_fixed_string_trunc;
726316Seschrock
736316Seschrock		ses_alloc;
746316Seschrock		ses_assert;
756316Seschrock		ses_error;
766316Seschrock		ses_free;
776316Seschrock		ses_nverror;
786316Seschrock		ses_panic;
796316Seschrock		ses_realloc;
806316Seschrock		ses_set_errno;
816316Seschrock		ses_set_nverrno;
826316Seschrock		ses_strdup;
836316Seschrock		ses_zalloc;
846316Seschrock
856316Seschrock		ses_plugin_ctlpage_lookup;
866316Seschrock		ses_plugin_page_lookup;
876316Seschrock		ses_plugin_register;
886316Seschrock		ses_plugin_setspecific;
896316Seschrock		ses_plugin_getspecific;
906316Seschrock	local:
916316Seschrock		*;
926316Seschrock};
93