mapfile-vers revision a90cf9f29973990687fa61de9f1f6ea22e924e40
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# This file and its contents are supplied under the terms of the
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# Common Development and Distribution License ("CDDL"), version 1.0.
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# You may only use this file in accordance with the terms of version
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# 1.0 of the CDDL.
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# A full copy of the text of the CDDL should have accompanied this
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# source. A copy of the CDDL is also available via the Internet at
a90cf9f29973990687fa61de9f1f6ea22e924e40Gordon Ross# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# MAPFILE HEADER START
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# Object versioning must comply with the rules detailed in
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# You should not be making modifications here until you've read the most current
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# copy of that file. If you need help, contact a gatekeeper for guidance.
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross# MAPFILE HEADER END
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross$mapfile_version 2
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon RossSYMBOL_VERSION SUNWprivate_1.1 {
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross aok { FLAGS = NODIRECT };
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross cv_broadcast;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross cv_reltimedwait;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross cv_reltimedwait_sig;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross cv_timedwait;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross cv_timedwait_sig;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross cv_wait_sig;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross ddi_get_lbolt64;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross ddi_get_lbolt;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross ddi_get_pid;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross ddi_strtoul;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross fakekernel_cprintf { FLAGS = NODIRECT };
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross fakekernel_init;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross fakekernel_putlog { FLAGS = NODIRECT };
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross gethrestime;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross gethrestime_sec;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross gethrtime_unscaled;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross kiconv_close;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross kiconv_open;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross kmem_cache_alloc;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross kmem_cache_create;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross kmem_cache_destroy;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross kmem_cache_free;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross kmem_cache_reap_now;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross kmem_cache_set_move;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross kmem_debugging;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross kmem_zalloc;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross kmutex_destroy;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross kmutex_init;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross ksema_destroy;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross ksocket_accept;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross ksocket_bind;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross ksocket_bind_helper { FLAGS = NODIRECT };
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross ksocket_close;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross ksocket_connect;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross ksocket_getpeername;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross ksocket_getsockname;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross ksocket_hold;
68b2bbf26c7040fea4281dcb58b81e7627e46f34Gordon Ross ksocket_ioctl;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross ksocket_listen;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross ksocket_recv;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross ksocket_recvfrom;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross ksocket_recvmsg;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross ksocket_rele;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross ksocket_send;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross ksocket_sendmsg;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross ksocket_sendto;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross ksocket_setsockopt;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross ksocket_shutdown;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross ksocket_socket;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross kstat_create;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross kstat_create_zone;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross kstat_delete;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross kstat_install;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross msec_per_tick;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross mutex_enter;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross mutex_owned;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross mutex_owner;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross mutex_tryenter;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross nsec_per_tick;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross random_get_bytes;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross random_get_pseudo_bytes;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross rw_downgrade;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross #rw_iswriter; # missing, but not currently needed
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross rw_lock_held;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross rw_read_held;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross rw_tryenter;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross rw_tryupgrade;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross rw_write_held;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross scalehrtime;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross #sema_held; # call the libc version directly
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross system_taskq_fini;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross system_taskq_init;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross taskq_create;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross taskq_create_proc;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross taskq_destroy;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross taskq_dispatch;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross taskq_dispatch_ent;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross taskq_member;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross thread_join;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross tick_per_msec;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross usec_per_tick;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross vmem_qcache_reap;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross zthread_create;
b819cea2f73f98c5662230cc9affc8cc84f77fcfGordon Ross zthread_exit;