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