Print this page
OS-192 zone_create() warning on headnode


   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 (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.

  23 #
  24 
  25 #
  26 # MAPFILE HEADER START
  27 #
  28 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  29 # Object versioning must comply with the rules detailed in
  30 #
  31 #       usr/src/lib/README.mapfiles
  32 #
  33 # You should not be making modifications here until you've read the most current
  34 # copy of that file. If you need help, contact a gatekeeper for guidance.
  35 #
  36 # MAPFILE HEADER END
  37 #
  38 
  39 $mapfile_version 2
  40 
  41 SYMBOL_VERSION SUNWprivate_1.1 {
  42     global:


 103         zonecfg_endfsent;
 104         zonecfg_endnwifent;
 105         zonecfg_endrctlent;
 106         zonecfg_find_mounts;
 107         zonecfg_find_scratch;
 108         zonecfg_fini_handle;
 109         zonecfg_free_fs_option_list;
 110         zonecfg_free_rctl_value_list;
 111         zonecfg_get_aliased_rctl;
 112         zonecfg_get_attach_handle;
 113         zonecfg_get_attr_boolean;
 114         zonecfg_getadminent;
 115         zonecfg_getattrent;
 116         zonecfg_get_attr_int;
 117         zonecfg_get_attr_string;
 118         zonecfg_get_attr_uint;
 119         zonecfg_get_autoboot;
 120         zonecfg_get_bootargs;
 121         zonecfg_get_brand;
 122         zonecfg_get_dflt_sched_class;

 123         zonecfg_getdevent;
 124         zonecfg_getdevperment;
 125         zonecfg_getdsent;
 126         zonecfg_getfsent;
 127         zonecfg_get_fs_allowed;
 128         zonecfg_get_handle;
 129         zonecfg_get_hostid;
 130         zonecfg_get_iptype;
 131         zonecfg_get_limitpriv;
 132         zonecfg_getmcapent;
 133         zonecfg_get_name;
 134         zonecfg_get_name_by_uuid;
 135         zonecfg_getnwifent;
 136         zonecfg_getpkgdata;
 137         zonecfg_get_pool;
 138         zonecfg_get_poolname;
 139         zonecfg_get_privset;
 140         zonecfg_getpsetent;
 141         zonecfg_getrctlent;
 142         zonecfg_getsecflagsent;


 184         zonecfg_notify_critical_exit;
 185         zonecfg_notify_unbind;
 186         zonecfg_num_resources;
 187         zonecfg_open_scratch;
 188         zonecfg_ping_zoneadmd;
 189         zonecfg_release_lock_file;
 190         zonecfg_remove_fs_option;
 191         zonecfg_remove_rctl_value;
 192         zonecfg_remove_userauths;
 193         zonecfg_reverse_scratch;
 194         zonecfg_rm_aliased_rctl;
 195         zonecfg_rm_detached;
 196         zonecfg_same_net_address;
 197         zonecfg_save;
 198         zonecfg_setadminent;
 199         zonecfg_setattrent;
 200         zonecfg_set_aliased_rctl;
 201         zonecfg_set_autoboot;
 202         zonecfg_set_bootargs;
 203         zonecfg_set_brand;

 204         zonecfg_setdevent;
 205         zonecfg_setdevperment;
 206         zonecfg_setdsent;
 207         zonecfg_setfsent;
 208         zonecfg_set_fs_allowed;
 209         zonecfg_set_hostid;
 210         zonecfg_set_iptype;
 211         zonecfg_set_limitpriv;
 212         zonecfg_set_name;
 213         zonecfg_setnwifent;
 214         zonecfg_set_pool;
 215         zonecfg_setrctlent;
 216         zonecfg_set_root;
 217         zonecfg_set_sched;
 218         zonecfg_set_swinv;
 219         zonecfg_set_zonepath;
 220         zonecfg_strerror;
 221         zonecfg_str_to_bytes;
 222         zonecfg_update_userauths;
 223         zonecfg_validate_zonename;
 224         zonecfg_valid_auths;
 225         zonecfg_valid_alias_limit;
 226         zonecfg_valid_fs_type;
 227         zonecfg_valid_importance;
 228         zonecfg_valid_memlimit;
 229         zonecfg_valid_ncpus;
 230         zonecfg_valid_net_address;
 231         zonecfg_valid_rctl;
 232         zonecfg_valid_rctlblk;
 233         zonecfg_valid_rctlname;
 234         zonecfg_verify_save;
 235         zonecfg_warn_poold;
 236         zone_get_brand;

 237         zone_get_devroot;
 238         zone_get_id;
 239         zone_get_rootpath;
 240         zone_get_state;
 241         zone_get_zonepath;
 242         zone_set_state;
 243         zone_state_str;
 244     local:
 245         *;
 246 };


   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 (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  23 # Copyright (c) 2011, Joyent Inc. All rights reserved.
  24 #
  25 
  26 #
  27 # MAPFILE HEADER START
  28 #
  29 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  30 # Object versioning must comply with the rules detailed in
  31 #
  32 #       usr/src/lib/README.mapfiles
  33 #
  34 # You should not be making modifications here until you've read the most current
  35 # copy of that file. If you need help, contact a gatekeeper for guidance.
  36 #
  37 # MAPFILE HEADER END
  38 #
  39 
  40 $mapfile_version 2
  41 
  42 SYMBOL_VERSION SUNWprivate_1.1 {
  43     global:


 104         zonecfg_endfsent;
 105         zonecfg_endnwifent;
 106         zonecfg_endrctlent;
 107         zonecfg_find_mounts;
 108         zonecfg_find_scratch;
 109         zonecfg_fini_handle;
 110         zonecfg_free_fs_option_list;
 111         zonecfg_free_rctl_value_list;
 112         zonecfg_get_aliased_rctl;
 113         zonecfg_get_attach_handle;
 114         zonecfg_get_attr_boolean;
 115         zonecfg_getadminent;
 116         zonecfg_getattrent;
 117         zonecfg_get_attr_int;
 118         zonecfg_get_attr_string;
 119         zonecfg_get_attr_uint;
 120         zonecfg_get_autoboot;
 121         zonecfg_get_bootargs;
 122         zonecfg_get_brand;
 123         zonecfg_get_dflt_sched_class;
 124         zonecfg_get_did;
 125         zonecfg_getdevent;
 126         zonecfg_getdevperment;
 127         zonecfg_getdsent;
 128         zonecfg_getfsent;
 129         zonecfg_get_fs_allowed;
 130         zonecfg_get_handle;
 131         zonecfg_get_hostid;
 132         zonecfg_get_iptype;
 133         zonecfg_get_limitpriv;
 134         zonecfg_getmcapent;
 135         zonecfg_get_name;
 136         zonecfg_get_name_by_uuid;
 137         zonecfg_getnwifent;
 138         zonecfg_getpkgdata;
 139         zonecfg_get_pool;
 140         zonecfg_get_poolname;
 141         zonecfg_get_privset;
 142         zonecfg_getpsetent;
 143         zonecfg_getrctlent;
 144         zonecfg_getsecflagsent;


 186         zonecfg_notify_critical_exit;
 187         zonecfg_notify_unbind;
 188         zonecfg_num_resources;
 189         zonecfg_open_scratch;
 190         zonecfg_ping_zoneadmd;
 191         zonecfg_release_lock_file;
 192         zonecfg_remove_fs_option;
 193         zonecfg_remove_rctl_value;
 194         zonecfg_remove_userauths;
 195         zonecfg_reverse_scratch;
 196         zonecfg_rm_aliased_rctl;
 197         zonecfg_rm_detached;
 198         zonecfg_same_net_address;
 199         zonecfg_save;
 200         zonecfg_setadminent;
 201         zonecfg_setattrent;
 202         zonecfg_set_aliased_rctl;
 203         zonecfg_set_autoboot;
 204         zonecfg_set_bootargs;
 205         zonecfg_set_brand;
 206         zonecfg_set_did;
 207         zonecfg_setdevent;
 208         zonecfg_setdevperment;
 209         zonecfg_setdsent;
 210         zonecfg_setfsent;
 211         zonecfg_set_fs_allowed;
 212         zonecfg_set_hostid;
 213         zonecfg_set_iptype;
 214         zonecfg_set_limitpriv;
 215         zonecfg_set_name;
 216         zonecfg_setnwifent;
 217         zonecfg_set_pool;
 218         zonecfg_setrctlent;
 219         zonecfg_set_root;
 220         zonecfg_set_sched;
 221         zonecfg_set_swinv;
 222         zonecfg_set_zonepath;
 223         zonecfg_strerror;
 224         zonecfg_str_to_bytes;
 225         zonecfg_update_userauths;
 226         zonecfg_validate_zonename;
 227         zonecfg_valid_auths;
 228         zonecfg_valid_alias_limit;
 229         zonecfg_valid_fs_type;
 230         zonecfg_valid_importance;
 231         zonecfg_valid_memlimit;
 232         zonecfg_valid_ncpus;
 233         zonecfg_valid_net_address;
 234         zonecfg_valid_rctl;
 235         zonecfg_valid_rctlblk;
 236         zonecfg_valid_rctlname;
 237         zonecfg_verify_save;
 238         zonecfg_warn_poold;
 239         zone_get_brand;
 240         zone_get_did;
 241         zone_get_devroot;
 242         zone_get_id;
 243         zone_get_rootpath;
 244         zone_get_state;
 245         zone_get_zonepath;
 246         zone_set_state;
 247         zone_state_str;
 248     local:
 249         *;
 250 };