xref: /titanic_41/usr/src/lib/libinstzones/common/mapfile-vers (revision 71e2ff27b7a988eadf3e41c66d73d144310a5845)
15c51f124SMoriah Waterland#
25c51f124SMoriah Waterland# CDDL HEADER START
35c51f124SMoriah Waterland#
45c51f124SMoriah Waterland# The contents of this file are subject to the terms of the
55c51f124SMoriah Waterland# Common Development and Distribution License (the "License").
65c51f124SMoriah Waterland# You may not use this file except in compliance with the License.
75c51f124SMoriah Waterland#
85c51f124SMoriah Waterland# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
95c51f124SMoriah Waterland# or http://www.opensolaris.org/os/licensing.
105c51f124SMoriah Waterland# See the License for the specific language governing permissions
115c51f124SMoriah Waterland# and limitations under the License.
125c51f124SMoriah Waterland#
135c51f124SMoriah Waterland# When distributing Covered Code, include this CDDL HEADER in each
145c51f124SMoriah Waterland# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
155c51f124SMoriah Waterland# If applicable, add the following below this CDDL HEADER, with the
165c51f124SMoriah Waterland# fields enclosed by brackets "[]" replaced with your own identifying
175c51f124SMoriah Waterland# information: Portions Copyright [yyyy] [name of copyright owner]
185c51f124SMoriah Waterland#
195c51f124SMoriah Waterland# CDDL HEADER END
205c51f124SMoriah Waterland#
215c51f124SMoriah Waterland
225c51f124SMoriah Waterland#
235c51f124SMoriah Waterland# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
245c51f124SMoriah Waterland# Use is subject to license terms.
255c51f124SMoriah Waterland#
265c51f124SMoriah Waterland
275c51f124SMoriah Waterland#
285c51f124SMoriah Waterland# MAPFILE HEADER START
295c51f124SMoriah Waterland#
305c51f124SMoriah Waterland# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
315c51f124SMoriah Waterland# Object versioning must comply with the rules detailed in
325c51f124SMoriah Waterland#
335c51f124SMoriah Waterland#	usr/src/lib/README.mapfiles
345c51f124SMoriah Waterland#
355c51f124SMoriah Waterland# You should not be making modifications here until you've read the most current
365c51f124SMoriah Waterland# copy of that file. If you need help, contact a gatekeeper for guidance.
375c51f124SMoriah Waterland#
385c51f124SMoriah Waterland# MAPFILE HEADER END
395c51f124SMoriah Waterland#
405c51f124SMoriah Waterland
415c51f124SMoriah WaterlandSUNWprivate {
425c51f124SMoriah Waterland    global:
435c51f124SMoriah Waterland	UmountAllZones;
445c51f124SMoriah Waterland	z_add_inherited_file_system;
455c51f124SMoriah Waterland	z_brands_are_implemented;
465c51f124SMoriah Waterland	z_canoninplace;
475c51f124SMoriah Waterland	z_createMountTable;
485c51f124SMoriah Waterland	z_create_zone_admin_file;
495c51f124SMoriah Waterland	z_destroyMountTable;
505c51f124SMoriah Waterland	z_ExecCmdArray;
515c51f124SMoriah Waterland	z_ExecCmdList;
525c51f124SMoriah Waterland	z_free_brand_list;
535c51f124SMoriah Waterland	z_free_inherited_file_systems;
545c51f124SMoriah Waterland	z_free_zone_list;
555c51f124SMoriah Waterland	z_get_inherited_file_systems;
565c51f124SMoriah Waterland	z_get_nonglobal_zone_list;
575c51f124SMoriah Waterland	z_get_nonglobal_zone_list_by_brand;
585c51f124SMoriah Waterland	z_get_zonename;
595c51f124SMoriah Waterland	z_global_only;
605c51f124SMoriah Waterland	z_isPathWritable;
615c51f124SMoriah Waterland	z_is_zone_branded;
625c51f124SMoriah Waterland	z_is_zone_brand_in_list;
635c51f124SMoriah Waterland	z_lock_this_zone;
645c51f124SMoriah Waterland	z_lock_zones;
655c51f124SMoriah Waterland	z_make_brand_list;
665c51f124SMoriah Waterland	z_make_zone_root;
675c51f124SMoriah Waterland	z_mount_in_lz;
685c51f124SMoriah Waterland	z_non_global_zones_exist;
695c51f124SMoriah Waterland	z_on_zone_spec;
705c51f124SMoriah Waterland	z_path_canonize;
715c51f124SMoriah Waterland	z_path_is_inherited;
725c51f124SMoriah Waterland	z_resolve_lofs;
735c51f124SMoriah Waterland	z_running_in_global_zone;
745c51f124SMoriah Waterland	z_set_output_functions;
755c51f124SMoriah Waterland	z_set_zone_root;
765c51f124SMoriah Waterland	z_set_zone_spec;
775c51f124SMoriah Waterland	z_umount_lz_mount;
785c51f124SMoriah Waterland	z_unlock_this_zone;
795c51f124SMoriah Waterland	z_unlock_zones;
805c51f124SMoriah Waterland	z_verify_zone_spec;
815c51f124SMoriah Waterland	z_zlist_change_zone_state;
825c51f124SMoriah Waterland	z_zlist_get_current_state;
835c51f124SMoriah Waterland	z_zlist_get_inherited_pkg_dirs;
845c51f124SMoriah Waterland	z_zlist_get_original_state;
855c51f124SMoriah Waterland	z_zlist_get_scratch;
865c51f124SMoriah Waterland	z_zlist_get_zonename;
875c51f124SMoriah Waterland	z_zlist_get_zonepath;
885c51f124SMoriah Waterland	z_zlist_is_zone_runnable;
895c51f124SMoriah Waterland	z_zlist_restore_zone_state;
905c51f124SMoriah Waterland	z_zone_exec;
91*71e2ff27SMoriah Waterland	z_zones_are_implemented;
925c51f124SMoriah Waterland  local:
935c51f124SMoriah Waterland	*;
945c51f124SMoriah Waterland};
95