From owner-freebsd-hackers Wed Aug 6 16:37:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA28168 for hackers-outgoing; Wed, 6 Aug 1997 16:37:27 -0700 (PDT) Received: from nico.telstra.net (nico.telstra.net [139.130.204.16]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id QAA28160 for ; Wed, 6 Aug 1997 16:37:24 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by nico.telstra.net (8.6.10/8.6.10) with ESMTP id JAA08050; Thu, 7 Aug 1997 09:37:45 +1000 From: Greg Lehey Received: (grog@localhost) by freebie.lemis.com (8.8.7/8.6.12) id JAA01359; Thu, 7 Aug 1997 09:06:45 +0930 (CST) Message-Id: <199708062336.JAA01359@freebie.lemis.com> Subject: Re: Location of ioctl.c In-Reply-To: from Zoltan Sebestyen at "Aug 6, 97 11:01:16 pm" To: sebesty@cs.elte.hu (Zoltan Sebestyen) Date: Thu, 7 Aug 1997 09:06:44 +0930 (CST) Cc: freebsd-hackers@FreeBSD.ORG Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Zoltan Sebestyen writes: > Hi, > > Where can I find the source of the ioctl function? > (I've got the FreeBSD-RELEASE CDROM and install the sources in /usr/src.) It's in /usr/src/sys/kern/sys_generic.c. The question is whether you really want to look at this particular function; most of the work is done by the individual device drivers. Greg