Interface Libraries libkvm(3LIB)
NAME
libkvm - Kernel Virtual Memory access library
SYNOPSIS
cc [ flag... ] file... -lkvm [ library ... ]
#include
DESCRIPTION
Functions in this library provide application access to ker-
nel symbols, addresses and values. The individual functions
are documented in Section 3KVM of the reference manual.
INTERFACES
The shared object libkvm.so.1 provides the public interfaces
defined below. See Intro(3) for additional information on
shared object interfaces.
kvmclose kvmgetcmd
kvmgetproc kvmgetu
kvmkread kvmkwrite
kvmnextproc kvmnlist
kvmopen kvmread
kvmsetproc kvmuread
kvmuwrite kvmwrite
FILES
/usr/lib/libkvm.so.1 shared object
/usr/lib/64/libkvm.so.1 64-bit shared object
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 22 May 2003 1
Interface Libraries libkvm(3LIB)
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcsl (32-bit)
SUNWcslx (64-bit)
Interface Stability kvmread() and kvmwrite()
are Obsolete; the remaining
functions are Stable.
MT-Level Unsafe
SEE ALSO
pvs(1), Intro(3), attributes(5)
SunOS 5.11 Last change: 22 May 2003 2
|