9330 stack overflow when creating a deeply nested dataset
[unleashed.git] / usr / src / man / man3dat / dat_provider_fini.3dat
blob6f6338a2178e5be0cffcc9aac7fa1854633d43a2
1 '\" te
2 .\" This manual page is derived from the DAT/uDAPL 1.2 specification.
3 .\" Portions Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
4 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
5 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
6 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
7 .TH DAT_PROVIDER_FINI 3DAT "Jul 16, 2004"
8 .SH NAME
9 dat_provider_fini \- disassociate the Provider from a given IA name
10 .SH SYNOPSIS
11 .LP
12 .nf
13 cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-ldat\fR [ \fIlibrary\fR\&.\|.\|. ]
14 #include <\fBdat/udat.h\fR>
16 void
17     dat_provider_fini (
18     IN    const DAT_PROVIDER_INFO    *provider_info
19     )
20 .fi
22 .SH PARAMETERS
23 .sp
24 .ne 2
25 .na
26 \fB\fIprovider_info\fR\fR
27 .ad
28 .RS 17n
29 The information that was provided when dat_provider_init was called.
30 .RE
32 .SH DESCRIPTION
33 .sp
34 .LP
35 A destructor the Registry calls on a Provider before it disassociates the
36 Provider from a given IA name.
37 .sp
38 .LP
39 The Provider can use this method to undo any initialization it performed when
40 \fBdat_provider_init\fR(3DAT) was called for the same IA name. The Provider's
41 implementation of this method should call
42 \fBdat_registry_remove_provider\fR(3DAT) to unregister its IA Name. If it does
43 not, the Registry might remove the entry itself.
44 .sp
45 .LP
46 This method can be called for a given IA name at any time after all open
47 instances of that IA are closed, and is certainly called before the Registry
48 unloads the Provider library. However, it is not called more than once without
49 an intervening call to \fBdat_provider_init()\fR for that IA name.
50 .SH RETURN VALUES
51 .sp
52 .LP
53 No values are returned.
54 .SH ATTRIBUTES
55 .sp
56 .LP
57 See \fBattributes\fR(5) for descriptions of the following attributes:
58 .sp
60 .sp
61 .TS
62 box;
63 c | c
64 l | l .
65 ATTRIBUTE TYPE  ATTRIBUTE VALUE
67 Interface Stability     Standard: uDAPL, 1.1, 1.2
69 MT-Level        
70 .TE
72 .SH SEE ALSO
73 .sp
74 .LP
75 \fBdat_provider_init\fR(3DAT), \fBdat_registry_remove_provider\fR(3DAT),
76 \fBlibdat\fR(3LIB), \fBattributes\fR(5)