From owner-freebsd-questions@FreeBSD.ORG Mon Jun 26 01:11:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8654A16A404 for ; Mon, 26 Jun 2006 01:11:32 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id E296543D94 for ; Mon, 26 Jun 2006 01:11:31 +0000 (GMT) (envelope-from stapleton.41@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so732937uge for ; Sun, 25 Jun 2006 18:11:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Batt/m1h2PD3T8cqzO9WRA5hpsaPF5qgGhIg4W8YA7vdJsrFpkFLaSgP59ELi9wX0sp5+ogICOnB0kQpOLP768DAPDzho3BWIWY6Gbqpb6YbdxnUBG8NZALTgrvfHBW73jDGGcIZtrq40YeSwLI1LiUD6b4cx/6hiGx2nLfnec0= Received: by 10.67.26.7 with SMTP id d7mr4445978ugj; Sun, 25 Jun 2006 18:11:30 -0700 (PDT) Received: by 10.67.100.9 with HTTP; Sun, 25 Jun 2006 18:11:30 -0700 (PDT) Message-ID: <80f4f2b20606251811q35afdf6cof9d1208b51a78e23@mail.gmail.com> Date: Sun, 25 Jun 2006 21:11:30 -0400 From: "Jim Stapleton" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: which options/files/chunks of the kernel source define xpt_done and xpt_release? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 01:11:32 -0000 I am trying to work on some stuff, and it references those functions, but I can't seem to find where they are in the kernel. Thanks, -Jim Stapleton