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 # 
  21 # Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
  22 #
  23 #
  24 
  25 #
  26 # MAPFILE HEADER START
  27 #
  28 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  29 # Object versioning must comply with the rules detailed in
  30 #
  31 #       usr/src/lib/README.mapfiles
  32 #
  33 # You should not be making modifications here until you've read the most current
  34 # copy of that file. If you need help, contact a gatekeeper for guidance.
  35 #
  36 # MAPFILE HEADER END
  37 #
  38 
  39 #
  40 # Generic interface definition for usr/src/lib/libcfg.
  41 #
  42 
  43 
  44 $mapfile_version 2
  45 
  46 SYMBOL_VERSION SUNWprivate_1.1 {
  47         global:
  48                 cfg_get_cstring;
  49                 cfg_put_cstring;
  50                 cfg_find_cstring;
  51                 cfg_get_options;
  52                 cfg_put_options;
  53                 cfg_open;
  54                 cfg_close;
  55                 cfg_rewind;
  56                 cfg_update_parser_config;
  57                 cfg_lock;
  58                 cfg_unlock;
  59                 cfg_get_lock;
  60                 cfg_resource;
  61                 cfg_commit;
  62                 cfg_location;
  63                 cfg_error;
  64                 cfg_iscluster;
  65                 cfg_issuncluster;
  66                 cfg_dgname;
  67                 cfg_dgname_islocal;
  68                 cfg_lfinit;
  69                 cfg_filelock;
  70                 cfg_fileunlock;
  71                 cfg_readpid;
  72                 cfg_writepid;
  73                 cfg_lockd_stat;
  74                 cfg_invalidate_hsizes;
  75                 cfg_cfg_isempty;
  76                 cfg_get_section;
  77                 cfg_get_num_entries;
  78                 cfg_add_user;
  79                 cfg_rem_user;
  80                 cfg_vol_enable;
  81                 cfg_vol_disable;
  82                 cfg_load_dsvols;
  83                 cfg_unload_dsvols;
  84                 cfg_load_svols;
  85                 cfg_unload_svols;
  86                 cfg_load_shadows;
  87                 cfg_unload_shadows;
  88                 cfg_get_canonical_name;
  89                 cfg_get_tags;
  90                 cfg_is_cfg;
  91                 cfg_get_srtdsec;
  92                 cfg_free_section;
  93                 cfg_shldskip_vtoc;
  94                 cfg_get_single_option;
  95                 cfg_del_option;
  96                 cfg_get_resource;
  97                 cfg_l_dgname;
  98         local:
  99                 *;
 100 };