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) 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
41SYMBOL_VERSION SUNWprivate {
42    global:
43        zs_close;
44        zs_open;
45        zs_property_int;
46        zs_property_size;
47        zs_property_string;
48        zs_property_uint;
49        zs_property_uint64;
50	zs_property_alloc;
51	zs_property_double;
52	zs_property_free;
53	zs_property_id;
54	zs_property_time;
55	zs_property_type;
56        zs_pset_first;
57        zs_pset_list;
58        zs_pset_next;
59        zs_pset_property;
60        zs_pset_total_time;
61        zs_pset_used_time;
62        zs_pset_total_cpus;
63        zs_pset_used_cpus;
64        zs_pset_used_pct;
65        zs_pset_zone_first;
66        zs_pset_zone_get_pset;
67        zs_pset_zone_get_zone;
68        zs_pset_zone_list;
69        zs_pset_zone_next;
70        zs_pset_zone_property;
71        zs_pset_zone_used_cpus;
72        zs_pset_zone_used_pct;
73        zs_pset_zone_used_time;
74        zs_resource_property;
75	zs_resource_type;
76        zs_resource_total_time;
77        zs_resource_used_time;
78        zs_resource_used_zone_time;
79        zs_resource_total_uint64;
80        zs_resource_used_uint64;
81        zs_resource_used_zone_uint64;
82        zs_resource_used_pct;
83        zs_resource_used_zone_pct;
84        zs_usage_compute;
85        zs_usage_free;
86        zs_usage_read;
87        zs_usage_set_add;
88        zs_usage_set_alloc;
89        zs_usage_set_compute;
90        zs_usage_set_count;
91        zs_usage_set_free;
92        zs_zone_limit_uint64;
93        zs_zone_limit_used_pct;
94        zs_zone_limit_used_time;
95        zs_zone_list;
96	zs_zone_first;
97	zs_zone_next;
98        zs_zone_property;
99    local:
100	*;
101};
102