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