1275c9da8Seschrock# 2275c9da8Seschrock# CDDL HEADER START 3275c9da8Seschrock# 4275c9da8Seschrock# The contents of this file are subject to the terms of the 5275c9da8Seschrock# Common Development and Distribution License (the "License"). 6275c9da8Seschrock# You may not use this file except in compliance with the License. 7275c9da8Seschrock# 8275c9da8Seschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9275c9da8Seschrock# or http://www.opensolaris.org/os/licensing. 10275c9da8Seschrock# See the License for the specific language governing permissions 11275c9da8Seschrock# and limitations under the License. 12275c9da8Seschrock# 13275c9da8Seschrock# When distributing Covered Code, include this CDDL HEADER in each 14275c9da8Seschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15275c9da8Seschrock# If applicable, add the following below this CDDL HEADER, with the 16275c9da8Seschrock# fields enclosed by brackets "[]" replaced with your own identifying 17275c9da8Seschrock# information: Portions Copyright [yyyy] [name of copyright owner] 18275c9da8Seschrock# 19275c9da8Seschrock# CDDL HEADER END 20275c9da8Seschrock# 21275c9da8Seschrock 22275c9da8Seschrock# 23275c9da8Seschrock# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 24275c9da8Seschrock# Use is subject to license terms. 25275c9da8Seschrock# 26275c9da8Seschrock# ident "%Z%%M% %I% %E% SMI" 27275c9da8Seschrock 28275c9da8SeschrockSUNWprivate_1.1 { 29275c9da8Seschrock global: 30275c9da8Seschrock ses_close; 31275c9da8Seschrock ses_errno; 32275c9da8Seschrock ses_errmsg; 33275c9da8Seschrock ses_node_child; 34275c9da8Seschrock ses_node_ctl; 35275c9da8Seschrock ses_node_id; 36275c9da8Seschrock ses_node_lookup; 37275c9da8Seschrock ses_node_parent; 38275c9da8Seschrock ses_node_props; 39275c9da8Seschrock ses_node_prev_sibling; 40275c9da8Seschrock ses_node_sibling; 41275c9da8Seschrock ses_node_snapshot; 42275c9da8Seschrock ses_node_target; 43275c9da8Seschrock ses_node_type; 44275c9da8Seschrock ses_open; 45275c9da8Seschrock ses_open_scsi; 46275c9da8Seschrock ses_root_node; 47275c9da8Seschrock ses_scsi_target; 48*c4800545Sjmcp ses_snap_primary_enclosure; 49275c9da8Seschrock ses_snap_generation; 50275c9da8Seschrock ses_snap_hold; 51275c9da8Seschrock ses_snap_new; 52275c9da8Seschrock ses_snap_rele; 53275c9da8Seschrock ses_strerror; 54275c9da8Seschrock ses_walk; 55275c9da8Seschrock 56275c9da8Seschrock nvlist_add_fixed_string; 57275c9da8Seschrock nvlist_add_fixed_string_trunc; 58275c9da8Seschrock 59275c9da8Seschrock ses_alloc; 60275c9da8Seschrock ses_assert; 61275c9da8Seschrock ses_error; 62275c9da8Seschrock ses_free; 63275c9da8Seschrock ses_nverror; 64275c9da8Seschrock ses_panic; 65275c9da8Seschrock ses_realloc; 66275c9da8Seschrock ses_set_errno; 67275c9da8Seschrock ses_set_nverrno; 68275c9da8Seschrock ses_strdup; 69275c9da8Seschrock ses_zalloc; 70275c9da8Seschrock 71275c9da8Seschrock ses_plugin_ctlpage_lookup; 72275c9da8Seschrock ses_plugin_page_lookup; 73275c9da8Seschrock ses_plugin_register; 74275c9da8Seschrock ses_plugin_setspecific; 75275c9da8Seschrock ses_plugin_getspecific; 76275c9da8Seschrock local: 77275c9da8Seschrock *; 78275c9da8Seschrock}; 79