Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Nov 2008 06:15:14 +0100
From:      Alexej Sokolov <bsd.quest@googlemail.com>
To:        freebsd-hackers@freebsd.org
Subject:   Re: vm_map_find
Message-ID:  <20081116051514.GA5818@debian.samsung.router>
In-Reply-To: <1226808653.1739.5.camel@wombat.2hip.net>
References:  <671bb5fc0811151943m7602476fy19e0f8ee75ea2377@mail.gmail.com> <1226808653.1739.5.camel@wombat.2hip.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Nov 15, 2008 at 11:10:25PM -0500, Robert Noland wrote:
> On Sun, 2008-11-16 at 04:42 +0059, Alexej Sokolov wrote:
> > Hello,
> > my question is about vm_map_find (9)
> >  int
> >  vm_map_find(vm_map_t map, vm_object_t object, vm_ooffset_t offset,
> >          vm_offset_t *addr, vm_size_t length, boolean_t find_space,
> >          vm_prot_t prot, vm_prot_t max, int cow);
> > 
> > Could anyone explain what exactly parameter "cow" for ? Which values and
> > meanings ?
> 
> Well, cow is COPY_ON_WRITE.  See vm_map(9) for the list of flags.
> 
> robert.
Ok, 
thanx a lot, but I find it strange that the info about possible values
of "cow" isn't  present in man pages vm_map_insert and vm_map_find


Thnks again!

> 
> > man page dives not enough informations about it.
> > 
> > Thanks
> > _______________________________________________
> > freebsd-hackers@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081116051514.GA5818>