man.bsd.lv manual page server

Manual Page Search Parameters

KVM_NATIVE(3) Library Functions Manual KVM_NATIVE(3)

kvm_nativeis a kvm descriptor opened on a native kernel image

library “libkvm”

#include <kvm.h>

int
kvm_native(kvm_t *kd);

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 () function returns a non-zero value if the kvm descriptor kd is attached to a native kernel image; otherwise it returns zero.

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.

kvm(3), kvm_open2(3)

March 15, 2017 FreeBSD-12.0