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# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25# ident "%Z%%M% %I% %E% SMI" 26# 27 28SUNWprivate_1.1 { 29 global: 30 sa_get_optionset; 31 sa_create_property; 32 sa_get_property; 33 sa_create_security; 34 sa_update_legacy; 35 sa_get_group_attr; 36 sa_free_share_description; 37 sa_remove_group; 38 sa_add_property; 39 sa_get_sub_group; 40 sa_get_next_optionset; 41 sa_update_property; 42 sa_destroy_security; 43 sa_update_sharetab; 44 sa_create_protocol_properties; 45 sa_get_group; 46 sa_get_security; 47 sa_get_protocol_property; 48 sa_add_share; 49 sa_valid_group_name; 50 sa_get_optionset_attr; 51 sa_remove_property; 52 sa_set_security_attr; 53 sa_delete_sharetab; 54 sa_format_free; 55 sa_add_protocol_property; 56 sa_check_path; 57 sa_free_derived_optionset; 58 sa_is_security; 59 sa_get_protocols; 60 sa_get_parent_group; 61 sa_set_optionset_attr; 62 sa_commit_properties; 63 sa_parse_legacy_options; 64 sa_zfs_is_shared; 65 sa_get_derived_optionset; 66 sa_move_share; 67 sa_group_is_zfs; 68 sa_update_config; 69 sa_get_share_attr; 70 sa_create_optionset; 71 sa_valid_property; 72 sa_proto_legacy_format; 73 sa_proto_valid_space; 74 sa_proto_space_alias; 75 sa_get_next_protocol_property; 76 sa_remove_share; 77 sa_is_share; 78 sa_get_share_description; 79 sa_get_share; 80 sa_get_next_group; 81 sa_set_share_attr; 82 sa_destroy_optionset; 83 sa_get_derived_security; 84 sa_proto_get_properties; 85 sa_get_all_security_types; 86 sa_get_resource; 87 sa_set_share_description; 88 sa_set_group_attr; 89 sa_disable_share; 90 sa_get_next_property; 91 sa_get_next_security; 92 sa_get_protocol_status; 93 sa_init; 94 sa_find_share; 95 sa_set_protocol_property; 96 sa_fini; 97 sa_errorstr; 98 sa_get_next_share; 99 sa_free_attr_string; 100 sa_get_property_attr; 101 sa_get_security_attr; 102 sa_delete_legacy; 103 sa_free_derived_security; 104 sa_enable_share; 105 sa_create_group; 106 sa_valid_protocol; 107 local: 108 *; 109}; 110 111