|
NAMEkvm_read , kvm_read2 ,
kvm_write —
read or write kernel virtual memory
LIBRARYKernel Data Access Library (libkvm, -lkvm)SYNOPSIS#include <kvm.h>
ssize_t
ssize_t
ssize_t
DESCRIPTIONThekvm_read (), kvm_read2 (), and
kvm_write () functions are used to read and write
kernel virtual memory (or a crash dump file). See
kvm_open (3) for information
regarding opening kernel virtual memory and crash dumps.
The The RETURN VALUESUpon success, the number of bytes actually transferred is returned. Otherwise, -1 is returned.SEE ALSOkvm(3), kvm_close(3), kvm_getargv(3), kvm_getenvv(3), kvm_geterr(3), kvm_getprocs(3), kvm_nlist(3), kvm_open(3), kvm_openfiles(3)
Visit the GSP FreeBSD Man Page Interface. |