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. INTERFACESThe shared object libkvm.so.1 provides the public interfaces
defined below. See Intro(3) for additional information on shared object interfaces.kvm_close kvm_getcmd
kvm_getproc kvm_getu
kvm_kread kvm_kwrite
kvm_nextproc kvm_nlist
kvm_open kvm_read
kvm_setproc kvm_uread
kvm_uwrite kvm_write
FILES/usr/lib/libkvm.so.1 shared object
/usr/lib/64/libkvm.so.1 64-bit shared object
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:SunOS 5.11 Last change: 22 May 2003 1
Interface Libraries libkvm(3LIB)
____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | system/library (32-bit) |
|_____________________________|_____________________________|
| | SUNWcslx (64-bit) |
|_____________________________|_____________________________|
| Interface Stability | See below. ||_____________________________|_____________________________|
| MT-Level | Unsafe |
|_____________________________|_____________________________|
The kvm_read() and kvm_write() functions are Obsolete. The
remaining functions are Committed.SEE ALSO
pvs(1), Intro(3), attributes(5)SunOS 5.11 Last change: 22 May 2003 2