1f808c858Sraf# 2f808c858Sraf# CDDL HEADER START 3f808c858Sraf# 4f808c858Sraf# The contents of this file are subject to the terms of the 5f808c858Sraf# Common Development and Distribution License (the "License"). 6f808c858Sraf# You may not use this file except in compliance with the License. 7f808c858Sraf# 8f808c858Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9f808c858Sraf# or http://www.opensolaris.org/os/licensing. 10f808c858Sraf# See the License for the specific language governing permissions 11f808c858Sraf# and limitations under the License. 12f808c858Sraf# 13f808c858Sraf# When distributing Covered Code, include this CDDL HEADER in each 14f808c858Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15f808c858Sraf# If applicable, add the following below this CDDL HEADER, with the 16f808c858Sraf# fields enclosed by brackets "[]" replaced with your own identifying 17f808c858Sraf# information: Portions Copyright [yyyy] [name of copyright owner] 18f808c858Sraf# 19f808c858Sraf# CDDL HEADER END 20f808c858Sraf# 21f808c858Sraf# 22cd3e9333SAli Bahrami# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 23f808c858Sraf# 24bfed486aSAli Bahrami 25bfed486aSAli Bahrami# 26bfed486aSAli Bahrami# MAPFILE HEADER START 27bfed486aSAli Bahrami# 28bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 29bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 30bfed486aSAli Bahrami# 31bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 32bfed486aSAli Bahrami# 33bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 34bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 35bfed486aSAli Bahrami# 36bfed486aSAli Bahrami# MAPFILE HEADER END 37f808c858Sraf# 38f808c858Sraf 39cd3e9333SAli Bahrami$mapfile_version 2 40cd3e9333SAli Bahrami 41cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.3 { 421af98250Seschrock global: 438956b8c2Srobj nvlist_add_double; 4492241e0bSTom Erickson nvlist_empty; 458956b8c2Srobj nvlist_lookup_double; 46*f6e214c7SGavin Maltby nvlist_nvflag; 4792241e0bSTom Erickson nvlist_prev_nvpair; 4892241e0bSTom Erickson nvlist_remove_nvpair; 498956b8c2Srobj nvpair_value_double; 5075ce41a5SAli Bahrami} SUNW_1.2.2; 5175ce41a5SAli Bahrami 52cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.2.2 { # s10u8 - SunOS 5.10 (Solaris 10) patch additions 5375ce41a5SAli Bahrami global: 5475ce41a5SAli Bahrami nvlist_lookup_nvpair; 553ed62314SAli Bahrami} SUNW_1.2.1; 563ed62314SAli Bahrami 57cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.2.1 { # s10u7 - SunOS 5.10 (Solaris 10) patch additions 583ed62314SAli Bahrami global: 593ed62314SAli Bahrami nvlist_exists; 601af98250Seschrock} SUNW_1.2; 611af98250Seschrock 62cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.2 { 63f808c858Sraf global: 64f808c858Sraf nv_alloc_fini; 65f808c858Sraf nv_alloc_init; 66f808c858Sraf nv_alloc_nosleep; 67f808c858Sraf nv_alloc_reset; 68f808c858Sraf nv_fixed_ops; 69f808c858Sraf nvlist_add_boolean_array; 70f808c858Sraf nvlist_add_boolean_value; 71f808c858Sraf nvlist_add_int8; 72f808c858Sraf nvlist_add_int8_array; 73f808c858Sraf nvlist_add_nvpair; 74f808c858Sraf nvlist_add_uint8; 75f808c858Sraf nvlist_add_uint8_array; 76f808c858Sraf nvlist_lookup_boolean_array; 77f808c858Sraf nvlist_lookup_boolean_value; 78f808c858Sraf nvlist_lookup_int8; 79f808c858Sraf nvlist_lookup_int8_array; 80f808c858Sraf nvlist_lookup_nv_alloc; 81f808c858Sraf nvlist_lookup_pairs; 82f808c858Sraf nvlist_lookup_uint8; 83f808c858Sraf nvlist_lookup_uint8_array; 84f808c858Sraf nvlist_merge; 85f808c858Sraf nvlist_remove; 86f808c858Sraf nvlist_remove_all; 87f808c858Sraf nvlist_xalloc; 88f808c858Sraf nvlist_xdup; 89f808c858Sraf nvlist_xpack; 90f808c858Sraf nvlist_xunpack; 91f808c858Sraf nvpair_value_boolean_array; 92f808c858Sraf nvpair_value_boolean_value; 93f808c858Sraf nvpair_value_int8; 94f808c858Sraf nvpair_value_int8_array; 95f808c858Sraf nvpair_value_uint8; 96f808c858Sraf nvpair_value_uint8_array; 97f808c858Sraf} SUNW_1.1.1; 98f808c858Sraf 99cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.1.1 { 100f808c858Sraf global: 101f808c858Sraf nvlist_add_nvlist; 102f808c858Sraf nvlist_add_nvlist_array; 103f808c858Sraf nvlist_lookup_nvlist; 104f808c858Sraf nvlist_lookup_nvlist_array; 105f808c858Sraf nvpair_value_nvlist; 106f808c858Sraf nvpair_value_nvlist_array; 107f808c858Sraf} SUNW_1.1; 108f808c858Sraf 109cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.1 { 110f808c858Sraf global: 111f808c858Sraf nvlist_add_boolean; 112f808c858Sraf nvlist_add_byte; 113f808c858Sraf nvlist_add_byte_array; 114f808c858Sraf nvlist_add_int16; 115f808c858Sraf nvlist_add_int16_array; 116f808c858Sraf nvlist_add_int32; 117f808c858Sraf nvlist_add_int32_array; 118f808c858Sraf nvlist_add_int64; 119f808c858Sraf nvlist_add_int64_array; 120f808c858Sraf nvlist_add_string; 121f808c858Sraf nvlist_add_string_array; 122f808c858Sraf nvlist_add_uint16; 123f808c858Sraf nvlist_add_uint16_array; 124f808c858Sraf nvlist_add_uint32; 125f808c858Sraf nvlist_add_uint32_array; 126f808c858Sraf nvlist_add_uint64; 127f808c858Sraf nvlist_add_uint64_array; 128f808c858Sraf nvlist_alloc; 129f808c858Sraf nvlist_dup; 130f808c858Sraf nvlist_free; 131f808c858Sraf nvlist_lookup_boolean; 132f808c858Sraf nvlist_lookup_byte; 133f808c858Sraf nvlist_lookup_byte_array; 134f808c858Sraf nvlist_lookup_int16; 135f808c858Sraf nvlist_lookup_int16_array; 136f808c858Sraf nvlist_lookup_int32; 137f808c858Sraf nvlist_lookup_int32_array; 138f808c858Sraf nvlist_lookup_int64; 139f808c858Sraf nvlist_lookup_int64_array; 140f808c858Sraf nvlist_lookup_string; 141f808c858Sraf nvlist_lookup_string_array; 142f808c858Sraf nvlist_lookup_uint16; 143f808c858Sraf nvlist_lookup_uint16_array; 144f808c858Sraf nvlist_lookup_uint32; 145f808c858Sraf nvlist_lookup_uint32_array; 146f808c858Sraf nvlist_lookup_uint64; 147f808c858Sraf nvlist_lookup_uint64_array; 148f808c858Sraf nvlist_next_nvpair; 149f808c858Sraf nvlist_pack; 150f808c858Sraf nvlist_size; 151f808c858Sraf nvlist_unpack; 152f808c858Sraf nvpair_name; 153f808c858Sraf nvpair_type; 154f808c858Sraf nvpair_value_byte; 155f808c858Sraf nvpair_value_byte_array; 156f808c858Sraf nvpair_value_int16; 157f808c858Sraf nvpair_value_int16_array; 158f808c858Sraf nvpair_value_int32; 159f808c858Sraf nvpair_value_int32_array; 160f808c858Sraf nvpair_value_int64; 161f808c858Sraf nvpair_value_int64_array; 162f808c858Sraf nvpair_value_string; 163f808c858Sraf nvpair_value_string_array; 164f808c858Sraf nvpair_value_uint16; 165f808c858Sraf nvpair_value_uint16_array; 166f808c858Sraf nvpair_value_uint32; 167f808c858Sraf nvpair_value_uint32_array; 168f808c858Sraf nvpair_value_uint64; 169f808c858Sraf nvpair_value_uint64_array; 170f808c858Sraf}; 171f808c858Sraf 172cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 { 173f808c858Sraf global: 17488ecc943SGeorge Wilson dump_nvlist; 175f808c858Sraf nvlist_add_hrtime; 176f808c858Sraf nvlist_lookup_hrtime; 177f808c858Sraf nvlist_print; 178*f6e214c7SGavin Maltby nvlist_prt; 179*f6e214c7SGavin Maltby nvlist_prtctl_alloc; 180*f6e214c7SGavin Maltby nvlist_prtctl_free; 181*f6e214c7SGavin Maltby nvlist_prtctl_getdest; 182*f6e214c7SGavin Maltby nvlist_prtctl_dofmt; 183*f6e214c7SGavin Maltby nvlist_prtctl_doindent; 184*f6e214c7SGavin Maltby nvlist_prtctl_setdest; 185*f6e214c7SGavin Maltby nvlist_prtctl_setfmt; 186*f6e214c7SGavin Maltby nvlist_prtctl_setindent; 187*f6e214c7SGavin Maltby nvlist_prtctlop_byte; 188*f6e214c7SGavin Maltby nvlist_prtctlop_byte_array; 189*f6e214c7SGavin Maltby nvlist_prtctlop_boolean; 190*f6e214c7SGavin Maltby nvlist_prtctlop_boolean_array; 191*f6e214c7SGavin Maltby nvlist_prtctlop_boolean_value; 192*f6e214c7SGavin Maltby nvlist_prtctlop_double; 193*f6e214c7SGavin Maltby nvlist_prtctlop_hrtime; 194*f6e214c7SGavin Maltby nvlist_prtctlop_int8; 195*f6e214c7SGavin Maltby nvlist_prtctlop_int8_array; 196*f6e214c7SGavin Maltby nvlist_prtctlop_int16; 197*f6e214c7SGavin Maltby nvlist_prtctlop_int16_array; 198*f6e214c7SGavin Maltby nvlist_prtctlop_int32; 199*f6e214c7SGavin Maltby nvlist_prtctlop_int32_array; 200*f6e214c7SGavin Maltby nvlist_prtctlop_int64; 201*f6e214c7SGavin Maltby nvlist_prtctlop_int64_array; 202*f6e214c7SGavin Maltby nvlist_prtctlop_nvlist; 203*f6e214c7SGavin Maltby nvlist_prtctlop_nvlist_array; 204*f6e214c7SGavin Maltby nvlist_prtctlop_string; 205*f6e214c7SGavin Maltby nvlist_prtctlop_string_array; 206*f6e214c7SGavin Maltby nvlist_prtctlop_uint8; 207*f6e214c7SGavin Maltby nvlist_prtctlop_uint8_array; 208*f6e214c7SGavin Maltby nvlist_prtctlop_uint16; 209*f6e214c7SGavin Maltby nvlist_prtctlop_uint16_array; 210*f6e214c7SGavin Maltby nvlist_prtctlop_uint32; 211*f6e214c7SGavin Maltby nvlist_prtctlop_uint32_array; 212*f6e214c7SGavin Maltby nvlist_prtctlop_uint64; 213*f6e214c7SGavin Maltby nvlist_prtctlop_uint64_array; 214f808c858Sraf nvpair_value_hrtime; 215602ca9eaScth nvpair_type_is_array; 216602ca9eaScth nvlist_lookup_nvpair_embedded_index; 217602ca9eaScth nvpair_value_match; 218602ca9eaScth nvpair_value_match_regex; 219f808c858Sraf local: 220f808c858Sraf *; 221f808c858Sraf}; 222