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 (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
  21 #
  22 
  23 #
  24 # MAPFILE HEADER START
  25 #
  26 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  27 # Object versioning must comply with the rules detailed in
  28 #
  29 #       usr/src/lib/README.mapfiles
  30 #
  31 # You should not be making modifications here until you've read the most current
  32 # copy of that file. If you need help, contact a gatekeeper for guidance.
  33 #
  34 # MAPFILE HEADER END
  35 #
  36 
  37 $mapfile_version 2
  38 
  39 #
  40 # Generic interface definition for usr/src/lib/libnsctl.
  41 #
  42 
  43 SYMBOL_VERSION SUNWprivate_1.1 {
  44         global:
  45                 _nsc_nocheck;
  46                 nsc_check_release;
  47                 nsc_close;
  48                 nsc_fdopen;
  49                 nsc_fileno;
  50                 nsc_freeze;
  51                 nsc_getsystemid;
  52                 nsc_gmem_data;
  53                 nsc_gmem_sizes;
  54                 nsc_id_to_name;
  55                 nsc_isfrozen;
  56                 nsc_name_to_id;
  57                 nsc_nvclean;
  58                 nsc_open;
  59                 nsc_partsize;
  60                 nsc_release;
  61                 nsc_reserve;
  62                 nsc_unfreeze;
  63                 nsc_create_hash;
  64                 nsc_insert_node;
  65                 nsc_lookup;
  66                 nsc_remove_node;
  67                 nsc_remove_all;
  68         local:
  69                 *;
  70 };