Print this page
patch zone-auto-create-be

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libinstzones/common/mapfile-vers
          +++ new/usr/src/lib/libinstzones/common/mapfile-vers
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
       24 +# Copyright 2015 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
  24   25  #
  25   26  
  26   27  #
  27   28  # MAPFILE HEADER START
  28   29  #
  29   30  # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  30   31  # Object versioning must comply with the rules detailed in
  31   32  #
  32   33  #       usr/src/lib/README.mapfiles
  33   34  #
↓ open down ↓ 11 lines elided ↑ open up ↑
  45   46          z_brands_are_implemented;
  46   47          z_canoninplace;
  47   48          z_createMountTable;
  48   49          z_create_zone_admin_file;
  49   50          z_destroyMountTable;
  50   51          z_ExecCmdArray;
  51   52          z_ExecCmdList;
  52   53          z_free_brand_list;
  53   54          z_free_zone_list;
  54   55          z_get_nonglobal_zone_list;
       56 +        z_get_nonglobal_branded_zone_list;
  55   57          z_get_nonglobal_zone_list_by_brand;
  56   58          z_get_zonename;
  57   59          z_global_only;
  58   60          z_isPathWritable;
  59   61          z_is_zone_branded;
  60   62          z_is_zone_brand_in_list;
  61   63          z_lock_this_zone;
  62   64          z_lock_zones;
  63   65          z_make_brand_list;
  64   66          z_make_zone_root;
↓ open down ↓ 9 lines elided ↑ open up ↑
  74   76          z_umount_lz_mount;
  75   77          z_unlock_this_zone;
  76   78          z_unlock_zones;
  77   79          z_verify_zone_spec;
  78   80          z_zlist_change_zone_state;
  79   81          z_zlist_get_current_state;
  80   82          z_zlist_get_original_state;
  81   83          z_zlist_get_scratch;
  82   84          z_zlist_get_zonename;
  83   85          z_zlist_get_zonepath;
       86 +        z_zlist_is_zone_auto_create_be;
  84   87          z_zlist_is_zone_runnable;
  85   88          z_zlist_restore_zone_state;
  86   89          z_zone_exec;
  87   90          z_zones_are_implemented;
  88   91    local:
  89   92          *;
  90   93  };
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX