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]
23 * Copyright (c) 2002-2003, Network Appliance, Inc. All rights reserved.
27 * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
28 * Use is subject to license terms.
35 * PURPOSE: dynamic registry interface declarations
37 * $Id: dat_dr.h,v 1.7 2003/07/31 14:04:19 jlentini Exp $
43 #pragma ident "%Z%%M% %I% %E% SMI"
46 #include <dat/dat_registry.h>
63 DAT_IA_OPEN_FUNC ia_open_func
;
64 DAT_PROVIDER_INFO info
;
70 * Function Declarations
82 IN
const DAT_PROVIDER_INFO
*info
,
83 IN DAT_DR_ENTRY
*entry
);
87 IN
const DAT_PROVIDER_INFO
*info
);
92 IN
const DAT_PROVIDER_INFO
*info
,
93 OUT DAT_IA_OPEN_FUNC
*p_ia_open_func
);
96 dat_dr_provider_close(
97 IN
const DAT_PROVIDER_INFO
*info
);
101 OUT DAT_COUNT
*size
);
105 IN DAT_COUNT max_to_return
,
106 OUT DAT_COUNT
*entries_returned
,
107 OUT DAT_PROVIDER_INFO
* (dat_provider_list
[]));
113 #endif /* __DAT_DR_H__ */