1 #
   2 # CDDL HEADER START
   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) 2009, 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 SUNW_8.1 {
  42     global:
  43         close_stdout;
  44         error;
  45         ped_alignment_any;
  46         ped_assert;
  47         ped_constraint_any;
  48         ped_constraint_destroy;
  49         ped_constraint_done;
  50         ped_constraint_exact;
  51         ped_constraint_init;
  52         ped_constraint_intersect;
  53         ped_constraint_new;
  54         ped_debug;
  55         ped_device_close;
  56         ped_device_destroy;
  57         ped_device_free_all;
  58         ped_device_get;
  59         ped_device_get_constraint;
  60         ped_device_get_next;
  61         ped_device_is_busy;
  62         ped_device_open;
  63         ped_device_probe_all;
  64         ped_device_read;
  65         ped_device_sync;
  66         ped_device_write;
  67         ped_disk_add_partition;
  68         ped_disk_check;
  69         ped_disk_commit;
  70         ped_disk_commit_to_dev;
  71         ped_disk_commit_to_os;
  72         ped_disk_delete_partition;
  73         ped_disk_destroy;
  74         ped_disk_extended_partition;
  75         ped_disk_get_max_primary_partition_count;
  76         ped_disk_get_partition;
  77         ped_disk_get_partition_by_sector;
  78         ped_disk_new;
  79         ped_disk_new_fresh;
  80         ped_disk_next_partition;
  81         ped_disk_probe;
  82         ped_disk_remove_partition;
  83         ped_disk_set_partition_geom;
  84         ped_disk_type_check_feature;
  85         ped_disk_type_get;
  86         ped_disk_type_get_next;
  87         ped_exception_catch;
  88         ped_exception_fetch_all;
  89         ped_exception_get_option_string;
  90         ped_exception_get_type_string;
  91         ped_exception_leave_all;
  92         ped_exception_set_handler;
  93         ped_exception_throw;
  94         ped_file_system_check;
  95         ped_file_system_clobber;
  96         ped_file_system_close;
  97         ped_file_system_copy;
  98         ped_file_system_create;
  99         ped_file_system_get_copy_constraint;
 100         ped_file_system_get_resize_constraint;
 101         ped_file_system_open;
 102         ped_file_system_probe;
 103         ped_file_system_probe_specific;
 104         ped_file_system_resize;
 105         ped_file_system_type_get;
 106         ped_file_system_type_get_next;
 107         ped_free;
 108         ped_geometry_destroy;
 109         ped_geometry_init;
 110         ped_geometry_new;
 111         ped_geometry_read;
 112         ped_geometry_set;
 113         ped_geometry_test_inside;
 114         ped_geometry_test_overlap;
 115         ped_geometry_test_sector_inside;
 116         ped_geometry_write;
 117         ped_get_version;
 118         ped_malloc;
 119         ped_partition_destroy;
 120         ped_partition_flag_get_by_name;
 121         ped_partition_flag_get_name;
 122         ped_partition_flag_next;
 123         ped_partition_get_flag;
 124         ped_partition_get_name;
 125         ped_partition_get_path;
 126         ped_partition_is_active;
 127         ped_partition_is_busy;
 128         ped_partition_is_flag_available;
 129         ped_partition_new;
 130         ped_partition_set_flag;
 131         ped_partition_set_name;
 132         ped_partition_set_system;
 133         ped_partition_type_get_name;
 134         ped_realloc;
 135         ped_timer_destroy;
 136         ped_timer_new;
 137         ped_timer_reset;
 138         ped_timer_set_state_name;
 139         ped_timer_update;
 140         ped_unit_format;
 141         ped_unit_format_byte;
 142         ped_unit_format_custom;
 143         ped_unit_get_by_name;
 144         ped_unit_get_default;
 145         ped_unit_get_name;
 146         ped_unit_parse;
 147         ped_unit_set_default;
 148         program_name                    { FLAGS = PARENT };
 149         version_etc;
 150         xalloc_die;
 151         xmalloc;
 152         xrealloc;
 153         xstrdup;
 154     local:
 155         *;
 156 };