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) 2006, 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 SUNW_2.1 { 42 global: 43 bldominates; 44 blequal; 45 blstrictdom; 46 fgetlabel; 47 getlabel; 48 getplabel; 49 getuserrange; 50 getzoneidbylabel; 51 getzonelabelbyid; 52 getzonelabelbyname; 53 getzonerootbyid; 54 getzonerootbylabel; 55 getzonerootbyname; 56 label_to_str; 57 m_label_alloc; 58 m_label_dup; 59 m_label_free; 60 setflabel; 61 str_to_label; 62}; 63 64SYMBOL_VERSION SUNWprivate_1.1 { 65 global: 66 bclearcvt; 67 bclearcvtfull; 68 bclearhigh; 69 bclearlow; 70 bcleartoh; 71 bcleartoh_r; 72 bcleartos; 73 bclearundef; 74 bclearvalid; 75 bisinvalid; 76 blabel_alloc; 77 blabel_free; 78 blabel_size; 79 blinrange; 80 blinset; 81 blmaximum; 82 blminimum; 83 bltocolor; 84 bltocolor_r; 85 bltype; 86 bslcvt; 87 bslcvtfull; 88 bslhigh; 89 bsllow; 90 bsltoh; 91 bsltoh_r; 92 bsltos; 93 bslundef; 94 bslvalid; 95 getlabelbypath; 96 getpathbylabel; 97 h_alloc; 98 h_free; 99 hexstr_to_label; 100 htobclear; 101 htobsl; 102 l_to_str_internal; 103 labelfields; 104 labelinfo; 105 labelvers; 106 sbcleartos; 107 sbsltos; 108 setbltype; 109 set_effective_priv; 110 set_inheritable_priv; 111 set_permitted_priv; 112 stobclear; 113 stobsl; 114 userdefs; 115 zonecopy; 116 local: 117 *; 118}; 119