mapfile-vers revision 75ce41a57ff334bd8fe2cb9ed51eea835892f944
325N/A#
325N/A# CDDL HEADER START
325N/A#
325N/A# The contents of this file are subject to the terms of the
325N/A# Common Development and Distribution License (the "License").
325N/A# You may not use this file except in compliance with the License.
325N/A#
325N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
325N/A# or http://www.opensolaris.org/os/licensing.
325N/A# See the License for the specific language governing permissions
325N/A# and limitations under the License.
325N/A#
325N/A# When distributing Covered Code, include this CDDL HEADER in each
325N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
325N/A# If applicable, add the following below this CDDL HEADER, with the
325N/A# fields enclosed by brackets "[]" replaced with your own identifying
325N/A# information: Portions Copyright [yyyy] [name of copyright owner]
325N/A#
325N/A# CDDL HEADER END
325N/A#
325N/A#
325N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
325N/A# Use is subject to license terms.
325N/A#
325N/A
325N/A#
325N/A# MAPFILE HEADER START
325N/A#
325N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
325N/A# Object versioning must comply with the rules detailed in
325N/A#
325N/A# usr/src/lib/README.mapfiles
325N/A#
325N/A# You should not be making modifications here until you've read the most current
325N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
325N/A#
325N/A# MAPFILE HEADER END
325N/A#
325N/A
325N/ASUNW_1.3 {
325N/A global:
325N/A nvlist_add_double;
325N/A nvlist_lookup_double;
325N/A nvpair_value_double;
325N/A} SUNW_1.2.2;
325N/A
325N/ASUNW_1.2.2 { # s10u8 - SunOS 5.10 (Solaris 10) patch additions
325N/A global:
325N/A nvlist_lookup_nvpair;
325N/A} SUNW_1.2.1;
325N/A
325N/ASUNW_1.2.1 { # s10u7 - SunOS 5.10 (Solaris 10) patch additions
325N/A global:
325N/A nvlist_exists;
325N/A} SUNW_1.2;
325N/A
325N/ASUNW_1.2 {
325N/A global:
325N/A nv_alloc_fini;
325N/A nv_alloc_init;
325N/A nv_alloc_nosleep;
325N/A nv_alloc_reset;
325N/A nv_fixed_ops;
325N/A nvlist_add_boolean_array;
325N/A nvlist_add_boolean_value;
325N/A nvlist_add_int8;
325N/A nvlist_add_int8_array;
325N/A nvlist_add_nvpair;
325N/A nvlist_add_uint8;
325N/A nvlist_add_uint8_array;
325N/A nvlist_lookup_boolean_array;
325N/A nvlist_lookup_boolean_value;
325N/A nvlist_lookup_int8;
325N/A nvlist_lookup_int8_array;
325N/A nvlist_lookup_nv_alloc;
325N/A nvlist_lookup_pairs;
325N/A nvlist_lookup_uint8;
325N/A nvlist_lookup_uint8_array;
325N/A nvlist_merge;
325N/A nvlist_remove;
325N/A nvlist_remove_all;
325N/A nvlist_xalloc;
325N/A nvlist_xdup;
325N/A nvlist_xpack;
325N/A nvlist_xunpack;
325N/A nvpair_value_boolean_array;
325N/A nvpair_value_boolean_value;
325N/A nvpair_value_int8;
325N/A nvpair_value_int8_array;
325N/A nvpair_value_uint8;
325N/A nvpair_value_uint8_array;
325N/A} SUNW_1.1.1;
SUNW_1.1.1 {
global:
nvlist_add_nvlist;
nvlist_add_nvlist_array;
nvlist_lookup_nvlist;
nvlist_lookup_nvlist_array;
nvpair_value_nvlist;
nvpair_value_nvlist_array;
} SUNW_1.1;
SUNW_1.1 {
global:
nvlist_add_boolean;
nvlist_add_byte;
nvlist_add_byte_array;
nvlist_add_int16;
nvlist_add_int16_array;
nvlist_add_int32;
nvlist_add_int32_array;
nvlist_add_int64;
nvlist_add_int64_array;
nvlist_add_string;
nvlist_add_string_array;
nvlist_add_uint16;
nvlist_add_uint16_array;
nvlist_add_uint32;
nvlist_add_uint32_array;
nvlist_add_uint64;
nvlist_add_uint64_array;
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:
*;
};