1*5c51f124SMoriah Waterland# 2*5c51f124SMoriah Waterland# CDDL HEADER START 3*5c51f124SMoriah Waterland# 4*5c51f124SMoriah Waterland# The contents of this file are subject to the terms of the 5*5c51f124SMoriah Waterland# Common Development and Distribution License (the "License"). 6*5c51f124SMoriah Waterland# You may not use this file except in compliance with the License. 7*5c51f124SMoriah Waterland# 8*5c51f124SMoriah Waterland# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*5c51f124SMoriah Waterland# or http://www.opensolaris.org/os/licensing. 10*5c51f124SMoriah Waterland# See the License for the specific language governing permissions 11*5c51f124SMoriah Waterland# and limitations under the License. 12*5c51f124SMoriah Waterland# 13*5c51f124SMoriah Waterland# When distributing Covered Code, include this CDDL HEADER in each 14*5c51f124SMoriah Waterland# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*5c51f124SMoriah Waterland# If applicable, add the following below this CDDL HEADER, with the 16*5c51f124SMoriah Waterland# fields enclosed by brackets "[]" replaced with your own identifying 17*5c51f124SMoriah Waterland# information: Portions Copyright [yyyy] [name of copyright owner] 18*5c51f124SMoriah Waterland# 19*5c51f124SMoriah Waterland# CDDL HEADER END 20*5c51f124SMoriah Waterland# 21*5c51f124SMoriah Waterland 22*5c51f124SMoriah Waterland# 23*5c51f124SMoriah Waterland# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 24*5c51f124SMoriah Waterland# Use is subject to license terms. 25*5c51f124SMoriah Waterland# 26*5c51f124SMoriah Waterland 27*5c51f124SMoriah Waterland# 28*5c51f124SMoriah Waterland# MAPFILE HEADER START 29*5c51f124SMoriah Waterland# 30*5c51f124SMoriah Waterland# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 31*5c51f124SMoriah Waterland# Object versioning must comply with the rules detailed in 32*5c51f124SMoriah Waterland# 33*5c51f124SMoriah Waterland# usr/src/lib/README.mapfiles 34*5c51f124SMoriah Waterland# 35*5c51f124SMoriah Waterland# You should not be making modifications here until you've read the most current 36*5c51f124SMoriah Waterland# copy of that file. If you need help, contact a gatekeeper for guidance. 37*5c51f124SMoriah Waterland# 38*5c51f124SMoriah Waterland# MAPFILE HEADER END 39*5c51f124SMoriah Waterland# 40*5c51f124SMoriah Waterland 41*5c51f124SMoriah WaterlandSUNWprivate { 42*5c51f124SMoriah Waterland global: 43*5c51f124SMoriah Waterland UmountAllZones; 44*5c51f124SMoriah Waterland z_add_inherited_file_system; 45*5c51f124SMoriah Waterland z_brands_are_implemented; 46*5c51f124SMoriah Waterland z_canoninplace; 47*5c51f124SMoriah Waterland z_createMountTable; 48*5c51f124SMoriah Waterland z_create_zone_admin_file; 49*5c51f124SMoriah Waterland z_destroyMountTable; 50*5c51f124SMoriah Waterland z_ExecCmdArray; 51*5c51f124SMoriah Waterland z_ExecCmdList; 52*5c51f124SMoriah Waterland z_free_brand_list; 53*5c51f124SMoriah Waterland z_free_inherited_file_systems; 54*5c51f124SMoriah Waterland z_free_zone_list; 55*5c51f124SMoriah Waterland z_get_inherited_file_systems; 56*5c51f124SMoriah Waterland z_get_nonglobal_zone_list; 57*5c51f124SMoriah Waterland z_get_nonglobal_zone_list_by_brand; 58*5c51f124SMoriah Waterland z_get_zonename; 59*5c51f124SMoriah Waterland z_global_only; 60*5c51f124SMoriah Waterland z_isPathWritable; 61*5c51f124SMoriah Waterland z_is_zone_branded; 62*5c51f124SMoriah Waterland z_is_zone_brand_in_list; 63*5c51f124SMoriah Waterland z_lock_this_zone; 64*5c51f124SMoriah Waterland z_lock_zones; 65*5c51f124SMoriah Waterland z_make_brand_list; 66*5c51f124SMoriah Waterland z_make_zone_root; 67*5c51f124SMoriah Waterland z_mount_in_lz; 68*5c51f124SMoriah Waterland z_non_global_zones_exist; 69*5c51f124SMoriah Waterland z_on_zone_spec; 70*5c51f124SMoriah Waterland z_path_canonize; 71*5c51f124SMoriah Waterland z_path_is_inherited; 72*5c51f124SMoriah Waterland z_resolve_lofs; 73*5c51f124SMoriah Waterland z_running_in_global_zone; 74*5c51f124SMoriah Waterland z_set_output_functions; 75*5c51f124SMoriah Waterland z_set_zone_root; 76*5c51f124SMoriah Waterland z_set_zone_spec; 77*5c51f124SMoriah Waterland z_umount_lz_mount; 78*5c51f124SMoriah Waterland z_unlock_this_zone; 79*5c51f124SMoriah Waterland z_unlock_zones; 80*5c51f124SMoriah Waterland z_verify_zone_spec; 81*5c51f124SMoriah Waterland z_zlist_change_zone_state; 82*5c51f124SMoriah Waterland z_zlist_get_current_state; 83*5c51f124SMoriah Waterland z_zlist_get_inherited_pkg_dirs; 84*5c51f124SMoriah Waterland z_zlist_get_original_state; 85*5c51f124SMoriah Waterland z_zlist_get_scratch; 86*5c51f124SMoriah Waterland z_zlist_get_zonename; 87*5c51f124SMoriah Waterland z_zlist_get_zonepath; 88*5c51f124SMoriah Waterland z_zlist_is_zone_runnable; 89*5c51f124SMoriah Waterland z_zlist_restore_zone_state; 90*5c51f124SMoriah Waterland z_zone_exec; 91*5c51f124SMoriah Waterland local: 92*5c51f124SMoriah Waterland *; 93*5c51f124SMoriah Waterland}; 94*5c51f124SMoriah Waterland 95