1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet at
   9 # http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  14 # Copyright 2017 RackTop Systems.
  15 #
  16 
  17 #
  18 # MAPFILE HEADER START
  19 #
  20 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  21 # Object versioning must comply with the rules detailed in
  22 #
  23 #       usr/src/lib/README.mapfiles
  24 #
  25 # You should not be making modifications here until you've read the most current
  26 # copy of that file. If you need help, contact a gatekeeper for guidance.
  27 #
  28 # MAPFILE HEADER END
  29 #
  30 
  31 $mapfile_version 2
  32 
  33 SYMBOL_VERSION SUNWprivate_1.1 {
  34     global:
 
 185 
 186         scalehrtime;
 187 
 188         #sema_held;     # call the libc version directly
 189         sema_p;
 190         sema_p_sig;
 191         sema_tryp;
 192         sema_v;
 193 
 194         strfree;
 195 
 196         system_taskq;
 197         system_taskq_fini;      
 198         system_taskq_init;
 199         taskq_create;
 200         taskq_create_proc;
 201         taskq_create_sysdc;
 202         taskq_destroy;
 203         taskq_dispatch;
 204         taskq_dispatch_ent;
 205         taskq_member;
 206         taskq_wait;
 207 
 208         thread_create;
 209         thread_join;
 210         thread_exit;
 211 
 212         tsd_get;
 213         tsd_set;
 214         tsd_create;
 215         tsd_destroy;
 216 
 217         tick_per_msec;
 218         tsignal;
 219         uiomove;
 220         uioskip;
 221         usec_per_tick;
 222         vcmn_err;
 223         vmem_qcache_reap;
 224         vpanic;
  | 
   1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet at
   9 # http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  14 # Copyright 2017 RackTop Systems.
  15 # Copyright 2018, Joyent, Inc.
  16 #
  17 
  18 #
  19 # MAPFILE HEADER START
  20 #
  21 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  22 # Object versioning must comply with the rules detailed in
  23 #
  24 #       usr/src/lib/README.mapfiles
  25 #
  26 # You should not be making modifications here until you've read the most current
  27 # copy of that file. If you need help, contact a gatekeeper for guidance.
  28 #
  29 # MAPFILE HEADER END
  30 #
  31 
  32 $mapfile_version 2
  33 
  34 SYMBOL_VERSION SUNWprivate_1.1 {
  35     global:
 
 186 
 187         scalehrtime;
 188 
 189         #sema_held;     # call the libc version directly
 190         sema_p;
 191         sema_p_sig;
 192         sema_tryp;
 193         sema_v;
 194 
 195         strfree;
 196 
 197         system_taskq;
 198         system_taskq_fini;      
 199         system_taskq_init;
 200         taskq_create;
 201         taskq_create_proc;
 202         taskq_create_sysdc;
 203         taskq_destroy;
 204         taskq_dispatch;
 205         taskq_dispatch_ent;
 206         taskq_empty;
 207         taskq_member;
 208         taskq_wait;
 209 
 210         thread_create;
 211         thread_join;
 212         thread_exit;
 213 
 214         tsd_get;
 215         tsd_set;
 216         tsd_create;
 217         tsd_destroy;
 218 
 219         tick_per_msec;
 220         tsignal;
 221         uiomove;
 222         uioskip;
 223         usec_per_tick;
 224         vcmn_err;
 225         vmem_qcache_reap;
 226         vpanic;
  |