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 2009 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25 26# 27# MAPFILE HEADER START 28# 29# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30# Object versioning must comply with the rules detailed in 31# 32# usr/src/lib/README.mapfiles 33# 34# You should not be making modifications here until you've read the most current 35# copy of that file. If you need help, contact a gatekeeper for guidance. 36# 37# MAPFILE HEADER END 38# 39 40SUNW_1.3 { 41 global: 42 nvlist_add_double; 43 nvlist_lookup_double; 44 nvpair_value_double; 45} SUNW_1.2.2; 46 47SUNW_1.2.2 { # s10u8 - SunOS 5.10 (Solaris 10) patch additions 48 global: 49 nvlist_lookup_nvpair; 50} SUNW_1.2.1; 51 52SUNW_1.2.1 { # s10u7 - SunOS 5.10 (Solaris 10) patch additions 53 global: 54 nvlist_exists; 55} SUNW_1.2; 56 57SUNW_1.2 { 58 global: 59 nv_alloc_fini; 60 nv_alloc_init; 61 nv_alloc_nosleep; 62 nv_alloc_reset; 63 nv_fixed_ops; 64 nvlist_add_boolean_array; 65 nvlist_add_boolean_value; 66 nvlist_add_int8; 67 nvlist_add_int8_array; 68 nvlist_add_nvpair; 69 nvlist_add_uint8; 70 nvlist_add_uint8_array; 71 nvlist_lookup_boolean_array; 72 nvlist_lookup_boolean_value; 73 nvlist_lookup_int8; 74 nvlist_lookup_int8_array; 75 nvlist_lookup_nv_alloc; 76 nvlist_lookup_pairs; 77 nvlist_lookup_uint8; 78 nvlist_lookup_uint8_array; 79 nvlist_merge; 80 nvlist_remove; 81 nvlist_remove_all; 82 nvlist_xalloc; 83 nvlist_xdup; 84 nvlist_xpack; 85 nvlist_xunpack; 86 nvpair_value_boolean_array; 87 nvpair_value_boolean_value; 88 nvpair_value_int8; 89 nvpair_value_int8_array; 90 nvpair_value_uint8; 91 nvpair_value_uint8_array; 92} SUNW_1.1.1; 93 94SUNW_1.1.1 { 95 global: 96 nvlist_add_nvlist; 97 nvlist_add_nvlist_array; 98 nvlist_lookup_nvlist; 99 nvlist_lookup_nvlist_array; 100 nvpair_value_nvlist; 101 nvpair_value_nvlist_array; 102} SUNW_1.1; 103 104SUNW_1.1 { 105 global: 106 nvlist_add_boolean; 107 nvlist_add_byte; 108 nvlist_add_byte_array; 109 nvlist_add_int16; 110 nvlist_add_int16_array; 111 nvlist_add_int32; 112 nvlist_add_int32_array; 113 nvlist_add_int64; 114 nvlist_add_int64_array; 115 nvlist_add_string; 116 nvlist_add_string_array; 117 nvlist_add_uint16; 118 nvlist_add_uint16_array; 119 nvlist_add_uint32; 120 nvlist_add_uint32_array; 121 nvlist_add_uint64; 122 nvlist_add_uint64_array; 123 nvlist_alloc; 124 nvlist_dup; 125 nvlist_free; 126 nvlist_lookup_boolean; 127 nvlist_lookup_byte; 128 nvlist_lookup_byte_array; 129 nvlist_lookup_int16; 130 nvlist_lookup_int16_array; 131 nvlist_lookup_int32; 132 nvlist_lookup_int32_array; 133 nvlist_lookup_int64; 134 nvlist_lookup_int64_array; 135 nvlist_lookup_string; 136 nvlist_lookup_string_array; 137 nvlist_lookup_uint16; 138 nvlist_lookup_uint16_array; 139 nvlist_lookup_uint32; 140 nvlist_lookup_uint32_array; 141 nvlist_lookup_uint64; 142 nvlist_lookup_uint64_array; 143 nvlist_next_nvpair; 144 nvlist_pack; 145 nvlist_size; 146 nvlist_unpack; 147 nvpair_name; 148 nvpair_type; 149 nvpair_value_byte; 150 nvpair_value_byte_array; 151 nvpair_value_int16; 152 nvpair_value_int16_array; 153 nvpair_value_int32; 154 nvpair_value_int32_array; 155 nvpair_value_int64; 156 nvpair_value_int64_array; 157 nvpair_value_string; 158 nvpair_value_string_array; 159 nvpair_value_uint16; 160 nvpair_value_uint16_array; 161 nvpair_value_uint32; 162 nvpair_value_uint32_array; 163 nvpair_value_uint64; 164 nvpair_value_uint64_array; 165}; 166 167SUNWprivate_1.1 { 168 global: 169 dump_nvlist; 170 nvlist_add_hrtime; 171 nvlist_lookup_hrtime; 172 nvlist_print; 173 nvpair_value_hrtime; 174 nvpair_type_is_array; 175 nvlist_lookup_nvpair_embedded_index; 176 nvpair_value_match; 177 nvpair_value_match_regex; 178 local: 179 *; 180}; 181