From owner-freebsd-hackers@FreeBSD.ORG Wed May 21 09:32:52 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EBF537B401 for ; Wed, 21 May 2003 09:32:52 -0700 (PDT) Received: from mgw-x4.nokia.com (mgw-x4.nokia.com [131.228.20.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00CF343F3F for ; Wed, 21 May 2003 09:32:51 -0700 (PDT) (envelope-from Vijay.Singh@nokia.com) Received: from esvir03nok.nokia.com (esvir03nokt.ntc.nokia.com [172.21.143.35])h4LGWnD02502 for ; Wed, 21 May 2003 19:32:49 +0300 (EET DST) Received: from esebh001.NOE.Nokia.com (unverified) by esvir03nok.nokia.com for ; Wed, 21 May 2003 19:32:48 +0300 Received: from daebh002.NOE.Nokia.com ([172.18.242.232]) by esebh001.NOE.Nokia.com with Microsoft SMTPSVC(5.0.2195.6139); Wed, 21 May 2003 19:32:48 +0300 Received: from mvebe001.NOE.Nokia.com ([172.18.140.37]) by daebh002.NOE.Nokia.com with Microsoft SMTPSVC(5.0.2195.6139); Wed, 21 May 2003 11:32:27 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Wed, 21 May 2003 09:32:26 -0700 Message-ID: <4D7B558499107545BB45044C63822DDE02C08E36@mvebe001.americas.nokia.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: USB bulk read & pthreads Thread-Index: AcMfU/Ssqv1ZzrwXTlaI1Th7uGWLuQAYoIcw From: To: X-OriginalArrivalTime: 21 May 2003 16:32:27.0222 (UTC) FILETIME=[90E93F60:01C31FB6] Subject: sendfile in FreeBSD 2.2 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2003 16:32:52 -0000 Hello. Would it be possible to port the sendfile system call to a = FreeBSD 2.2 based system? Has anyone done this? I am trying to port the = code from a later FreeBSD release and I have been unable to find out = what the VOP_GETVOBJECT() macro does and how/what should it be replaced = with for my case. Any help is appreciated. Thanks vijay