mapfile-vers revision 4bff34e37def8a90f9194d81bc345c52ba20086a
2586N/A#
2586N/A# CDDL HEADER START
2586N/A#
2586N/A# The contents of this file are subject to the terms of the
2586N/A# Common Development and Distribution License (the "License").
2586N/A# You may not use this file except in compliance with the License.
2586N/A#
2586N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2586N/A# or http://www.opensolaris.org/os/licensing.
2586N/A# See the License for the specific language governing permissions
2586N/A# and limitations under the License.
2586N/A#
2586N/A# When distributing Covered Code, include this CDDL HEADER in each
2586N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2586N/A# If applicable, add the following below this CDDL HEADER, with the
2586N/A# fields enclosed by brackets "[]" replaced with your own identifying
2586N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2586N/A#
2586N/A# CDDL HEADER END
2586N/A#
2586N/A#
2586N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
2586N/A# Use is subject to license terms.
2586N/A#
2586N/A# ident "%Z%%M% %I% %E% SMI"
2586N/A#
2586N/A
2586N/ASUNWprivate {
2586N/A global:
2586N/A sa_get_optionset;
2586N/A sa_create_property;
2586N/A sa_create_section;
2586N/A sa_set_section_attr;
2586N/A sa_get_property;
2586N/A sa_create_security;
2586N/A sa_update_legacy;
2586N/A sa_get_group_attr;
2586N/A sa_free_share_description;
2586N/A sa_remove_group;
2586N/A sa_add_property;
2586N/A sa_get_sub_group;
2586N/A sa_get_next_optionset;
2586N/A sa_update_property;
2586N/A sa_destroy_security;
2586N/A sa_update_sharetab;
2586N/A sa_create_protocol_properties;
2586N/A sa_get_group;
2586N/A sa_get_security;
2586N/A sa_get_protocol_property;
2586N/A sa_get_protocol_section;
2586N/A sa_add_share;
2586N/A sa_valid_group_name;
2586N/A sa_get_optionset_attr;
2586N/A sa_remove_property;
2586N/A sa_set_security_attr;
2586N/A sa_delete_sharetab;
2586N/A sa_format_free;
2586N/A sa_add_protocol_property;
2586N/A sa_check_path;
2586N/A sa_free_derived_optionset;
2586N/A sa_is_security;
2586N/A sa_get_protocols;
2586N/A sa_get_parent_group;
2586N/A sa_set_optionset_attr;
2586N/A sa_commit_properties;
2586N/A sa_parse_legacy_options;
2586N/A sa_zfs_is_shared;
2586N/A sa_share_zfs;
2586N/A sa_path_is_zfs;
2586N/A sa_get_derived_optionset;
2586N/A sa_move_share;
2586N/A sa_group_is_zfs;
2586N/A sa_update_config;
2586N/A sa_sharetab_fill_zfs;
2586N/A sa_emptyshare;
2586N/A sa_get_share_attr;
2586N/A sa_create_optionset;
2586N/A sa_valid_property;
2586N/A sa_proto_legacy_format;
2586N/A sa_proto_valid_space;
2586N/A sa_proto_space_alias;
2586N/A sa_get_next_protocol_property;
2586N/A sa_get_next_protocol_section;
2586N/A sa_remove_share;
2586N/A sa_is_share;
2586N/A sa_get_share_description;
2586N/A sa_get_share;
2586N/A sa_get_next_group;
2586N/A sa_set_share_attr;
2586N/A sa_destroy_optionset;
2586N/A sa_get_derived_security;
2586N/A sa_proto_get_properties;
2586N/A sa_get_all_security_types;
2586N/A sa_get_resource;
2586N/A sa_set_share_description;
2586N/A sa_set_group_attr;
2586N/A sa_disable_share;
2586N/A sa_get_next_property;
2586N/A sa_get_next_security;
2586N/A sa_get_protocol_status;
2586N/A sa_init;
2586N/A sa_find_share;
2586N/A sa_set_protocol_property;
2586N/A sa_fini;
2586N/A sa_errorstr;
2586N/A sa_get_next_share;
2586N/A sa_free_attr_string;
2586N/A sa_get_property_attr;
2586N/A sa_get_security_attr;
2586N/A sa_delete_legacy;
2586N/A sa_free_derived_security;
2586N/A sa_enable_share;
2586N/A sa_enable_resource;
2586N/A sa_create_group;
2586N/A sa_valid_protocol;
2586N/A sa_find_group_handle;
2586N/A sa_add_resource;
2586N/A sa_remove_resource;
2586N/A sa_rename_resource;
2586N/A sa_get_resource;
2586N/A sa_get_next_resource;
2586N/A sa_get_resource_attr;
2586N/A sa_set_resource_attr;
2586N/A sa_get_share_resource;
2586N/A sa_get_resource_parent;
2586N/A sa_find_resource;
2586N/A sa_proto_change_notify;
2586N/A sa_proto_notify_resource;
2586N/A sa_disable_resource;
2586N/A sa_proto_get_featureset;
2586N/A sa_is_persistent;
2586N/A sa_set_resource_description;
2586N/A sa_get_resource_description;
2586N/A sa_fix_resource_name;
2586N/A sa_proto_delete_section;
2586N/A sa_needs_refresh;
2586N/A sa_get_zfs_handle;
2586N/A sa_zfs_process_share;
2586N/A sa_update_sharetab_ts;
2586N/A local:
2586N/A *;
2586N/A};
2586N/A
2586N/A