4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 * or http://www.opensolaris.org/os/licensing.
11 * See the License for the specific language governing permissions
12 * and limitations under the License.
14 * When distributing Covered Code, include this CDDL HEADER in each
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 * If applicable, add the following below this CDDL HEADER, with the
17 * fields enclosed by brackets "[]" replaced with your own identifying
18 * information: Portions Copyright [yyyy] [name of copyright owner]
26 * Copyright 1998-1999, 2002 Sun Microsystems, Inc. All rights reserved.
27 * Use is subject to license terms.
30 #pragma ident "%Z%%M% %I% %E% SMI"
32 #include <sys/param.h>
33 #include <config_admin.h>
37 cfga_cmd_t state_change_cmd,
41 struct cfga_confirm *confp,
42 struct cfga_msg *msgp,
52 struct cfga_confirm *confp,
53 struct cfga_msg *msgp,
62 struct cfga_msg *msgp,
70 struct cfga_stat_data *buf,
76 struct cfga_stat_data **ap_di_list,
85 struct cfga_list_data **ap_id_list,
96 struct cfga_msg *msgp,
102 cfga_err_t cfgerrnum);
106 const cfga_ap_log_id_t ap_id1,
107 const cfga_ap_log_id_t ap_id2);
110 config_unload_libs();
112 #ifdef CFGA_PLUGIN_LIB
119 struct cfga_confirm *,
129 struct cfga_confirm *,
145 struct cfga_stat_data *,
152 struct cfga_stat_data **,
160 struct cfga_list_data **,
175 const cfga_ap_log_id_t,
176 const cfga_ap_log_id_t);