xref: /titanic_41/usr/src/lib/libnsctl/common/mapfile-vers (revision 75ce41a57ff334bd8fe2cb9ed51eea835892f944)
1# CDDL HEADER START
2#
3# The contents of this file are subject to the terms of the
4# Common Development and Distribution License (the "License").
5# You may not use this file except in compliance with the License.
6#
7# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8# or http://www.opensolaris.org/os/licensing.
9# See the License for the specific language governing permissions
10# and limitations under the License.
11#
12# When distributing Covered Code, include this CDDL HEADER in each
13# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14# If applicable, add the following below this CDDL HEADER, with the
15# fields enclosed by brackets "[]" replaced with your own identifying
16# information: Portions Copyright [yyyy] [name of copyright owner]
17#
18# CDDL HEADER END
19#
20# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
21# Use is subject to license terms.
22#
23
24#
25# MAPFILE HEADER START
26#
27# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
28# Object versioning must comply with the rules detailed in
29#
30#	usr/src/lib/README.mapfiles
31#
32# You should not be making modifications here until you've read the most current
33# copy of that file. If you need help, contact a gatekeeper for guidance.
34#
35# MAPFILE HEADER END
36#
37
38#
39# Generic interface definition for usr/src/lib/libnsctl.
40#
41
42SUNWprivate_1.1 {
43	global:
44		_nsc_nocheck;
45		nsc_check_release;
46		nsc_close;
47		nsc_fdopen;
48		nsc_fileno;
49		nsc_freeze;
50		nsc_getsystemid;
51		nsc_gmem_data;
52		nsc_gmem_sizes;
53		nsc_id_to_name;
54		nsc_isfrozen;
55		nsc_name_to_id;
56		nsc_nvclean;
57		nsc_open;
58		nsc_partsize;
59		nsc_release;
60		nsc_reserve;
61		nsc_unfreeze;
62		nsc_create_hash;
63		nsc_insert_node;
64		nsc_lookup;
65		nsc_remove_node;
66		nsc_remove_all;
67	local:
68		*;
69};
70