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#
23*cd3e9333SAli Bahrami# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
245c51f124SMoriah Waterland#
255c51f124SMoriah Waterland
265c51f124SMoriah Waterland#
275c51f124SMoriah Waterland# MAPFILE HEADER START
285c51f124SMoriah Waterland#
295c51f124SMoriah Waterland# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
305c51f124SMoriah Waterland# Object versioning must comply with the rules detailed in
315c51f124SMoriah Waterland#
325c51f124SMoriah Waterland#	usr/src/lib/README.mapfiles
335c51f124SMoriah Waterland#
345c51f124SMoriah Waterland# You should not be making modifications here until you've read the most current
355c51f124SMoriah Waterland# copy of that file. If you need help, contact a gatekeeper for guidance.
365c51f124SMoriah Waterland#
375c51f124SMoriah Waterland# MAPFILE HEADER END
385c51f124SMoriah Waterland#
395c51f124SMoriah Waterland
40*cd3e9333SAli Bahrami$mapfile_version 2
41*cd3e9333SAli Bahrami
42*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate {
435c51f124SMoriah Waterland    global:
445c51f124SMoriah Waterland	UmountAllZones;
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_zone_list;
545c51f124SMoriah Waterland	z_get_nonglobal_zone_list;
555c51f124SMoriah Waterland	z_get_nonglobal_zone_list_by_brand;
565c51f124SMoriah Waterland	z_get_zonename;
575c51f124SMoriah Waterland	z_global_only;
585c51f124SMoriah Waterland	z_isPathWritable;
595c51f124SMoriah Waterland	z_is_zone_branded;
605c51f124SMoriah Waterland	z_is_zone_brand_in_list;
615c51f124SMoriah Waterland	z_lock_this_zone;
625c51f124SMoriah Waterland	z_lock_zones;
635c51f124SMoriah Waterland	z_make_brand_list;
645c51f124SMoriah Waterland	z_make_zone_root;
655c51f124SMoriah Waterland	z_mount_in_lz;
665c51f124SMoriah Waterland	z_non_global_zones_exist;
675c51f124SMoriah Waterland	z_on_zone_spec;
685c51f124SMoriah Waterland	z_path_canonize;
695c51f124SMoriah Waterland	z_resolve_lofs;
705c51f124SMoriah Waterland	z_running_in_global_zone;
715c51f124SMoriah Waterland	z_set_output_functions;
725c51f124SMoriah Waterland	z_set_zone_root;
735c51f124SMoriah Waterland	z_set_zone_spec;
745c51f124SMoriah Waterland	z_umount_lz_mount;
755c51f124SMoriah Waterland	z_unlock_this_zone;
765c51f124SMoriah Waterland	z_unlock_zones;
775c51f124SMoriah Waterland	z_verify_zone_spec;
785c51f124SMoriah Waterland	z_zlist_change_zone_state;
795c51f124SMoriah Waterland	z_zlist_get_current_state;
805c51f124SMoriah Waterland	z_zlist_get_original_state;
815c51f124SMoriah Waterland	z_zlist_get_scratch;
825c51f124SMoriah Waterland	z_zlist_get_zonename;
835c51f124SMoriah Waterland	z_zlist_get_zonepath;
845c51f124SMoriah Waterland	z_zlist_is_zone_runnable;
855c51f124SMoriah Waterland	z_zlist_restore_zone_state;
865c51f124SMoriah Waterland	z_zone_exec;
8771e2ff27SMoriah Waterland	z_zones_are_implemented;
885c51f124SMoriah Waterland  local:
895c51f124SMoriah Waterland	*;
905c51f124SMoriah Waterland};
91