4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens#
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens# CDDL HEADER START
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens#
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens# The contents of this file are subject to the terms of the
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens# Common Development and Distribution License (the "License").
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens# You may not use this file except in compliance with the License.
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens#
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens# or http://www.opensolaris.org/os/licensing.
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens# See the License for the specific language governing permissions
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens# and limitations under the License.
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens#
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens# When distributing Covered Code, include this CDDL HEADER in each
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens# If applicable, add the following below this CDDL HEADER, with the
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens# fields enclosed by brackets "[]" replaced with your own identifying
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens# information: Portions Copyright [yyyy] [name of copyright owner]
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens#
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens# CDDL HEADER END
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens#
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
9c3fd1216fa7fb02cfbc78a2518a686d54b48ab8Matthew Ahrens# Copyright (c) 2012, 2014 by Delphix. All rights reserved.
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens#
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens# MAPFILE HEADER START
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens#
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens# Object versioning must comply with the rules detailed in
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens#
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens# usr/src/lib/README.mapfiles
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens#
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens# You should not be making modifications here until you've read the most current
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens# copy of that file. If you need help, contact a gatekeeper for guidance.
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens#
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens# MAPFILE HEADER END
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens#
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens$mapfile_version 2
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew AhrensSYMBOL_VERSION ILLUMOS_0.1 {
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens global:
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens libzfs_core_fini;
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens libzfs_core_init;
78f171005391b928aaf1642b3206c534ed644332Matthew Ahrens lzc_bookmark;
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens lzc_clone;
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens lzc_create;
78f171005391b928aaf1642b3206c534ed644332Matthew Ahrens lzc_destroy_bookmarks;
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens lzc_destroy_snaps;
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens lzc_exists;
78f171005391b928aaf1642b3206c534ed644332Matthew Ahrens lzc_get_bookmarks;
3b2aab18808792cbd248a12f1edf139b89833c13Matthew Ahrens lzc_get_holds;
3b2aab18808792cbd248a12f1edf139b89833c13Matthew Ahrens lzc_hold;
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens lzc_receive;
9c3fd1216fa7fb02cfbc78a2518a686d54b48ab8Matthew Ahrens lzc_receive_resumable;
620f322510b2d6433f7f6af60fa52380c07756adAndriy Gapon lzc_receive_with_header;
3b2aab18808792cbd248a12f1edf139b89833c13Matthew Ahrens lzc_release;
a7027df17fad220a20367b9d1eb251bc6300d203Matthew Ahrens lzc_rollback;
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens lzc_send;
9c3fd1216fa7fb02cfbc78a2518a686d54b48ab8Matthew Ahrens lzc_send_resume;
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens lzc_send_space;
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens lzc_snaprange_space;
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens lzc_snapshot;
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens local:
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens *;
4445fffbbb1ea25fd0e9ea68b9380dd7a6709025Matthew Ahrens};