kvm_read man page on MirBSD

Man page or keyword search:  
man Server   6113 pages
apropos Keyword Search (all sections)
Output format
MirBSD logo
[printable version]

KVM_READ(3)		   BSD Programmer's Manual		   KVM_READ(3)

NAME
     kvm_read, kvm_write - read or write kernel virtual memory

SYNOPSIS
     #include <kvm.h>

     ssize_t
     kvm_read(kvm_t *kd, u_long addr, void *buf, size_t nbytes);

     ssize_t
     kvm_write(kvm_t *kd, u_long addr, const void *buf, size_t nbytes);

DESCRIPTION
     The kvm_read() and kvm_write() functions are used to read and write ker-
     nel virtual memory (or a crash dump file). See kvm_open(3) or
     kvm_openfiles(3) for information regarding opening kernel virtual memory
     and crash dumps.

     The kvm_read() function transfers nbytes bytes of data from the kernel
     space address addr to buf. Conversely, kvm_write() transfers data from
     buf to addr. Unlike their SunOS counterparts, these functions cannot be
     used to read or write process address spaces.

RETURN VALUES
     Upon successful completion, the number of bytes actually transferred is
     returned. Otherwise, -1 is returned.

SEE ALSO
     kvm(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)

MirOS BSD #10-current		 June 4, 1993				     1
[top]

List of man pages available for MirBSD

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net