summaryrefslogtreecommitdiff
path: root/usr/src/lib/varpd/libvarpd/common/mapfile-vers
blob: 7aa930cb54811155857b905ba55266b2d44d18f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#

#
# Copyright 2015 Joyent, Inc.
#

#
# MAPFILE HEADER START
#
# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
# Object versioning must comply with the rules detailed in
#
#	usr/src/lib/README.mapfiles
#
# You should not be making modifications here until you've read the most current
# copy of that file. If you need help, contact a gatekeeper for guidance.
#
# MAPFILE HEADER END
#

$mapfile_version 2

SYMBOL_VERSION SUNWprivate {
    global:
	libvarpd_c_create;
	libvarpd_c_destroy;
	libvarpd_c_instance_activate;
	libvarpd_c_instance_create;
	libvarpd_c_instance_destroy;
	libvarpd_c_prop_nprops;
	libvarpd_c_prop_handle_alloc;
	libvarpd_c_prop_handle_free;
	libvarpd_c_prop_info_fill;
	libvarpd_c_prop_info_fill_by_name;
	libvarpd_c_prop_info;
	libvarpd_c_prop_get;
	libvarpd_c_prop_set;

	libvarpd_c_instance_lookup;
	libvarpd_c_instance_target_mode;
	libvarpd_c_instance_cache_flush;
	libvarpd_c_instance_cache_delete;
	libvarpd_c_instance_cache_get;
	libvarpd_c_instance_cache_set;
	libvarpd_c_instance_cache_walk;

	libvarpd_create;
	libvarpd_destroy;

	libvarpd_door_server_create;
	libvarpd_door_server_destroy;

	libvarpd_fma_degrade;
	libvarpd_fma_restore;

	libvarpd_inject_varp;
	libvarpd_inject_arp;

	libvarpd_instance_activate;
	libvarpd_instance_create;
	libvarpd_instance_destroy;
	libvarpd_instance_lookup;
	libvarpd_instance_id;

	libvarpd_panic;

	libvarpd_persist_disable;
	libvarpd_persist_enable;
	libvarpd_persist_restore;

	libvarpd_plugin_alloc;
	libvarpd_plugin_load;
	libvarpd_plugin_free;
	libvarpd_plugin_arp_reply;
	libvarpd_plugin_dhcp_reply;
	libvarpd_plugin_query_reply;
	libvarpd_plugin_proxy_arp;
	libvarpd_plugin_proxy_dhcp;
	libvarpd_plugin_proxy_ndp;
	libvarpd_plugin_register;
	libvarpd_plugin_walk;
	libvarpd_plugin_vnetid;

	libvarpd_prop_set_default;
	libvarpd_prop_set_nodefault;
	libvarpd_prop_set_name;
	libvarpd_prop_set_prot;
	libvarpd_prop_set_range_uint32;
	libvarpd_prop_set_range_str;
	libvarpd_prop_set_type;

	libvarpd_prop_handle_alloc;
	libvarpd_prop_handle_free;
	libvarpd_prop_nprops;
	libvarpd_prop_info_fill;
	libvarpd_prop_info;
	libvarpd_prop_get;
	libvarpd_prop_set;

	libvarpd_overlay_lookup_quiesce;
	libvarpd_overlay_lookup_run;
    local:
	*;
};