3 #
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21 #
22 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
23 #
24
25 #
26 # MAPFILE HEADER START
27 #
28 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
29 # Object versioning must comply with the rules detailed in
30 #
31 # usr/src/lib/README.mapfiles
32 #
33 # You should not be making modifications here until you've read the most current
34 # copy of that file. If you need help, contact a gatekeeper for guidance.
35 #
36 # MAPFILE HEADER END
37 #
38
39 $mapfile_version 2
40
41 SYMBOL_VERSION SUNW_1.2 {
42 global:
43 scf_count_ranges_destroy;
44 scf_int_ranges_destroy;
45 scf_string_to_type;
46 scf_tmpl_error_pg;
47 scf_tmpl_error_pg_tmpl;
48 scf_tmpl_error_prop;
49 scf_tmpl_error_prop_tmpl;
50 scf_tmpl_error_type;
51 scf_tmpl_error_value;
52 scf_tmpl_errors_destroy;
53 scf_tmpl_get_by_pg;
54 scf_tmpl_get_by_prop;
55 scf_tmpl_get_by_pg_name;
56 scf_tmpl_iter_pgs;
57 scf_tmpl_iter_props;
58 scf_tmpl_next_error;
59 scf_tmpl_pg_common_name;
60 scf_tmpl_pg_create;
|
3 #
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21 #
22 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
23 # Copyright 2017 RackTop Systems.
24 #
25
26 #
27 # MAPFILE HEADER START
28 #
29 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
30 # Object versioning must comply with the rules detailed in
31 #
32 # usr/src/lib/README.mapfiles
33 #
34 # You should not be making modifications here until you've read the most current
35 # copy of that file. If you need help, contact a gatekeeper for guidance.
36 #
37 # MAPFILE HEADER END
38 #
39
40 $mapfile_version 2
41
42 SYMBOL_VERSION ILLUMOS_0.1 {
43 smf_degrade_instance_synchronous;
44 smf_disable_instance_synchronous;
45 smf_enable_instance_synchronous;
46 smf_maintain_instance_synchronous;
47 smf_refresh_instance_synchronous;
48 smf_restart_instance_synchronous;
49 smf_restore_instance_synchronous;
50 } SUNW_1.2;
51
52 SYMBOL_VERSION SUNW_1.2 {
53 global:
54 scf_count_ranges_destroy;
55 scf_int_ranges_destroy;
56 scf_string_to_type;
57 scf_tmpl_error_pg;
58 scf_tmpl_error_pg_tmpl;
59 scf_tmpl_error_prop;
60 scf_tmpl_error_prop_tmpl;
61 scf_tmpl_error_type;
62 scf_tmpl_error_value;
63 scf_tmpl_errors_destroy;
64 scf_tmpl_get_by_pg;
65 scf_tmpl_get_by_prop;
66 scf_tmpl_get_by_pg_name;
67 scf_tmpl_iter_pgs;
68 scf_tmpl_iter_props;
69 scf_tmpl_next_error;
70 scf_tmpl_pg_common_name;
71 scf_tmpl_pg_create;
|