| |
| Interface Libraries | libvolmgt(3LIB) |
| | libvolmgt - volume management library |
SYNOPSIS
| |
cc [ flag... ] file... -lvolmgt [ library... ]
#include <volmgt.h>
|
| |
Functions in this library provide access to the volume management services.
|
| |
The shared object libvolmgt.so.1 provides the public interfaces defined below. See intro(3) for additional information on shared object
interfaces.
| media_findname | media_getattr |
| media_getid | media_setattr |
| volmgt_acquire | volmgt_check |
| volmgt_feature_enabled | volmgt_inuse |
| volmgt_ownspath | volmgt_release |
| volmgt_root | volmgt_running |
| volmgt_symdev | volmgt_symname |
|
| |
-
/usr/lib/libvolmgt.a
- archive library
-
/usr/lib/libvolmgt.so.1
- shared object
-
/usr/lib/64/libvolmgt.so.1
- 64-bit shared object
|
| |
See attributes(5) for descriptions of the following attributes:
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
| Availability | SUNWcsl, SUNWarc (32-bit) |
| | SUNWcslx (64-bit) |
| MT-Level | Safe with exceptions |
|
| |