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 # Copyright (c) 2012 by Delphix. All rights reserved.
  24 # Copyright (c) 2013, Joyent, Inc. All rights reserved.
  25 #
  26 
  27 #
  28 # MAPFILE HEADER START
  29 #
  30 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  31 # Object versioning must comply with the rules detailed in
  32 #
  33 #       usr/src/lib/README.mapfiles
  34 #
  35 # You should not be making modifications here until you've read the most current
  36 # copy of that file. If you need help, contact a gatekeeper for guidance.
  37 #
  38 # MAPFILE HEADER END
  39 #
  40 
  41 $mapfile_version 2
  42 
  43 SYMBOL_VERSION ILLUMOS_0.1 {    # Illumos additions
  44     global:
  45     fnvlist_alloc;
  46     fnvlist_free;
  47     fnvlist_size;
  48     fnvlist_pack;
  49     fnvlist_pack_free;
  50     fnvlist_unpack;
  51     fnvlist_dup;
  52     fnvlist_merge;
  53     fnvlist_add_boolean;
  54     fnvlist_add_boolean_value;
  55     fnvlist_add_byte;
  56     fnvlist_add_int8;
  57     fnvlist_add_uint8;
  58     fnvlist_add_int16;
  59     fnvlist_add_uint16;
  60     fnvlist_add_int32;
  61     fnvlist_add_uint32;
  62     fnvlist_add_int64;
  63     fnvlist_add_uint64;
  64     fnvlist_add_string;
  65     fnvlist_add_nvlist;
  66     fnvlist_add_nvpair;
  67     fnvlist_add_boolean_array;
  68     fnvlist_add_byte_array;
  69     fnvlist_add_int8_array;
  70     fnvlist_add_uint8_array;
  71     fnvlist_add_int16_array;
  72     fnvlist_add_uint16_array;
  73     fnvlist_add_int32_array;
  74     fnvlist_add_uint32_array;
  75     fnvlist_add_int64_array;
  76     fnvlist_add_uint64_array;
  77     fnvlist_add_string_array;
  78     fnvlist_add_nvlist_array;
  79     fnvlist_remove;
  80     fnvlist_remove_nvpair;
  81     fnvlist_lookup_nvpair;
  82     fnvlist_lookup_boolean;
  83     fnvlist_lookup_boolean_value;
  84     fnvlist_lookup_byte;
  85     fnvlist_lookup_int8;
  86     fnvlist_lookup_int16;
  87     fnvlist_lookup_int32;
  88     fnvlist_lookup_int64;
  89     fnvlist_lookup_uint8_t;
  90     fnvlist_lookup_uint16;
  91     fnvlist_lookup_uint32;
  92     fnvlist_lookup_uint64;
  93     fnvlist_lookup_string;
  94     fnvlist_lookup_nvlist;
  95     fnvpair_value_boolean_value;
  96     fnvpair_value_byte;
  97     fnvpair_value_int8;
  98     fnvpair_value_int16;
  99     fnvpair_value_int32;
 100     fnvpair_value_int64;
 101     fnvpair_value_uint8_t;
 102     fnvpair_value_uint16;
 103     fnvpair_value_uint32;
 104     fnvpair_value_uint64;
 105     fnvpair_value_string;
 106     fnvpair_value_nvlist;
 107 } SUNW_1.3;
 108 
 109 
 110 SYMBOL_VERSION SUNW_1.3 {
 111     global:
 112         nvlist_add_double;
 113         nvlist_empty;
 114         nvlist_lookup_double;
 115         nvlist_nvflag;
 116         nvlist_prev_nvpair;
 117         nvlist_remove_nvpair;
 118         nvpair_value_double;
 119 } SUNW_1.2.2;
 120 
 121 SYMBOL_VERSION SUNW_1.2.2 {     # s10u8 - SunOS 5.10 (Solaris 10) patch additions
 122     global:
 123         nvlist_lookup_nvpair;
 124 } SUNW_1.2.1;
 125 
 126 SYMBOL_VERSION SUNW_1.2.1 {     # s10u7 - SunOS 5.10 (Solaris 10) patch additions
 127     global:
 128         nvlist_exists;
 129 } SUNW_1.2;
 130 
 131 SYMBOL_VERSION SUNW_1.2 {
 132     global:
 133         nv_alloc_fini;
 134         nv_alloc_init;
 135         nv_alloc_nosleep;
 136         nv_alloc_reset;
 137         nv_fixed_ops;
 138         nvlist_add_boolean_array;
 139         nvlist_add_boolean_value;
 140         nvlist_add_int8;
 141         nvlist_add_int8_array;
 142         nvlist_add_nvpair;
 143         nvlist_add_uint8;
 144         nvlist_add_uint8_array;
 145         nvlist_lookup_boolean_array;
 146         nvlist_lookup_boolean_value;
 147         nvlist_lookup_int8;
 148         nvlist_lookup_int8_array;
 149         nvlist_lookup_nv_alloc;
 150         nvlist_lookup_pairs;
 151         nvlist_lookup_uint8;
 152         nvlist_lookup_uint8_array;
 153         nvlist_merge;
 154         nvlist_remove;
 155         nvlist_remove_all;
 156         nvlist_xalloc;
 157         nvlist_xdup;
 158         nvlist_xpack;
 159         nvlist_xunpack;
 160         nvpair_value_boolean_array;
 161         nvpair_value_boolean_value;
 162         nvpair_value_int8;
 163         nvpair_value_int8_array;
 164         nvpair_value_uint8;
 165         nvpair_value_uint8_array;
 166 } SUNW_1.1.1;
 167 
 168 SYMBOL_VERSION SUNW_1.1.1 {
 169     global:
 170         nvlist_add_nvlist;
 171         nvlist_add_nvlist_array;
 172         nvlist_lookup_nvlist;
 173         nvlist_lookup_nvlist_array;
 174         nvpair_value_nvlist;
 175         nvpair_value_nvlist_array;
 176 } SUNW_1.1;
 177 
 178 SYMBOL_VERSION SUNW_1.1 {
 179     global:
 180         nvlist_add_boolean;
 181         nvlist_add_byte;
 182         nvlist_add_byte_array;
 183         nvlist_add_int16;
 184         nvlist_add_int16_array;
 185         nvlist_add_int32;
 186         nvlist_add_int32_array;
 187         nvlist_add_int64;
 188         nvlist_add_int64_array;
 189         nvlist_add_string;
 190         nvlist_add_string_array;
 191         nvlist_add_uint16;
 192         nvlist_add_uint16_array;
 193         nvlist_add_uint32;
 194         nvlist_add_uint32_array;
 195         nvlist_add_uint64;
 196         nvlist_add_uint64_array;
 197         nvlist_alloc;
 198         nvlist_dup;
 199         nvlist_free;
 200         nvlist_lookup_boolean;
 201         nvlist_lookup_byte;
 202         nvlist_lookup_byte_array;
 203         nvlist_lookup_int16;
 204         nvlist_lookup_int16_array;
 205         nvlist_lookup_int32;
 206         nvlist_lookup_int32_array;
 207         nvlist_lookup_int64;
 208         nvlist_lookup_int64_array;
 209         nvlist_lookup_string;
 210         nvlist_lookup_string_array;
 211         nvlist_lookup_uint16;
 212         nvlist_lookup_uint16_array;
 213         nvlist_lookup_uint32;
 214         nvlist_lookup_uint32_array;
 215         nvlist_lookup_uint64;
 216         nvlist_lookup_uint64_array;
 217         nvlist_next_nvpair;
 218         nvlist_pack;
 219         nvlist_size;
 220         nvlist_unpack;
 221         nvpair_name;
 222         nvpair_type;
 223         nvpair_value_byte;
 224         nvpair_value_byte_array;
 225         nvpair_value_int16;
 226         nvpair_value_int16_array;
 227         nvpair_value_int32;
 228         nvpair_value_int32_array;
 229         nvpair_value_int64;
 230         nvpair_value_int64_array;
 231         nvpair_value_string;
 232         nvpair_value_string_array;
 233         nvpair_value_uint16;
 234         nvpair_value_uint16_array;
 235         nvpair_value_uint32;
 236         nvpair_value_uint32_array;
 237         nvpair_value_uint64;
 238         nvpair_value_uint64_array;
 239 };
 240 
 241 SYMBOL_VERSION SUNWprivate_1.1 {
 242     global:
 243         dump_nvlist;
 244         nvlist_add_hrtime;
 245         nvlist_lookup_hrtime;
 246         nvlist_print;
 247         nvlist_print_json;
 248         nvlist_prt;
 249         nvlist_prtctl_alloc;
 250         nvlist_prtctl_free;
 251         nvlist_prtctl_getdest;
 252         nvlist_prtctl_dofmt;
 253         nvlist_prtctl_doindent;
 254         nvlist_prtctl_setdest;
 255         nvlist_prtctl_setfmt;
 256         nvlist_prtctl_setindent;
 257         nvlist_prtctlop_byte;
 258         nvlist_prtctlop_byte_array;
 259         nvlist_prtctlop_boolean;
 260         nvlist_prtctlop_boolean_array;
 261         nvlist_prtctlop_boolean_value;
 262         nvlist_prtctlop_double;
 263         nvlist_prtctlop_hrtime;
 264         nvlist_prtctlop_int8;
 265         nvlist_prtctlop_int8_array;
 266         nvlist_prtctlop_int16;
 267         nvlist_prtctlop_int16_array;
 268         nvlist_prtctlop_int32;
 269         nvlist_prtctlop_int32_array;
 270         nvlist_prtctlop_int64;
 271         nvlist_prtctlop_int64_array;
 272         nvlist_prtctlop_nvlist;
 273         nvlist_prtctlop_nvlist_array;
 274         nvlist_prtctlop_string;
 275         nvlist_prtctlop_string_array;
 276         nvlist_prtctlop_uint8;
 277         nvlist_prtctlop_uint8_array;
 278         nvlist_prtctlop_uint16;
 279         nvlist_prtctlop_uint16_array;
 280         nvlist_prtctlop_uint32;
 281         nvlist_prtctlop_uint32_array;
 282         nvlist_prtctlop_uint64;
 283         nvlist_prtctlop_uint64_array;
 284         nvpair_value_hrtime;
 285         nvpair_type_is_array;
 286         nvlist_lookup_nvpair_embedded_index;
 287         nvpair_value_match;
 288         nvpair_value_match_regex;
 289     local:
 290         *;
 291 };