1*d8ab6e12SDon Brady#
2*d8ab6e12SDon Brady# This file and its contents are supplied under the terms of the
3*d8ab6e12SDon Brady# Common Development and Distribution License ("CDDL"), version 1.0.
4*d8ab6e12SDon Brady# You may only use this file in accordance with the terms of version
5*d8ab6e12SDon Brady# 1.0 of the CDDL.
6*d8ab6e12SDon Brady#
7*d8ab6e12SDon Brady# A full copy of the text of the CDDL should have accompanied this
8*d8ab6e12SDon Brady# source.  A copy of the CDDL is also available via the Internet at
9*d8ab6e12SDon Brady# http://www.illumos.org/license/CDDL.
10*d8ab6e12SDon Brady#
11*d8ab6e12SDon Brady
12*d8ab6e12SDon Brady#
13*d8ab6e12SDon Brady# Copyright 2020 Joyent, Inc.
14*d8ab6e12SDon Brady#
15*d8ab6e12SDon Brady
16*d8ab6e12SDon Brady#
17*d8ab6e12SDon Brady# MAPFILE HEADER START
18*d8ab6e12SDon Brady#
19*d8ab6e12SDon Brady# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
20*d8ab6e12SDon Brady# Object versioning must comply with the rules detailed in
21*d8ab6e12SDon Brady#
22*d8ab6e12SDon Brady#	usr/src/lib/README.mapfiles
23*d8ab6e12SDon Brady#
24*d8ab6e12SDon Brady# You should not be making modifications here until you've read the most current
25*d8ab6e12SDon Brady# copy of that file. If you need help, contact a gatekeeper for guidance.
26*d8ab6e12SDon Brady#
27*d8ab6e12SDon Brady# MAPFILE HEADER END
28*d8ab6e12SDon Brady#
29*d8ab6e12SDon Brady
30*d8ab6e12SDon Brady$mapfile_version 2
31*d8ab6e12SDon Brady
32*d8ab6e12SDon BradySYMBOL_VERSION SUNWprivate_1.1 {
33*d8ab6e12SDon Brady    global:
34*d8ab6e12SDon Brady	get_system_hostid;
35*d8ab6e12SDon Brady	zfs_isnumber;
36*d8ab6e12SDon Brady	zfs_nicebytes;
37*d8ab6e12SDon Brady	zfs_nicenum;
38*d8ab6e12SDon Brady	zfs_nicenum_format;
39*d8ab6e12SDon Brady	zfs_niceraw;
40*d8ab6e12SDon Brady	zfs_nicetime;
41*d8ab6e12SDon Brady	zpool_dump_ddt;
42*d8ab6e12SDon Brady	zpool_find_config;
43*d8ab6e12SDon Brady	zpool_history_unpack;
44*d8ab6e12SDon Brady	zpool_read_label;
45*d8ab6e12SDon Brady	zpool_search_import;
46*d8ab6e12SDon Brady    local:
47*d8ab6e12SDon Brady	*;
48*d8ab6e12SDon Brady};
49