From owner-freebsd-hackers@FreeBSD.ORG Sun Nov 16 05:15:45 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A542B106567D for ; Sun, 16 Nov 2008 05:15:45 +0000 (UTC) (envelope-from bsd.quest@googlemail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.239]) by mx1.freebsd.org (Postfix) with ESMTP id 579DB8FC0C for ; Sun, 16 Nov 2008 05:15:45 +0000 (UTC) (envelope-from bsd.quest@googlemail.com) Received: by qb-out-0506.google.com with SMTP id f30so1832009qba.35 for ; Sat, 15 Nov 2008 21:15:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:reply-to:mail-followup-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=kjcplbBZSV+yqs9qMl43a3a5tCQWTcVsGjqXpdhN2W8=; b=g2+WF43Spq8NZlX3yZtTdpsituQYSIGmm4IfCSb1y5ZrpQ8fVbBOJrdulCs0t8VlNa SwoJBKknmybKAjurUxZgzAmcpX6/3kUMU7j1EFSRr12w2FYqYx0AYGND6EWi0raaMSJh UTyvVHPrbfw0k4erub4hT91XW7MEY8GTPElHk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:reply-to:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; b=SA2LhbCvKP1EP4YqQRaZol4g08ZeFMwcQsur/DDMf7Pfouek7xuqs+p/eICkhWtepy 6KhyujiVLDpj3cA/+T/OJsq3qA84+01znvMbSWrpwtE77ytBxpau3E0KmuB4JRWB+C4C a3rjSnZ7fO63zugz/d2D4jlvDXf8ovAgNtyIU= Received: by 10.103.24.17 with SMTP id b17mr836437muj.112.1226812544061; Sat, 15 Nov 2008 21:15:44 -0800 (PST) Received: from localhost (BADe9ba.bad.pppool.de [77.131.233.186]) by mx.google.com with ESMTPS id w5sm6949397mue.10.2008.11.15.21.15.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 15 Nov 2008 21:15:43 -0800 (PST) Date: Sun, 16 Nov 2008 06:15:14 +0100 From: Alexej Sokolov To: freebsd-hackers@freebsd.org Message-ID: <20081116051514.GA5818@debian.samsung.router> Mail-Followup-To: freebsd-hackers@freebsd.org References: <671bb5fc0811151943m7602476fy19e0f8ee75ea2377@mail.gmail.com> <1226808653.1739.5.camel@wombat.2hip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1226808653.1739.5.camel@wombat.2hip.net> User-Agent: Mutt/1.5.18 (2008-05-17) Subject: Re: vm_map_find X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexej Sokolov List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2008 05:15:45 -0000 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"