Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libadm(3lib) [opensolaris man page]

libadm(3LIB)							Interface Libraries						      libadm(3LIB)

NAME
libadm - general administrative library SYNOPSIS
cc [ flag... ] file... -ladm [ library... ] DESCRIPTION
Functions in this library provide device management, VTOC handling, regular expressions, and packaging routines. INTERFACES
The shared object libadm.so.1 provides the public interfaces defined below. See Intro(3) for additional information on shared object inter- faces. circf loc1 loc2 locs nbra pkgdir read_extvtoc read_vtoc sed write_extvtoc write_vtoc FILES
/lib/libadm.so.1 shared object /lib/64/libadm.so.1 64-bit shared object ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsl (32-bit) | | |SUNWcslx (64-bit) | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
pvs(1), Intro(3), read_vtoc(3EXT), attributes(5), regexp(5) SunOS 5.11 5 Aug 2008 libadm(3LIB)

Check Out this Related Man Page

libefi(3LIB)							Interface Libraries						      libefi(3LIB)

NAME
libefi - EFI partition table library SYNOPSIS
cc [ flag... ] file... -lefi [ library... ] DESCRIPTION
The functions in this library manipulate a disk's EFI partition table. INTERFACES
The shared object libefi.so.1 provides the public interfaces defined below. See Intro(3) for additional information on shared object inter- faces. efi_alloc_and_init efi_alloc_and_read efi_free efi_use_whole_disk efi_write FILES
/lib/libefi.so.1 shared object /lib/64/libefi.so.1 64-bit shared object ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsl (32-bit) | +-----------------------------+-----------------------------+ | |SUNWcslx (64-bit) | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
Intro(3), efi_alloc_and_init(3EXT), attributes(5) SunOS 5.11 8 May 2008 libefi(3LIB)
Man Page