Date: Thu, 7 Aug 1997 09:06:44 +0930 (CST) From: Greg Lehey <grog@lemis.com> To: sebesty@cs.elte.hu (Zoltan Sebestyen) Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Location of ioctl.c Message-ID: <199708062336.JAA01359@freebie.lemis.com> In-Reply-To: <Pine.ULT.3.93.970806225930.4242A-100000@konig> from Zoltan Sebestyen at "Aug 6, 97 11:01:16 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708062336.JAA01359>