Unix VPS A - Starter B - Basic C - Preferred D - Commercial MPS - Dedicated Previous VPSs * Sign Up! *
Support Contact Us Online Help Handbooks Domain Status Man Pages
FAQ Virtual Servers Pricing Billing Technical
Network Facilities Connectivity Topology Map
Miscellaneous Server Agreement Year 2038 Credits
vm_page_lookup — lookup a vm page
vm_page_lookup
#include <sys/param.h> #include <vm/vm.h> #include <vm/vm_page.h>
#include <sys/param.h>
#include <vm/vm.h>
#include <vm/vm_page.h>
vm_page_t vm_page_lookup(vm_object_t object, vm_pindex_t pindex);
The vm_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:
NULL
A vm_page_t is returned if successful; otherwise, NULL is returned.
This manual page was written by Chad David <davidc@acns.ab.ca>.
Visit the GSP FreeBSD Man Page Interface.Output converted with ManDoc.