*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> vm_map_create (9)              
Title
Content
Arch
Section
 

vm_map_create(9)

Contents


NAME    [Toc]    [Back]

     vm_map_create -- create a new vm_map structure

SYNOPSIS    [Toc]    [Back]

     #include <sys/param.h>
     #include <vm/vm.h>
     #include <vm/vm_map.h>

     vm_map_t
     vm_map_create(pmap_t pmap, vm_offset_t min, vm_offset_t max);

DESCRIPTION    [Toc]    [Back]

     The vm_map_create() function creates and returns a new, empty map structure,
 associated with the physical map pmap, and with the upper and lower
     address bounds specified by max and min respectively.

IMPLEMENTATION NOTES    [Toc]    [Back]

     The kernel's zone allocator is used to allocate the map.

RETURN VALUES    [Toc]    [Back]

     The vm_map_create() function returns a pointer to the newly allocated map
     if successful.  Otherwise, it returns NULL.

SEE ALSO    [Toc]    [Back]

      
      
     pmap(9), vm_map(9), vm_map_init(9)

AUTHORS    [Toc]    [Back]

     This man page was written by Bruce M Simpson <[email protected]>.


				 July 19, 2003
[ Back ]
 Similar pages
Name OS Title
vm_map_init FreeBSD initialize a vm_map structure for process zero
DSA_dup_DH NetBSD create a DH structure out of DSA structure
DSA_dup_DH Tru64 Create a DH structure out of DSA structure
DSA_dup_DH OpenBSD create a DH structure out of DSA structure
SSL_new Tru64 Create a new SSL structure for a connection
SSL_new OpenBSD create a new SSL structure for a connection
SSL_SESSION_new Tru64 Create a new SSL_SESSION structure
SSL_new NetBSD create a new SSL structure for a connection
AFnewfilesetup IRIX create and initialize an AFfilesetup structure
inet_pton Linux Create a network address structure
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service