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 2006 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25# ident "%Z%%M% %I% %E% SMI" 26# 27 28SUNW_1.2 { 29 global: 30 nv_alloc_fini; 31 nv_alloc_init; 32 nv_alloc_nosleep; 33 nv_alloc_reset; 34 nv_fixed_ops; 35 nvlist_add_boolean_array; 36 nvlist_add_boolean_value; 37 nvlist_add_int8; 38 nvlist_add_int8_array; 39 nvlist_add_nvpair; 40 nvlist_add_uint8; 41 nvlist_add_uint8_array; 42 nvlist_lookup_boolean_array; 43 nvlist_lookup_boolean_value; 44 nvlist_lookup_int8; 45 nvlist_lookup_int8_array; 46 nvlist_lookup_nv_alloc; 47 nvlist_lookup_pairs; 48 nvlist_lookup_uint8; 49 nvlist_lookup_uint8_array; 50 nvlist_merge; 51 nvlist_remove; 52 nvlist_remove_all; 53 nvlist_xalloc; 54 nvlist_xdup; 55 nvlist_xpack; 56 nvlist_xunpack; 57 nvpair_value_boolean_array; 58 nvpair_value_boolean_value; 59 nvpair_value_int8; 60 nvpair_value_int8_array; 61 nvpair_value_uint8; 62 nvpair_value_uint8_array; 63} SUNW_1.1.1; 64 65SUNW_1.1.1 { 66 global: 67 nvlist_add_nvlist; 68 nvlist_add_nvlist_array; 69 nvlist_lookup_nvlist; 70 nvlist_lookup_nvlist_array; 71 nvpair_value_nvlist; 72 nvpair_value_nvlist_array; 73} SUNW_1.1; 74 75SUNW_1.1 { 76 global: 77 nvlist_add_boolean; 78 nvlist_add_byte; 79 nvlist_add_byte_array; 80 nvlist_add_int16; 81 nvlist_add_int16_array; 82 nvlist_add_int32; 83 nvlist_add_int32_array; 84 nvlist_add_int64; 85 nvlist_add_int64_array; 86 nvlist_add_string; 87 nvlist_add_string_array; 88 nvlist_add_uint16; 89 nvlist_add_uint16_array; 90 nvlist_add_uint32; 91 nvlist_add_uint32_array; 92 nvlist_add_uint64; 93 nvlist_add_uint64_array; 94 nvlist_alloc; 95 nvlist_dup; 96 nvlist_free; 97 nvlist_lookup_boolean; 98 nvlist_lookup_byte; 99 nvlist_lookup_byte_array; 100 nvlist_lookup_int16; 101 nvlist_lookup_int16_array; 102 nvlist_lookup_int32; 103 nvlist_lookup_int32_array; 104 nvlist_lookup_int64; 105 nvlist_lookup_int64_array; 106 nvlist_lookup_string; 107 nvlist_lookup_string_array; 108 nvlist_lookup_uint16; 109 nvlist_lookup_uint16_array; 110 nvlist_lookup_uint32; 111 nvlist_lookup_uint32_array; 112 nvlist_lookup_uint64; 113 nvlist_lookup_uint64_array; 114 nvlist_next_nvpair; 115 nvlist_pack; 116 nvlist_size; 117 nvlist_unpack; 118 nvpair_name; 119 nvpair_type; 120 nvpair_value_byte; 121 nvpair_value_byte_array; 122 nvpair_value_int16; 123 nvpair_value_int16_array; 124 nvpair_value_int32; 125 nvpair_value_int32_array; 126 nvpair_value_int64; 127 nvpair_value_int64_array; 128 nvpair_value_string; 129 nvpair_value_string_array; 130 nvpair_value_uint16; 131 nvpair_value_uint16_array; 132 nvpair_value_uint32; 133 nvpair_value_uint32_array; 134 nvpair_value_uint64; 135 nvpair_value_uint64_array; 136}; 137 138SUNWprivate_1.1 { 139 global: 140 nvlist_add_hrtime; 141 nvlist_lookup_hrtime; 142 nvlist_print; 143 nvpair_value_hrtime; 144 local: 145 *; 146}; 147