mapfile-vers revision 825ba0f20a74fd9c5d0d1ce2c195da2cc88a7f77
152N/A#
152N/A# CDDL HEADER START
152N/A#
152N/A# The contents of this file are subject to the terms of the
152N/A# Common Development and Distribution License (the "License").
152N/A# You may not use this file except in compliance with the License.
152N/A#
152N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
152N/A# or http://www.opensolaris.org/os/licensing.
152N/A# See the License for the specific language governing permissions
152N/A# and limitations under the License.
152N/A#
152N/A# When distributing Covered Code, include this CDDL HEADER in each
152N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152N/A# If applicable, add the following below this CDDL HEADER, with the
152N/A# fields enclosed by brackets "[]" replaced with your own identifying
152N/A# information: Portions Copyright [yyyy] [name of copyright owner]
152N/A#
152N/A# CDDL HEADER END
152N/A#
152N/A#
152N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
152N/A# Use is subject to license terms.
152N/A#
152N/A# ident "%Z%%M% %I% %E% SMI"
152N/A#
152N/A
152N/ASUNW_1.4 {
152N/A global:
152N/A nvlist_add_double;
152N/A nvlist_lookup_double;
152N/A nvpair_value_double;
152N/A} SUNW_1.3;
152N/A
152N/ASUNW_1.3 {
152N/A global:
152N/A nvlist_exists;
152N/A nvlist_lookup_nvpair;
152N/A} SUNW_1.2;
152N/A
152N/ASUNW_1.2 {
152N/A global:
152N/A nv_alloc_fini;
152N/A nv_alloc_init;
277N/A nv_alloc_nosleep;
152N/A nv_alloc_reset;
152N/A nv_fixed_ops;
152N/A nvlist_add_boolean_array;
152N/A nvlist_add_boolean_value;
277N/A nvlist_add_int8;
152N/A nvlist_add_int8_array;
181N/A nvlist_add_nvpair;
181N/A nvlist_add_uint8;
152N/A nvlist_add_uint8_array;
152N/A nvlist_lookup_boolean_array;
152N/A nvlist_lookup_boolean_value;
152N/A nvlist_lookup_int8;
152N/A nvlist_lookup_int8_array;
152N/A nvlist_lookup_nv_alloc;
152N/A nvlist_lookup_pairs;
152N/A nvlist_lookup_uint8;
152N/A nvlist_lookup_uint8_array;
152N/A nvlist_merge;
152N/A nvlist_remove;
152N/A nvlist_remove_all;
152N/A nvlist_xalloc;
152N/A nvlist_xdup;
152N/A nvlist_xpack;
152N/A nvlist_xunpack;
181N/A nvpair_value_boolean_array;
181N/A nvpair_value_boolean_value;
181N/A nvpair_value_int8;
181N/A nvpair_value_int8_array;
181N/A nvpair_value_uint8;
181N/A nvpair_value_uint8_array;
181N/A} SUNW_1.1.1;
152N/A
152N/ASUNW_1.1.1 {
152N/A global:
152N/A nvlist_add_nvlist;
152N/A nvlist_add_nvlist_array;
152N/A nvlist_lookup_nvlist;
152N/A nvlist_lookup_nvlist_array;
152N/A nvpair_value_nvlist;
152N/A nvpair_value_nvlist_array;
181N/A} SUNW_1.1;
152N/A
152N/ASUNW_1.1 {
181N/A global:
181N/A nvlist_add_boolean;
152N/A nvlist_add_byte;
152N/A nvlist_add_byte_array;
152N/A nvlist_add_int16;
152N/A nvlist_add_int16_array;
181N/A nvlist_add_int32;
152N/A nvlist_add_int32_array;
152N/A nvlist_add_int64;
152N/A nvlist_add_int64_array;
152N/A nvlist_add_string;
181N/A nvlist_add_string_array;
152N/A nvlist_add_uint16;
181N/A nvlist_add_uint16_array;
152N/A nvlist_add_uint32;
152N/A nvlist_add_uint32_array;
152N/A nvlist_add_uint64;
152N/A nvlist_add_uint64_array;
152N/A nvlist_alloc;
nvlist_dup;
nvlist_free;
nvlist_lookup_boolean;
nvlist_lookup_byte;
nvlist_lookup_byte_array;
nvlist_lookup_int16;
nvlist_lookup_int16_array;
nvlist_lookup_int32;
nvlist_lookup_int32_array;
nvlist_lookup_int64;
nvlist_lookup_int64_array;
nvlist_lookup_string;
nvlist_lookup_string_array;
nvlist_lookup_uint16;
nvlist_lookup_uint16_array;
nvlist_lookup_uint32;
nvlist_lookup_uint32_array;
nvlist_lookup_uint64;
nvlist_lookup_uint64_array;
nvlist_next_nvpair;
nvlist_pack;
nvlist_size;
nvlist_unpack;
nvpair_name;
nvpair_type;
nvpair_value_byte;
nvpair_value_byte_array;
nvpair_value_int16;
nvpair_value_int16_array;
nvpair_value_int32;
nvpair_value_int32_array;
nvpair_value_int64;
nvpair_value_int64_array;
nvpair_value_string;
nvpair_value_string_array;
nvpair_value_uint16;
nvpair_value_uint16_array;
nvpair_value_uint32;
nvpair_value_uint32_array;
nvpair_value_uint64;
nvpair_value_uint64_array;
};
SUNWprivate_1.1 {
global:
nvlist_add_hrtime;
nvlist_lookup_hrtime;
nvlist_print;
nvpair_value_hrtime;
nvpair_type_is_array;
nvlist_lookup_nvpair_embedded_index;
nvpair_value_match;
nvpair_value_match_regex;
local:
*;
};