blob: 9bf38cc847a2b2218770aee8ac815da3caf9ea92 (
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
|
#
# 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 2021 OmniOS Community Edition (OmniOSce) Association.
#
#
# 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 ILLUMOSprivate {
global:
l9p_backend_fs_init;
l9p_connection_alloc_fid;
l9p_connection_close;
l9p_connection_free;
l9p_connection_init;
l9p_connection_recv;
l9p_connection_remove_fid;
l9p_describe_fcall;
l9p_dispatch_request;
l9p_freefcall;
l9p_freestat;
l9p_getgrlist;
l9p_init_msg;
l9p_pack_stat;
l9p_pudirent;
l9p_pufcall;
l9p_pustat;
l9p_respond;
l9p_seek_iov;
l9p_server_init;
l9p_sizeof_stat;
l9p_truncate_iov;
local:
*;
};
|