xref: /onnv-gate/usr/src/lib/libparted/common/mapfile-vers (revision 12692:4341b447c069)
19663SMark.Logan@Sun.COM#
29663SMark.Logan@Sun.COM# CDDL HEADER START
39663SMark.Logan@Sun.COM#
49663SMark.Logan@Sun.COM# The contents of this file are subject to the terms of the
59663SMark.Logan@Sun.COM# Common Development and Distribution License (the "License").
69663SMark.Logan@Sun.COM# You may not use this file except in compliance with the License.
79663SMark.Logan@Sun.COM#
89663SMark.Logan@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
99663SMark.Logan@Sun.COM# or http://www.opensolaris.org/os/licensing.
109663SMark.Logan@Sun.COM# See the License for the specific language governing permissions
119663SMark.Logan@Sun.COM# and limitations under the License.
129663SMark.Logan@Sun.COM#
139663SMark.Logan@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
149663SMark.Logan@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
159663SMark.Logan@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
169663SMark.Logan@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
179663SMark.Logan@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
189663SMark.Logan@Sun.COM#
199663SMark.Logan@Sun.COM# CDDL HEADER END
209663SMark.Logan@Sun.COM#
219663SMark.Logan@Sun.COM#
22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
239663SMark.Logan@Sun.COM#
249663SMark.Logan@Sun.COM
259663SMark.Logan@Sun.COM#
269663SMark.Logan@Sun.COM# MAPFILE HEADER START
279663SMark.Logan@Sun.COM#
289663SMark.Logan@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
299663SMark.Logan@Sun.COM# Object versioning must comply with the rules detailed in
309663SMark.Logan@Sun.COM#
319663SMark.Logan@Sun.COM#	usr/src/lib/README.mapfiles
329663SMark.Logan@Sun.COM#
339663SMark.Logan@Sun.COM# You should not be making modifications here until you've read the most current
349663SMark.Logan@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
359663SMark.Logan@Sun.COM#
369663SMark.Logan@Sun.COM# MAPFILE HEADER END
379663SMark.Logan@Sun.COM#
389663SMark.Logan@Sun.COM
39*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
40*12692SAli.Bahrami@Oracle.COM
41*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_8.1 {
429663SMark.Logan@Sun.COM    global:
439663SMark.Logan@Sun.COM	close_stdout;
449663SMark.Logan@Sun.COM	error;
459663SMark.Logan@Sun.COM	ped_alignment_any;
469663SMark.Logan@Sun.COM	ped_assert;
479663SMark.Logan@Sun.COM	ped_constraint_any;
489663SMark.Logan@Sun.COM	ped_constraint_destroy;
499663SMark.Logan@Sun.COM	ped_constraint_done;
509663SMark.Logan@Sun.COM	ped_constraint_exact;
519663SMark.Logan@Sun.COM	ped_constraint_init;
529663SMark.Logan@Sun.COM	ped_constraint_intersect;
539663SMark.Logan@Sun.COM	ped_constraint_new;
549663SMark.Logan@Sun.COM	ped_debug;
559663SMark.Logan@Sun.COM	ped_device_close;
569911SMark.Logan@Sun.COM	ped_device_destroy;
579663SMark.Logan@Sun.COM	ped_device_free_all;
589663SMark.Logan@Sun.COM	ped_device_get;
599663SMark.Logan@Sun.COM	ped_device_get_constraint;
609663SMark.Logan@Sun.COM	ped_device_get_next;
619663SMark.Logan@Sun.COM	ped_device_is_busy;
629663SMark.Logan@Sun.COM	ped_device_open;
639663SMark.Logan@Sun.COM	ped_device_probe_all;
649911SMark.Logan@Sun.COM	ped_device_read;
659911SMark.Logan@Sun.COM	ped_device_sync;
669911SMark.Logan@Sun.COM	ped_device_write;
679663SMark.Logan@Sun.COM	ped_disk_add_partition;
689663SMark.Logan@Sun.COM	ped_disk_check;
699663SMark.Logan@Sun.COM	ped_disk_commit;
709911SMark.Logan@Sun.COM	ped_disk_commit_to_dev;
719911SMark.Logan@Sun.COM	ped_disk_commit_to_os;
729663SMark.Logan@Sun.COM	ped_disk_delete_partition;
739663SMark.Logan@Sun.COM	ped_disk_destroy;
749663SMark.Logan@Sun.COM	ped_disk_extended_partition;
759663SMark.Logan@Sun.COM	ped_disk_get_max_primary_partition_count;
769663SMark.Logan@Sun.COM	ped_disk_get_partition;
779663SMark.Logan@Sun.COM	ped_disk_get_partition_by_sector;
789663SMark.Logan@Sun.COM	ped_disk_new;
799663SMark.Logan@Sun.COM	ped_disk_new_fresh;
809663SMark.Logan@Sun.COM	ped_disk_next_partition;
819663SMark.Logan@Sun.COM	ped_disk_probe;
829663SMark.Logan@Sun.COM	ped_disk_remove_partition;
839663SMark.Logan@Sun.COM	ped_disk_set_partition_geom;
849663SMark.Logan@Sun.COM	ped_disk_type_check_feature;
859663SMark.Logan@Sun.COM	ped_disk_type_get;
869663SMark.Logan@Sun.COM	ped_disk_type_get_next;
879663SMark.Logan@Sun.COM	ped_exception_catch;
889663SMark.Logan@Sun.COM	ped_exception_fetch_all;
899663SMark.Logan@Sun.COM	ped_exception_get_option_string;
909663SMark.Logan@Sun.COM	ped_exception_get_type_string;
919663SMark.Logan@Sun.COM	ped_exception_leave_all;
929663SMark.Logan@Sun.COM	ped_exception_set_handler;
939663SMark.Logan@Sun.COM	ped_exception_throw;
949663SMark.Logan@Sun.COM	ped_file_system_check;
959911SMark.Logan@Sun.COM	ped_file_system_clobber;
969663SMark.Logan@Sun.COM	ped_file_system_close;
979663SMark.Logan@Sun.COM	ped_file_system_copy;
989663SMark.Logan@Sun.COM	ped_file_system_create;
999663SMark.Logan@Sun.COM	ped_file_system_get_copy_constraint;
1009663SMark.Logan@Sun.COM	ped_file_system_get_resize_constraint;
1019663SMark.Logan@Sun.COM	ped_file_system_open;
1029663SMark.Logan@Sun.COM	ped_file_system_probe;
1039663SMark.Logan@Sun.COM	ped_file_system_probe_specific;
1049663SMark.Logan@Sun.COM	ped_file_system_resize;
1059663SMark.Logan@Sun.COM	ped_file_system_type_get;
1069663SMark.Logan@Sun.COM	ped_file_system_type_get_next;
1079663SMark.Logan@Sun.COM	ped_free;
1089663SMark.Logan@Sun.COM	ped_geometry_destroy;
1099663SMark.Logan@Sun.COM	ped_geometry_init;
1109663SMark.Logan@Sun.COM	ped_geometry_new;
1119911SMark.Logan@Sun.COM	ped_geometry_read;
1129663SMark.Logan@Sun.COM	ped_geometry_set;
1139663SMark.Logan@Sun.COM	ped_geometry_test_inside;
1149663SMark.Logan@Sun.COM	ped_geometry_test_overlap;
1159663SMark.Logan@Sun.COM	ped_geometry_test_sector_inside;
1169911SMark.Logan@Sun.COM	ped_geometry_write;
1179911SMark.Logan@Sun.COM	ped_get_version;
1189663SMark.Logan@Sun.COM	ped_malloc;
1199663SMark.Logan@Sun.COM	ped_partition_destroy;
1209663SMark.Logan@Sun.COM	ped_partition_flag_get_by_name;
1219663SMark.Logan@Sun.COM	ped_partition_flag_get_name;
1229663SMark.Logan@Sun.COM	ped_partition_flag_next;
1239663SMark.Logan@Sun.COM	ped_partition_get_flag;
1249663SMark.Logan@Sun.COM	ped_partition_get_name;
1259663SMark.Logan@Sun.COM	ped_partition_get_path;
1269663SMark.Logan@Sun.COM	ped_partition_is_active;
1279663SMark.Logan@Sun.COM	ped_partition_is_busy;
1289663SMark.Logan@Sun.COM	ped_partition_is_flag_available;
1299663SMark.Logan@Sun.COM	ped_partition_new;
1309663SMark.Logan@Sun.COM	ped_partition_set_flag;
1319663SMark.Logan@Sun.COM	ped_partition_set_name;
1329663SMark.Logan@Sun.COM	ped_partition_set_system;
1339663SMark.Logan@Sun.COM	ped_partition_type_get_name;
1349663SMark.Logan@Sun.COM	ped_realloc;
1359663SMark.Logan@Sun.COM	ped_timer_destroy;
1369663SMark.Logan@Sun.COM	ped_timer_new;
1379663SMark.Logan@Sun.COM	ped_timer_reset;
1389663SMark.Logan@Sun.COM	ped_timer_set_state_name;
1399663SMark.Logan@Sun.COM	ped_timer_update;
1409663SMark.Logan@Sun.COM	ped_unit_format;
1419663SMark.Logan@Sun.COM	ped_unit_format_byte;
1429663SMark.Logan@Sun.COM	ped_unit_format_custom;
1439663SMark.Logan@Sun.COM	ped_unit_get_by_name;
1449663SMark.Logan@Sun.COM	ped_unit_get_default;
1459663SMark.Logan@Sun.COM	ped_unit_get_name;
1469663SMark.Logan@Sun.COM	ped_unit_parse;
1479663SMark.Logan@Sun.COM	ped_unit_set_default;
148*12692SAli.Bahrami@Oracle.COM	program_name			{ FLAGS = PARENT };
1499663SMark.Logan@Sun.COM	version_etc;
1509663SMark.Logan@Sun.COM	xalloc_die;
1519663SMark.Logan@Sun.COM	xmalloc;
1529663SMark.Logan@Sun.COM	xrealloc;
1539663SMark.Logan@Sun.COM	xstrdup;
1549663SMark.Logan@Sun.COM    local:
1559663SMark.Logan@Sun.COM	*;
1569663SMark.Logan@Sun.COM};
157