xref: /titanic_41/usr/src/lib/scsi/libses/mapfile-vers (revision 275c9da86e89f8abf71135cf63d9fc23671b2e60)
1*275c9da8Seschrock#
2*275c9da8Seschrock# CDDL HEADER START
3*275c9da8Seschrock#
4*275c9da8Seschrock# The contents of this file are subject to the terms of the
5*275c9da8Seschrock# Common Development and Distribution License (the "License").
6*275c9da8Seschrock# You may not use this file except in compliance with the License.
7*275c9da8Seschrock#
8*275c9da8Seschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*275c9da8Seschrock# or http://www.opensolaris.org/os/licensing.
10*275c9da8Seschrock# See the License for the specific language governing permissions
11*275c9da8Seschrock# and limitations under the License.
12*275c9da8Seschrock#
13*275c9da8Seschrock# When distributing Covered Code, include this CDDL HEADER in each
14*275c9da8Seschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*275c9da8Seschrock# If applicable, add the following below this CDDL HEADER, with the
16*275c9da8Seschrock# fields enclosed by brackets "[]" replaced with your own identifying
17*275c9da8Seschrock# information: Portions Copyright [yyyy] [name of copyright owner]
18*275c9da8Seschrock#
19*275c9da8Seschrock# CDDL HEADER END
20*275c9da8Seschrock#
21*275c9da8Seschrock
22*275c9da8Seschrock#
23*275c9da8Seschrock# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24*275c9da8Seschrock# Use is subject to license terms.
25*275c9da8Seschrock#
26*275c9da8Seschrock# ident	"%Z%%M%	%I%	%E% SMI"
27*275c9da8Seschrock
28*275c9da8SeschrockSUNWprivate_1.1 {
29*275c9da8Seschrock	global:
30*275c9da8Seschrock		ses_close;
31*275c9da8Seschrock		ses_errno;
32*275c9da8Seschrock		ses_errmsg;
33*275c9da8Seschrock		ses_node_child;
34*275c9da8Seschrock		ses_node_ctl;
35*275c9da8Seschrock		ses_node_id;
36*275c9da8Seschrock		ses_node_lookup;
37*275c9da8Seschrock		ses_node_parent;
38*275c9da8Seschrock		ses_node_props;
39*275c9da8Seschrock		ses_node_prev_sibling;
40*275c9da8Seschrock		ses_node_sibling;
41*275c9da8Seschrock		ses_node_snapshot;
42*275c9da8Seschrock		ses_node_target;
43*275c9da8Seschrock		ses_node_type;
44*275c9da8Seschrock		ses_open;
45*275c9da8Seschrock		ses_open_scsi;
46*275c9da8Seschrock		ses_root_node;
47*275c9da8Seschrock		ses_scsi_target;
48*275c9da8Seschrock		ses_snap_generation;
49*275c9da8Seschrock		ses_snap_hold;
50*275c9da8Seschrock		ses_snap_new;
51*275c9da8Seschrock		ses_snap_rele;
52*275c9da8Seschrock		ses_strerror;
53*275c9da8Seschrock		ses_walk;
54*275c9da8Seschrock
55*275c9da8Seschrock		nvlist_add_fixed_string;
56*275c9da8Seschrock		nvlist_add_fixed_string_trunc;
57*275c9da8Seschrock
58*275c9da8Seschrock		ses_alloc;
59*275c9da8Seschrock		ses_assert;
60*275c9da8Seschrock		ses_error;
61*275c9da8Seschrock		ses_free;
62*275c9da8Seschrock		ses_nverror;
63*275c9da8Seschrock		ses_panic;
64*275c9da8Seschrock		ses_realloc;
65*275c9da8Seschrock		ses_set_errno;
66*275c9da8Seschrock		ses_set_nverrno;
67*275c9da8Seschrock		ses_strdup;
68*275c9da8Seschrock		ses_zalloc;
69*275c9da8Seschrock
70*275c9da8Seschrock		ses_plugin_ctlpage_lookup;
71*275c9da8Seschrock		ses_plugin_page_lookup;
72*275c9da8Seschrock		ses_plugin_register;
73*275c9da8Seschrock		ses_plugin_setspecific;
74*275c9da8Seschrock		ses_plugin_getspecific;
75*275c9da8Seschrock	local:
76*275c9da8Seschrock		*;
77*275c9da8Seschrock};
78