1*13122SStephen.Lawrence@oracle.COM# 2*13122SStephen.Lawrence@oracle.COM# CDDL HEADER START 3*13122SStephen.Lawrence@oracle.COM# 4*13122SStephen.Lawrence@oracle.COM# The contents of this file are subject to the terms of the 5*13122SStephen.Lawrence@oracle.COM# Common Development and Distribution License (the "License"). 6*13122SStephen.Lawrence@oracle.COM# You may not use this file except in compliance with the License. 7*13122SStephen.Lawrence@oracle.COM# 8*13122SStephen.Lawrence@oracle.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*13122SStephen.Lawrence@oracle.COM# or http://www.opensolaris.org/os/licensing. 10*13122SStephen.Lawrence@oracle.COM# See the License for the specific language governing permissions 11*13122SStephen.Lawrence@oracle.COM# and limitations under the License. 12*13122SStephen.Lawrence@oracle.COM# 13*13122SStephen.Lawrence@oracle.COM# When distributing Covered Code, include this CDDL HEADER in each 14*13122SStephen.Lawrence@oracle.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*13122SStephen.Lawrence@oracle.COM# If applicable, add the following below this CDDL HEADER, with the 16*13122SStephen.Lawrence@oracle.COM# fields enclosed by brackets "[]" replaced with your own identifying 17*13122SStephen.Lawrence@oracle.COM# information: Portions Copyright [yyyy] [name of copyright owner] 18*13122SStephen.Lawrence@oracle.COM# 19*13122SStephen.Lawrence@oracle.COM# CDDL HEADER END 20*13122SStephen.Lawrence@oracle.COM# 21*13122SStephen.Lawrence@oracle.COM# 22*13122SStephen.Lawrence@oracle.COM# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 23*13122SStephen.Lawrence@oracle.COM# 24*13122SStephen.Lawrence@oracle.COM 25*13122SStephen.Lawrence@oracle.COM# 26*13122SStephen.Lawrence@oracle.COM# MAPFILE HEADER START 27*13122SStephen.Lawrence@oracle.COM# 28*13122SStephen.Lawrence@oracle.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 29*13122SStephen.Lawrence@oracle.COM# Object versioning must comply with the rules detailed in 30*13122SStephen.Lawrence@oracle.COM# 31*13122SStephen.Lawrence@oracle.COM# usr/src/lib/README.mapfiles 32*13122SStephen.Lawrence@oracle.COM# 33*13122SStephen.Lawrence@oracle.COM# You should not be making modifications here until you've read the most current 34*13122SStephen.Lawrence@oracle.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 35*13122SStephen.Lawrence@oracle.COM# 36*13122SStephen.Lawrence@oracle.COM# MAPFILE HEADER END 37*13122SStephen.Lawrence@oracle.COM# 38*13122SStephen.Lawrence@oracle.COM 39*13122SStephen.Lawrence@oracle.COM$mapfile_version 2 40*13122SStephen.Lawrence@oracle.COM 41*13122SStephen.Lawrence@oracle.COMSYMBOL_VERSION SUNWprivate { 42*13122SStephen.Lawrence@oracle.COM global: 43*13122SStephen.Lawrence@oracle.COM zs_close; 44*13122SStephen.Lawrence@oracle.COM zs_open; 45*13122SStephen.Lawrence@oracle.COM zs_property_int; 46*13122SStephen.Lawrence@oracle.COM zs_property_size; 47*13122SStephen.Lawrence@oracle.COM zs_property_string; 48*13122SStephen.Lawrence@oracle.COM zs_property_uint; 49*13122SStephen.Lawrence@oracle.COM zs_property_uint64; 50*13122SStephen.Lawrence@oracle.COM zs_property_alloc; 51*13122SStephen.Lawrence@oracle.COM zs_property_double; 52*13122SStephen.Lawrence@oracle.COM zs_property_free; 53*13122SStephen.Lawrence@oracle.COM zs_property_id; 54*13122SStephen.Lawrence@oracle.COM zs_property_time; 55*13122SStephen.Lawrence@oracle.COM zs_property_type; 56*13122SStephen.Lawrence@oracle.COM zs_pset_first; 57*13122SStephen.Lawrence@oracle.COM zs_pset_list; 58*13122SStephen.Lawrence@oracle.COM zs_pset_next; 59*13122SStephen.Lawrence@oracle.COM zs_pset_property; 60*13122SStephen.Lawrence@oracle.COM zs_pset_total_time; 61*13122SStephen.Lawrence@oracle.COM zs_pset_used_time; 62*13122SStephen.Lawrence@oracle.COM zs_pset_total_cpus; 63*13122SStephen.Lawrence@oracle.COM zs_pset_used_cpus; 64*13122SStephen.Lawrence@oracle.COM zs_pset_used_pct; 65*13122SStephen.Lawrence@oracle.COM zs_pset_zone_first; 66*13122SStephen.Lawrence@oracle.COM zs_pset_zone_get_pset; 67*13122SStephen.Lawrence@oracle.COM zs_pset_zone_get_zone; 68*13122SStephen.Lawrence@oracle.COM zs_pset_zone_list; 69*13122SStephen.Lawrence@oracle.COM zs_pset_zone_next; 70*13122SStephen.Lawrence@oracle.COM zs_pset_zone_property; 71*13122SStephen.Lawrence@oracle.COM zs_pset_zone_used_cpus; 72*13122SStephen.Lawrence@oracle.COM zs_pset_zone_used_pct; 73*13122SStephen.Lawrence@oracle.COM zs_pset_zone_used_time; 74*13122SStephen.Lawrence@oracle.COM zs_resource_property; 75*13122SStephen.Lawrence@oracle.COM zs_resource_type; 76*13122SStephen.Lawrence@oracle.COM zs_resource_total_time; 77*13122SStephen.Lawrence@oracle.COM zs_resource_used_time; 78*13122SStephen.Lawrence@oracle.COM zs_resource_used_zone_time; 79*13122SStephen.Lawrence@oracle.COM zs_resource_total_uint64; 80*13122SStephen.Lawrence@oracle.COM zs_resource_used_uint64; 81*13122SStephen.Lawrence@oracle.COM zs_resource_used_zone_uint64; 82*13122SStephen.Lawrence@oracle.COM zs_resource_used_pct; 83*13122SStephen.Lawrence@oracle.COM zs_resource_used_zone_pct; 84*13122SStephen.Lawrence@oracle.COM zs_usage_compute; 85*13122SStephen.Lawrence@oracle.COM zs_usage_free; 86*13122SStephen.Lawrence@oracle.COM zs_usage_read; 87*13122SStephen.Lawrence@oracle.COM zs_usage_set_add; 88*13122SStephen.Lawrence@oracle.COM zs_usage_set_alloc; 89*13122SStephen.Lawrence@oracle.COM zs_usage_set_compute; 90*13122SStephen.Lawrence@oracle.COM zs_usage_set_count; 91*13122SStephen.Lawrence@oracle.COM zs_usage_set_free; 92*13122SStephen.Lawrence@oracle.COM zs_zone_limit_uint64; 93*13122SStephen.Lawrence@oracle.COM zs_zone_limit_used_pct; 94*13122SStephen.Lawrence@oracle.COM zs_zone_limit_used_time; 95*13122SStephen.Lawrence@oracle.COM zs_zone_list; 96*13122SStephen.Lawrence@oracle.COM zs_zone_first; 97*13122SStephen.Lawrence@oracle.COM zs_zone_next; 98*13122SStephen.Lawrence@oracle.COM zs_zone_property; 99*13122SStephen.Lawrence@oracle.COM local: 100*13122SStephen.Lawrence@oracle.COM *; 101*13122SStephen.Lawrence@oracle.COM}; 102