1911106dfSjm199354# 2911106dfSjm199354# CDDL HEADER START 3911106dfSjm199354# 4911106dfSjm199354# The contents of this file are subject to the terms of the 5911106dfSjm199354# Common Development and Distribution License (the "License"). 6911106dfSjm199354# You may not use this file except in compliance with the License. 7911106dfSjm199354# 8911106dfSjm199354# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9911106dfSjm199354# or http://www.opensolaris.org/os/licensing. 10911106dfSjm199354# See the License for the specific language governing permissions 11911106dfSjm199354# and limitations under the License. 12911106dfSjm199354# 13911106dfSjm199354# When distributing Covered Code, include this CDDL HEADER in each 14911106dfSjm199354# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15911106dfSjm199354# If applicable, add the following below this CDDL HEADER, with the 16911106dfSjm199354# fields enclosed by brackets "[]" replaced with your own identifying 17911106dfSjm199354# information: Portions Copyright [yyyy] [name of copyright owner] 18911106dfSjm199354# 19911106dfSjm199354# CDDL HEADER END 20911106dfSjm199354# 21911106dfSjm199354# 22*bfed486aSAli Bahrami# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23911106dfSjm199354# Use is subject to license terms. 24911106dfSjm199354# 25*bfed486aSAli Bahrami 26*bfed486aSAli Bahrami# 27*bfed486aSAli Bahrami# MAPFILE HEADER START 28*bfed486aSAli Bahrami# 29*bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30*bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 31*bfed486aSAli Bahrami# 32*bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 33*bfed486aSAli Bahrami# 34*bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 35*bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 36*bfed486aSAli Bahrami# 37*bfed486aSAli Bahrami# MAPFILE HEADER END 38911106dfSjm199354# 39911106dfSjm199354 40911106dfSjm199354SUNWprivate { 41911106dfSjm199354 global: 42911106dfSjm199354 vs_props_get_all; 43911106dfSjm199354 vs_props_get; 44911106dfSjm199354 vs_props_set; 45911106dfSjm199354 vs_props_validate; 46911106dfSjm199354 vs_props_se_get; 47911106dfSjm199354 vs_props_se_set; 48911106dfSjm199354 vs_props_se_validate; 49911106dfSjm199354 vs_props_se_create; 50911106dfSjm199354 vs_props_se_delete; 51911106dfSjm199354 vs_statistics; 52911106dfSjm199354 vs_statistics_reset; 53911106dfSjm199354 vs_parse_types; 54911106dfSjm199354 vs_strtonum; 55911106dfSjm199354 vs_strerror; 56911106dfSjm199354 local: 57911106dfSjm199354 *; 58911106dfSjm199354}; 59