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