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 2015, Joyent Inc.
  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:
 
 158         zonecfg_is_scratch;
 159         zonecfg_lock_file_held;
 160         zonecfg_lock_scratch;
 161         zonecfg_lookup_admin;
 162         zonecfg_lookup_attr;
 163         zonecfg_lookup_dev;
 164         zonecfg_lookup_ds;
 165         zonecfg_lookup_filesystem;
 166         zonecfg_lookup_nwif;
 167         zonecfg_lookup_pset;
 168         zonecfg_lookup_rctl;
 169         zonecfg_modify_admin;
 170         zonecfg_modify_attr;
 171         zonecfg_modify_dev;
 172         zonecfg_modify_ds;
 173         zonecfg_modify_filesystem;
 174         zonecfg_modify_nwif;
 175         zonecfg_modify_pset;
 176         zonecfg_modify_rctl;
 177         zonecfg_notify_bind;
 178         zonecfg_notify_create;
 179         zonecfg_notify_critical_abort;
 180         zonecfg_notify_critical_enter;
 181         zonecfg_notify_critical_exit;
 182         zonecfg_notify_unbind;
 183         zonecfg_num_resources;
 184         zonecfg_open_scratch;
 185         zonecfg_ping_zoneadmd;
 186         zonecfg_release_lock_file;
 187         zonecfg_remove_fs_option;
 188         zonecfg_remove_res_attr;
 189         zonecfg_remove_rctl_value;
 190         zonecfg_remove_userauths;
 191         zonecfg_reverse_scratch;
 192         zonecfg_rm_aliased_rctl;
 193         zonecfg_rm_detached;
 194         zonecfg_same_net_address;
 195         zonecfg_save;
 196         zonecfg_setadminent;
 197         zonecfg_setattrent;
 198         zonecfg_set_aliased_rctl;
 199         zonecfg_set_autoboot;
 200         zonecfg_set_bootargs;
 201         zonecfg_set_brand;
 202         zonecfg_set_did;
 203         zonecfg_setdevent;
 204         zonecfg_setdevperment;
 205         zonecfg_setdsent;
 206         zonecfg_setfsent;
 207         zonecfg_set_fs_allowed;
 208         zonecfg_set_hostid;
 209         zonecfg_set_iptype;
 210         zonecfg_set_limitpriv;
 211         zonecfg_set_name;
 212         zonecfg_setnwifent;
 213         zonecfg_set_pool;
 214         zonecfg_setrctlent;
 215         zonecfg_set_root;
 216         zonecfg_set_sched;
 217         zonecfg_set_swinv;
 218         zonecfg_set_uuid;
 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_did;
 238         zone_get_devroot;
  | 
 
 
   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:
 
 158         zonecfg_is_scratch;
 159         zonecfg_lock_file_held;
 160         zonecfg_lock_scratch;
 161         zonecfg_lookup_admin;
 162         zonecfg_lookup_attr;
 163         zonecfg_lookup_dev;
 164         zonecfg_lookup_ds;
 165         zonecfg_lookup_filesystem;
 166         zonecfg_lookup_nwif;
 167         zonecfg_lookup_pset;
 168         zonecfg_lookup_rctl;
 169         zonecfg_modify_admin;
 170         zonecfg_modify_attr;
 171         zonecfg_modify_dev;
 172         zonecfg_modify_ds;
 173         zonecfg_modify_filesystem;
 174         zonecfg_modify_nwif;
 175         zonecfg_modify_pset;
 176         zonecfg_modify_rctl;
 177         zonecfg_notify_bind;
 178         zonecfg_notify_critical_abort;
 179         zonecfg_notify_critical_enter;
 180         zonecfg_notify_critical_exit;
 181         zonecfg_notify_unbind;
 182         zonecfg_num_resources;
 183         zonecfg_open_scratch;
 184         zonecfg_ping_zoneadmd;
 185         zonecfg_release_lock_file;
 186         zonecfg_remove_fs_option;
 187         zonecfg_remove_res_attr;
 188         zonecfg_remove_rctl_value;
 189         zonecfg_remove_userauths;
 190         zonecfg_reverse_scratch;
 191         zonecfg_rm_aliased_rctl;
 192         zonecfg_rm_detached;
 193         zonecfg_same_net_address;
 194         zonecfg_save;
 195         zonecfg_setadminent;
 196         zonecfg_setattrent;
 197         zonecfg_set_aliased_rctl;
 198         zonecfg_set_autoboot;
 199         zonecfg_set_bootargs;
 200         zonecfg_set_brand;
 201         zonecfg_set_did;
 202         zonecfg_setdevent;
 203         zonecfg_setdevperment;
 204         zonecfg_setdsent;
 205         zonecfg_setfsent;
 206         zonecfg_set_fs_allowed;
 207         zonecfg_set_hostid;
 208         zonecfg_set_iptype;
 209         zonecfg_set_limitpriv;
 210         zonecfg_set_name;
 211         zonecfg_setnwifent;
 212         zonecfg_set_pool;
 213         zonecfg_setrctlent;
 214         zonecfg_set_root;
 215         zonecfg_set_sched;
 216         zonecfg_set_swinv;
 217         zonecfg_set_zonepath;
 218         zonecfg_strerror;
 219         zonecfg_str_to_bytes;
 220         zonecfg_update_userauths;
 221         zonecfg_validate_zonename;
 222         zonecfg_valid_auths;
 223         zonecfg_valid_alias_limit;
 224         zonecfg_valid_fs_type;
 225         zonecfg_valid_importance;
 226         zonecfg_valid_memlimit;
 227         zonecfg_valid_ncpus;
 228         zonecfg_valid_net_address;
 229         zonecfg_valid_rctl;
 230         zonecfg_valid_rctlblk;
 231         zonecfg_valid_rctlname;
 232         zonecfg_verify_save;
 233         zonecfg_warn_poold;
 234         zone_get_brand;
 235         zone_get_did;
 236         zone_get_devroot;
  |