*** 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_kerndisp | Section: 3 | Source: FreeBSD | File: kvm_kerndisp.3.gz
KVM_KERNDISP(3) FreeBSD Library Functions Manual KVM_KERNDISP(3) NAME kvm_kerndisp - get kernel displacement LIBRARY Kernel Data Access Library (libkvm, -lkvm) SYNOPSIS #include <kvm.h> kssize_t kvm_kerndisp(kvm_t *kd); DESCRIPTION kvm_kerndisp() returns the number of bytes by which the kernel referenced by kd is displaced. This is the difference between the kernel's base virtual address at run time and the kernel base virtual address specified in the kernel image file. Note that if the kernel is moved to a lower memory address, the displacement will be negative. RETURN VALUES kvm_kerndisp() returns the number of bytes by which the kernel is displaced. If the kernel is not displaced or if it is not possible to find the displacement then 0 is returned. SEE ALSO kvm(3), kvm_close(3), kvm_open(3) FreeBSD 14.1-RELEASE-p8 February 5, 2020 FreeBSD 14.1-RELEASE-p8

Navigation Options