From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 20:00:03 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 8143416A494 for ; Tue, 31 Jul 2007 20:00:03 +0000 (UTC) (envelope-from saifi@twincling.org) Received: from coolhost77.com (coolhost77.com [203.194.209.191]) by mx1.freebsd.org (Postfix) with ESMTP id 1E27A13C45E for ; Tue, 31 Jul 2007 20:00:02 +0000 (UTC) (envelope-from saifi@twincling.org) Received: (qmail 27499 invoked by uid 503); 31 Jul 2007 19:33:59 -0000 Received: from unknown (HELO ?192.168.1.253?) (saifi@twincling.org@60.243.229.134) by coolhost77.com with ESMTPA; 31 Jul 2007 19:33:59 -0000 Date: Wed, 1 Aug 2007 01:08:54 +0530 (IST) From: Saifi Khan X-X-Sender: saifi@speed.localdomain To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: __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 20:00:03 -0000 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.