From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 21:00:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 120A816A46B for ; Tue, 31 Jul 2007 21:00:08 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu [140.142.32.178]) by mx1.freebsd.org (Postfix) with ESMTP id E2B4D13C4A3 for ; Tue, 31 Jul 2007 21:00:07 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hymn01.u.washington.edu (hymn01.u.washington.edu [140.142.8.55]) by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l6VL06GF018243 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 31 Jul 2007 14:00:06 -0700 Received: from localhost (localhost [127.0.0.1]) by hymn01.u.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l6VL06bU022284; Tue, 31 Jul 2007 14:00:06 -0700 X-Auth-Received: from [192.55.52.4] by hymn01.u.washington.edu via HTTP; Tue, 31 Jul 2007 14:00:06 PDT Date: Tue, 31 Jul 2007 14:00:06 -0700 (PDT) From: youshi10@u.washington.edu To: Saifi Khan In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.31.134133 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='NO_REAL_NAME 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Cc: freebsd-questions@freebsd.org Subject: Re: __sys_fcntl() definition ? 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: Tue, 31 Jul 2007 21:00:08 -0000 On Wed, 1 Aug 2007, Saifi Khan wrote: > Hi: > > While working through the FreeBSD 6.2 codebase, > I saw the following functions referred at multiple places. > > __sys_fcntl() > __sys_open() > __sys_write() > ... > > Can somebody point out the file which contains the implementation > of the __sys_* functions ? > > Thanks in advance. > > thanks > Saifi. They're standard C library headers: man 2 fcntl man 2 open man 2 write Cheers, -Garrett