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