xref: /onnv-gate/usr/src/lib/libdiskmgt/common/mapfile-vers (revision 4082:2e3825fd8bb5)
12522Sraf#
22522Sraf# CDDL HEADER START
32522Sraf#
42522Sraf# The contents of this file are subject to the terms of the
52522Sraf# Common Development and Distribution License (the "License").
62522Sraf# You may not use this file except in compliance with the License.
72522Sraf#
82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92522Sraf# or http://www.opensolaris.org/os/licensing.
102522Sraf# See the License for the specific language governing permissions
112522Sraf# and limitations under the License.
122522Sraf#
132522Sraf# When distributing Covered Code, include this CDDL HEADER in each
142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152522Sraf# If applicable, add the following below this CDDL HEADER, with the
162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying
172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
182522Sraf#
192522Sraf# CDDL HEADER END
202522Sraf#
212522Sraf#
22*4082Smmusante# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
232522Sraf# Use is subject to license terms.
242522Sraf#
252522Sraf# ident	"%Z%%M%	%I%	%E% SMI"
262522Sraf#
272522Sraf
282522SrafSUNWprivate_1.1 {
292522Sraf    global:
302522Sraf	dm_free_descriptor;
312522Sraf	dm_free_descriptors;
322522Sraf	dm_free_name;
33*4082Smmusante	dm_free_swapentries;
342522Sraf	dm_get_associated_descriptors;
352522Sraf	dm_get_associated_types;
362522Sraf	dm_get_attributes;
372522Sraf	dm_get_descriptor_by_name;
382522Sraf	dm_get_descriptors;
392522Sraf	dm_get_event;
402522Sraf	dm_get_name;
412522Sraf	dm_get_slices;
422522Sraf	dm_get_slice_stats;
432522Sraf	dm_get_stats;
44*4082Smmusante	dm_get_swapentries;
452522Sraf	dm_get_type;
462522Sraf	dm_init_event_queue;
472522Sraf	dm_inuse;
48*4082Smmusante	dm_inuse_swap;
492522Sraf	dm_isoverlapping;
502522Sraf    local:
512522Sraf	*;
522522Sraf};
53