Sun Microsystems, Inc.
spacerspacer
spacer   www.sun.com docs.sun.com | | |  
spacer
black dot
   
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z
    
 
Interface Librarieslibkvm(3LIB)


NAME

 libkvm - Kernel Virtual Memory access library

SYNOPSIS

 
cc [ flag... ] file... -lkvm [ library ... ]
#include <kvm.h>

DESCRIPTION

 

Functions in this library provide application access to kernel symbols, addresses and values. The individual functions are documented in Section 3KVM of the reference manual.

All libkvm functions are Uncommitted, since there is almost nothing that can be put as a symbol in a namelist that has stability from release to release. The syntax of these functions has been stable from release to release, but this is subject to change.

INTERFACES

 

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

kvm_closekvm_getcmdkvm_getproc
kvm_getukvm_kreadkvm_kwrite
kvm_nextprockvm_nlistkvm_open
kvm_readkvm_setprockvm_uread
kvm_uwritekvm_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 attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
AvailabilitySUNWcsl (32-bit)
 SUNWcsl x(64-bit)
MT-LevelUnsafe

SEE ALSO

 

pvs(1), intro(3), attributes(5)


SunOS 5.9Go To TopLast Changed 27 Feb 2001

 
      
      
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.