mapfile-vers (c0889d7a) mapfile-vers (dfac3eb2)
1#
2# CDDL HEADER START
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

--- 8 unchanged lines hidden (view full) ---

17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
23# Use is subject to license terms.
24#
1#
2# CDDL HEADER START
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

--- 8 unchanged lines hidden (view full) ---

17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
23# Use is subject to license terms.
24#
25# ident "%Z%%M% %I% %E% SMI"
26#
27
28SUNW_1.1 {
29 global:
30 scf_entry_add_value;
31 scf_entry_create;
32 scf_entry_destroy;
33 scf_entry_destroy_children;
34 scf_entry_handle;

--- 195 unchanged lines hidden (view full) ---

230 scf_transaction_setup;
231 scf_transaction_restart;
232 scf_read_count_property;
233 scf_set_count_property;
234 scf_simple_handle_destroy;
235 gen_filenms_from_fmri;
236 _scf_pg_is_read_protected;
237 _scf_repository_switch;
25
26SUNW_1.1 {
27 global:
28 scf_entry_add_value;
29 scf_entry_create;
30 scf_entry_destroy;
31 scf_entry_destroy_children;
32 scf_entry_handle;

--- 195 unchanged lines hidden (view full) ---

228 scf_transaction_setup;
229 scf_transaction_restart;
230 scf_read_count_property;
231 scf_set_count_property;
232 scf_simple_handle_destroy;
233 gen_filenms_from_fmri;
234 _scf_pg_is_read_protected;
235 _scf_repository_switch;
236 scf_read_propvec;
237 scf_write_propvec;
238 scf_clean_propvec;
238 local:
239 *;
240};
239 local:
240 *;
241};