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_exists; 43 nvlist_lookup_nvpair; 44 nvlist_add_double; 45 nvlist_lookup_double; 46 nvpair_value_double; 47} SUNW_1.2; 48 49SUNW_1.2 { 50 global: 51 nv_alloc_fini; 52 nv_alloc_init; 53 nv_alloc_nosleep; 54 nv_alloc_reset; 55 nv_fixed_ops; 56 nvlist_add_boolean_array; 57 nvlist_add_boolean_value; 58 nvlist_add_int8; 59 nvlist_add_int8_array; 60 nvlist_add_nvpair; 61 nvlist_add_uint8; 62 nvlist_add_uint8_array; 63 nvlist_lookup_boolean_array; 64 nvlist_lookup_boolean_value; 65 nvlist_lookup_int8; 66 nvlist_lookup_int8_array; 67 nvlist_lookup_nv_alloc; 68 nvlist_lookup_pairs; 69 nvlist_lookup_uint8; 70 nvlist_lookup_uint8_array; 71 nvlist_merge; 72 nvlist_remove; 73 nvlist_remove_all; 74 nvlist_xalloc; 75 nvlist_xdup; 76 nvlist_xpack; 77 nvlist_xunpack; 78 nvpair_value_boolean_array; 79 nvpair_value_boolean_value; 80 nvpair_value_int8; 81 nvpair_value_int8_array; 82 nvpair_value_uint8; 83 nvpair_value_uint8_array; 84} SUNW_1.1.1; 85 86SUNW_1.1.1 { 87 global: 88 nvlist_add_nvlist; 89 nvlist_add_nvlist_array; 90 nvlist_lookup_nvlist; 91 nvlist_lookup_nvlist_array; 92 nvpair_value_nvlist; 93 nvpair_value_nvlist_array; 94} SUNW_1.1; 95 96SUNW_1.1 { 97 global: 98 nvlist_add_boolean; 99 nvlist_add_byte; 100 nvlist_add_byte_array; 101 nvlist_add_int16; 102 nvlist_add_int16_array; 103 nvlist_add_int32; 104 nvlist_add_int32_array; 105 nvlist_add_int64; 106 nvlist_add_int64_array; 107 nvlist_add_string; 108 nvlist_add_string_array; 109 nvlist_add_uint16; 110 nvlist_add_uint16_array; 111 nvlist_add_uint32; 112 nvlist_add_uint32_array; 113 nvlist_add_uint64; 114 nvlist_add_uint64_array; 115 nvlist_alloc; 116 nvlist_dup; 117 nvlist_free; 118 nvlist_lookup_boolean; 119 nvlist_lookup_byte; 120 nvlist_lookup_byte_array; 121 nvlist_lookup_int16; 122 nvlist_lookup_int16_array; 123 nvlist_lookup_int32; 124 nvlist_lookup_int32_array; 125 nvlist_lookup_int64; 126 nvlist_lookup_int64_array; 127 nvlist_lookup_string; 128 nvlist_lookup_string_array; 129 nvlist_lookup_uint16; 130 nvlist_lookup_uint16_array; 131 nvlist_lookup_uint32; 132 nvlist_lookup_uint32_array; 133 nvlist_lookup_uint64; 134 nvlist_lookup_uint64_array; 135 nvlist_next_nvpair; 136 nvlist_pack; 137 nvlist_size; 138 nvlist_unpack; 139 nvpair_name; 140 nvpair_type; 141 nvpair_value_byte; 142 nvpair_value_byte_array; 143 nvpair_value_int16; 144 nvpair_value_int16_array; 145 nvpair_value_int32; 146 nvpair_value_int32_array; 147 nvpair_value_int64; 148 nvpair_value_int64_array; 149 nvpair_value_string; 150 nvpair_value_string_array; 151 nvpair_value_uint16; 152 nvpair_value_uint16_array; 153 nvpair_value_uint32; 154 nvpair_value_uint32_array; 155 nvpair_value_uint64; 156 nvpair_value_uint64_array; 157}; 158 159SUNWprivate_1.1 { 160 global: 161 nvlist_add_hrtime; 162 nvlist_lookup_hrtime; 163 nvlist_print; 164 nvpair_value_hrtime; 165 nvpair_type_is_array; 166 nvlist_lookup_nvpair_embedded_index; 167 nvpair_value_match; 168 nvpair_value_match_regex; 169 local: 170 *; 171}; 172