Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Aug 2005 01:55:12 +0900
From:      takawata@jp.freebsd.org
To:        freebsd-hackers@freebsd.org
Subject:   Re: Is d_mmap used ?
Message-ID:  <200508271655.j7RGtCNL080883@ns.init-main.com>
In-Reply-To: Your message of "Sat, 27 Aug 2005 17:52:29 %2B0200." <200508271752.31898.hselasky@c2i.net>

next in thread | previous in thread | raw e-mail | index | archive | help
In message <200508271752.31898.hselasky@c2i.net>, Hans Petter Selasky wrote:
>On Saturday 27 August 2005 15:39, Kamal R. Prasad wrote:
>> When you mmap() a device, the d_mmap member is used.
>> eg:- fd = open("/dev/abc", O_RDWR);
>>        my_addr = mmap(fd,...);
>
>Yes, but do you know from where it is called ?

dev_pager_alloc@vm/device_pager.c



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