9330 stack overflow when creating a deeply nested dataset
[unleashed.git] / usr / src / man / man3lib / libvolmgt.3lib
blob230baa9ce54bc93fb6225c1cd9ea251c820a3a3e
1 '\" te
2 .\" Copyright (c) 2003, Sun Microsystems, Inc.  All rights reserved.
3 .\" 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.
4 .\" 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.
5 .\" 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]
6 .TH LIBVOLMGT 3LIB "May 22, 2003"
7 .SH NAME
8 libvolmgt \- volume management library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lvolmgt\fR [ \fIlibrary\fR... ]
13 #include <\fBvolmgt.h\fR>
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 Functions in this library provide access to the volume management services.
20 .SH INTERFACES
21 .sp
22 .LP
23 The shared object \fBlibvolmgt.so.1\fR provides the public interfaces defined
24 below. See \fBIntro\fR(3) for additional information on shared object
25 interfaces.
26 .sp
28 .sp
29 .TS
30 l l
31 l l .
32 \fBmedia_findname\fR    \fBmedia_getattr\fR
33 \fBmedia_getid\fR       \fBmedia_setattr\fR
34 \fBvolmgt_acquire\fR    \fBvolmgt_check\fR
35 \fBvolmgt_feature_enabled\fR    \fBvolmgt_inuse\fR
36 \fBvolmgt_ownspath\fR   \fBvolmgt_release\fR
37 \fBvolmgt_root\fR       \fBvolmgt_running\fR
38 \fBvolmgt_symdev\fR     \fBvolmgt_symname\fR
39 .TE
41 .SH FILES
42 .sp
43 .ne 2
44 .na
45 \fB\fB/usr/lib/libvolmgt.so.1\fR\fR
46 .ad
47 .RS 30n
48 shared object
49 .RE
51 .sp
52 .ne 2
53 .na
54 \fB\fB/usr/lib/64/libvolmgt.so.1\fR\fR
55 .ad
56 .RS 30n
57 64-bit shared object
58 .RE
60 .SH ATTRIBUTES
61 .sp
62 .LP
63 See \fBattributes\fR(5) for descriptions of the following attributes:
64 .sp
66 .sp
67 .TS
68 box;
69 c | c
70 l | l .
71 ATTRIBUTE TYPE  ATTRIBUTE VALUE
73 MT-Level        Safe with exceptions
74 .TE
76 .SH SEE ALSO
77 .sp
78 .LP
79 \fBpvs\fR(1), \fBIntro\fR(3), \fBmedia_findname\fR(3VOLMGT),
80 \fBattributes\fR(5)
81 .SH NOTES
82 .sp
83 .LP
84 The MT-Level for this library of interfaces is Safe, except for
85 \fBmedia_findname\fR(3VOLMGT), which is Unsafe.