Print this page
3946 ::gcore
Reviewed by: Adam Leventhal <ahl@delphix.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
   1 #
   2 # Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
   3 # Copyright (c) 2012 by Delphix. All rights reserved.
   4 #
   5 # CDDL HEADER START
   6 #
   7 # The contents of this file are subject to the terms of the
   8 # Common Development and Distribution License (the "License").
   9 # You may not use this file except in compliance with the License.
  10 #
  11 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  12 # or http://www.opensolaris.org/os/licensing.
  13 # See the License for the specific language governing permissions
  14 # and limitations under the License.
  15 #
  16 # When distributing Covered Code, include this CDDL HEADER in each
  17 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  18 # If applicable, add the following below this CDDL HEADER, with the
  19 # fields enclosed by brackets "[]" replaced with your own identifying
  20 # information: Portions Copyright [yyyy] [name of copyright owner]
  21 #
  22 # CDDL HEADER END
  23 #


  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 $mapfile_version 2
  40 
  41 # External interface requirements
  42 SYMBOL_SCOPE {
  43         global:
  44 #               Plwp_iter                       { FLAGS = EXTERN };
  45 #               Pmapping_iter                   { FLAGS = EXTERN };
  46 
  47                 _mdb_ks_ncpu                    { FLAGS = EXTERN };


  48                 _mdb_ks_pageshift               { FLAGS = EXTERN };
  49                 _mdb_ks_pagesize                { FLAGS = EXTERN };
  50                 _mdb_ks_pageoffset              { FLAGS = EXTERN };
  51 
  52                 mdb                             { FLAGS = EXTERN };
  53                 mdb_add_walker                  { FLAGS = EXTERN };
  54                 mdb_alloc                       { FLAGS = EXTERN };


  55                 mdb_call_dcmd                   { FLAGS = EXTERN };
  56                 mdb_callback_add                { FLAGS = EXTERN };
  57                 mdb_callback_remove             { FLAGS = EXTERN };
  58                 mdb_cpuset_find                 { FLAGS = EXTERN };
  59                 mdb_ctf_array_info              { FLAGS = EXTERN };
  60                 mdb_ctf_enum_name               { FLAGS = EXTERN };
  61                 mdb_ctf_lookup_by_addr          { FLAGS = EXTERN };
  62                 mdb_ctf_lookup_by_name          { FLAGS = EXTERN };
  63                 mdb_ctf_member_iter             { FLAGS = EXTERN };
  64                 mdb_ctf_module_lookup           { FLAGS = EXTERN };
  65                 mdb_ctf_offsetof                { FLAGS = EXTERN };
  66                 mdb_ctf_offsetof_by_name        { FLAGS = EXTERN };
  67                 mdb_ctf_readsym                 { FLAGS = EXTERN };
  68                 mdb_ctf_type_cmp                { FLAGS = EXTERN };
  69                 mdb_ctf_type_invalidate         { FLAGS = EXTERN };
  70                 mdb_ctf_type_kind               { FLAGS = EXTERN };
  71                 mdb_ctf_type_name               { FLAGS = EXTERN };
  72                 mdb_ctf_type_reference          { FLAGS = EXTERN };
  73                 mdb_ctf_type_resolve            { FLAGS = EXTERN };
  74                 mdb_ctf_type_size               { FLAGS = EXTERN };


   1 #
   2 # Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
   3 # Copyright (c) 2013 by Delphix. All rights reserved.
   4 #
   5 # CDDL HEADER START
   6 #
   7 # The contents of this file are subject to the terms of the
   8 # Common Development and Distribution License (the "License").
   9 # You may not use this file except in compliance with the License.
  10 #
  11 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  12 # or http://www.opensolaris.org/os/licensing.
  13 # See the License for the specific language governing permissions
  14 # and limitations under the License.
  15 #
  16 # When distributing Covered Code, include this CDDL HEADER in each
  17 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  18 # If applicable, add the following below this CDDL HEADER, with the
  19 # fields enclosed by brackets "[]" replaced with your own identifying
  20 # information: Portions Copyright [yyyy] [name of copyright owner]
  21 #
  22 # CDDL HEADER END
  23 #


  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 $mapfile_version 2
  40 
  41 # External interface requirements
  42 SYMBOL_SCOPE {
  43         global:
  44 #               Plwp_iter                       { FLAGS = EXTERN };
  45 #               Pmapping_iter                   { FLAGS = EXTERN };
  46 
  47                 _mdb_ks_ncpu                    { FLAGS = EXTERN };
  48                 _mdb_ks_pagemask                { FLAGS = EXTERN };
  49                 _mdb_ks_pageoffset              { FLAGS = EXTERN };
  50                 _mdb_ks_pageshift               { FLAGS = EXTERN };
  51                 _mdb_ks_pagesize                { FLAGS = EXTERN };

  52 
  53                 mdb                             { FLAGS = EXTERN };
  54                 mdb_add_walker                  { FLAGS = EXTERN };
  55                 mdb_alloc                       { FLAGS = EXTERN };
  56                 mdb_aread                       { FLAGS = EXTERN };
  57                 mdb_awrite                      { FLAGS = EXTERN };
  58                 mdb_call_dcmd                   { FLAGS = EXTERN };
  59                 mdb_callback_add                { FLAGS = EXTERN };
  60                 mdb_callback_remove             { FLAGS = EXTERN };
  61                 mdb_cpuset_find                 { FLAGS = EXTERN };
  62                 mdb_ctf_array_info              { FLAGS = EXTERN };
  63                 mdb_ctf_enum_name               { FLAGS = EXTERN };
  64                 mdb_ctf_lookup_by_addr          { FLAGS = EXTERN };
  65                 mdb_ctf_lookup_by_name          { FLAGS = EXTERN };
  66                 mdb_ctf_member_iter             { FLAGS = EXTERN };
  67                 mdb_ctf_module_lookup           { FLAGS = EXTERN };
  68                 mdb_ctf_offsetof                { FLAGS = EXTERN };
  69                 mdb_ctf_offsetof_by_name        { FLAGS = EXTERN };
  70                 mdb_ctf_readsym                 { FLAGS = EXTERN };
  71                 mdb_ctf_type_cmp                { FLAGS = EXTERN };
  72                 mdb_ctf_type_invalidate         { FLAGS = EXTERN };
  73                 mdb_ctf_type_kind               { FLAGS = EXTERN };
  74                 mdb_ctf_type_name               { FLAGS = EXTERN };
  75                 mdb_ctf_type_reference          { FLAGS = EXTERN };
  76                 mdb_ctf_type_resolve            { FLAGS = EXTERN };
  77                 mdb_ctf_type_size               { FLAGS = EXTERN };