*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: kvm_native | Section: 3 | Source: FreeBSD | File: kvm_native.3.gz
KVM_NATIVE(3) FreeBSD Library Functions Manual KVM_NATIVE(3) NAME kvm_native - is a kvm descriptor opened on a native kernel image 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) FreeBSD 14.1-RELEASE-p8 March 15, 2017 FreeBSD 14.1-RELEASE-p8

Navigation Options