1libvolmgt(3LIB) Interface Libraries libvolmgt(3LIB)
2
3
4
6 libvolmgt - volume management library
7
9 cc [ flag... ] file... -lvolmgt [ library... ]
10 #include <volmgt.h>
11
12
14 Functions in this library provide access to the volume management ser‐
15 vices.
16
18 The shared object libvolmgt.so.1 provides the public interfaces defined
19 below. See Intro(3) for additional information on shared object inter‐
20 faces.
21
22
23
24
25 media_findname media_getattr
26 media_getid media_setattr
27 volmgt_acquire volmgt_check
28 volmgt_feature_enabled volmgt_inuse
29 volmgt_ownspath volmgt_release
30 volmgt_root volmgt_running
31 volmgt_symdev volmgt_symname
32
33
35 /usr/lib/libvolmgt.so.1 shared object
36
37
38 /usr/lib/64/libvolmgt.so.1 64-bit shared object
39
40
42 See attributes(5) for descriptions of the following attributes:
43
44
45
46
47 ┌─────────────────────────────┬─────────────────────────────┐
48 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
49 ├─────────────────────────────┼─────────────────────────────┤
50 │Availability │SUNWcsl (32-bit) │
51 ├─────────────────────────────┼─────────────────────────────┤
52 │ │SUNWcslx (64-bit) │
53 ├─────────────────────────────┼─────────────────────────────┤
54 │MT-Level │Safe with exceptions │
55 └─────────────────────────────┴─────────────────────────────┘
56
58 pvs(1), Intro(3), media_findname(3VOLMGT), attributes(5)
59
61 The MT-Level for this library of interfaces is Safe, except for
62 media_findname(3VOLMGT), which is Unsafe.
63
64
65
66SunOS 5.11 22 May 2003 libvolmgt(3LIB)