mapfile-vers revision cd3e933325e68e23516a196a8fea7f49b1e497c3
61N/A# CDDL HEADER START
61N/A#
61N/A# The contents of this file are subject to the terms of the
61N/A# Common Development and Distribution License (the "License").
61N/A# You may not use this file except in compliance with the License.
61N/A#
61N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
61N/A# or http://www.opensolaris.org/os/licensing.
61N/A# See the License for the specific language governing permissions
61N/A# and limitations under the License.
61N/A#
61N/A# When distributing Covered Code, include this CDDL HEADER in each
61N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
61N/A# If applicable, add the following below this CDDL HEADER, with the
61N/A# fields enclosed by brackets "[]" replaced with your own identifying
61N/A# information: Portions Copyright [yyyy] [name of copyright owner]
61N/A#
61N/A# CDDL HEADER END
61N/A#
61N/A# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
61N/A#
5680N/A
5680N/A#
5240N/A# MAPFILE HEADER START
61N/A#
61N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
61N/A# Object versioning must comply with the rules detailed in
61N/A#
61N/A# usr/src/lib/README.mapfiles
61N/A#
61N/A# You should not be making modifications here until you've read the most current
61N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
61N/A#
61N/A# MAPFILE HEADER END
61N/A#
61N/A
61N/A$mapfile_version 2
61N/A
61N/A#
61N/A# Generic interface definition for usr/src/lib/libnsctl.
116N/A#
61N/A
198N/ASYMBOL_VERSION SUNWprivate_1.1 {
116N/A global:
61N/A _nsc_nocheck;
116N/A nsc_check_release;
61N/A nsc_close;
61N/A nsc_fdopen;
198N/A nsc_fileno;
198N/A nsc_freeze;
179N/A nsc_getsystemid;
198N/A nsc_gmem_data;
198N/A nsc_gmem_sizes;
116N/A nsc_id_to_name;
61N/A nsc_isfrozen;
116N/A nsc_name_to_id;
5240N/A nsc_nvclean;
61N/A nsc_open;
nsc_partsize;
nsc_release;
nsc_reserve;
nsc_unfreeze;
nsc_create_hash;
nsc_insert_node;
nsc_lookup;
nsc_remove_node;
nsc_remove_all;
local:
*;
};