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_generation; 49 ses_snap_hold; 50 ses_snap_new; 51 ses_snap_rele; 52 ses_strerror; 53 ses_walk; 54 55 nvlist_add_fixed_string; 56 nvlist_add_fixed_string_trunc; 57 58 ses_alloc; 59 ses_assert; 60 ses_error; 61 ses_free; 62 ses_nverror; 63 ses_panic; 64 ses_realloc; 65 ses_set_errno; 66 ses_set_nverrno; 67 ses_strdup; 68 ses_zalloc; 69 70 ses_plugin_ctlpage_lookup; 71 ses_plugin_page_lookup; 72 ses_plugin_register; 73 ses_plugin_setspecific; 74 ses_plugin_getspecific; 75 local: 76 *; 77}; 78