tail head cat sleep
QR code linking to this page

Manual Pages  — KVM_NATIVE

NAME

kvm_native – is a kvm descriptor opened on a native kernel image

CONTENTS

LIBRARY

Kernel Data Access Library (libkvm, -lkvm)

SYNOPSIS

#include <kvm.h>

int
kvm_native(kvm_t *kd);

DESCRIPTION

The kvm library provides an interface for accessing kernel virtual memory images for both native kernel images (where the ABI of the kernel executable matches the host system) and non-native kernel images. The kvm_native() function returns a non-zero value if the kvm descriptor kd is attached to a native kernel image; otherwise it returns zero.

RETURN VALUES

The kvm_native() function returns a non-zero value if the kvm descriptor kd is attached to a native kernel image; otherwise it returns zero.

SEE ALSO

kvm(3), kvm_open2(3)

KVM_NATIVE (3) March 15, 2017

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

One of the advantages of using UNIX to teach an operating systems course is the sources and documentation will easily fit into a student's briefcase.
— John Lions