|
NAMEvm_page_lookup —
lookup a vm page
SYNOPSIS#include <sys/param.h>
#include <vm/vm.h>
#include <vm/vm_page.h>
vm_page_t
DESCRIPTIONThevm_page_lookup () function searches for a VM page
given its VM object and index. If the page is not found,
NULL is returned. Its arguments are:
RETURN VALUESA vm_page_t is returned if successful; otherwise,NULL is returned.
AUTHORSThis manual page was written by Chad David <davidc@acns.ab.ca>.
Visit the GSP FreeBSD Man Page Interface. |