man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: July 2014
 
 

libv12n(3LIB)

Name

libv12n - virtualization information interface library

Synopsis

cc [ flag... ] file... -lv12n [ 
library... ]
#include <libv12n.h>

Description

The functions in this library provide virtual platform information. The information comes from environment specific sources.

Interfaces

The libv12n.so.1 shared object provides the public interfaces defined below. See Intro(3) for additional information on shared object interfaces.

v12n_get_current_env
v12n_get_env_prop
v12n_get_prop_name
v12n_get_parent_env
v12n_list_env_props
v12n_list_envs
v12n_list_supported_envs
v12n_copy_env
v12n_free_env

Legacy Interfaces

v12n_capabilities
v12n_chassis_serialno
v12n_ctrl_domain
v12n_domain_name
v12n_domain_roles
v12n_domain_uuid

Files

/usr/lib/libv12n.so.1

shared object

/usr/lib/64/libv12n.so.1

64-bit shared object

Attributes

See attributes (5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/library/libv12n
Interface Stability
Legacy Interfaces - Committed
Other Interfaces - Uncommitted
MT-Level
MT-Safe

See also

virtinfo(1M) , Intro(3), v12n(3EXT) , attributes (5)