svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
libkvm(3lib)
libkvm(3LIB) Interface Libraries libkvm(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 Sec‐
tion 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 inter‐
faces.
tab(); lw(2.75i) lw(2.75i) kvm_appendkvm_close kvm_getcmdkvm_getproc
kvm_getukvm_kread kvm_kwritekvm_nextproc kvm_nlistkvm_open kvm_read‐
kvm_setproc kvm_ureadkvm_uwrite kvm_write
FILES
/usr/lib/libkvm.so.1 shared object
/usr/lib/64/libkvm.so.1 64-bit shared object
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitysystem/library _ Interface StabilitySee
below. _ MT-LevelUnsafe
The kvm_read() and kvm_write() functions are Obsolete. The remaining
functions are Committed.
SEE ALSO
pvs(1), intro(3), attributes(7)
Oracle Solaris 11.4 23 Aug 2011 libkvm(3LIB)