Map virtual address to physical address

Perry Hutchison perryh at pluto.rain.com
Sun May 24 04:00:48 UTC 2015


Pratik Singhal <ps06756 at gmail.com> wrote:

> Can you please tell in which header file is it declared ?

find(1) and xargs(1) are your friends:

    find /usr/include /usr/src/sys -type f -name '*.h' -print0 \
    | xargs -0 egrep -i vtop | less

That will give you the correct answer(s) for whichever version of the
source you are working with.  (Shell command and continuation-line
prompts not shown, since they depend on which shell you are using.)


More information about the freebsd-questions mailing list