Date: Tue, 16 Feb 1999 10:18:07 +1030 From: Greg Lehey <grog@lemis.com> To: Victor Gamov <vit@lipetsk.ru>, freebsd-questions@FreeBSD.ORG Subject: Re: ioctl() Message-ID: <19990216101807.K2207@lemis.com> In-Reply-To: <36C7F52D.7C8F15A5@lipetsk.ru>; from Victor Gamov on Mon, Feb 15, 1999 at 01:21:33PM %2B0300 References: <36C7F52D.7C8F15A5@lipetsk.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday, 15 February 1999 at 13:21:33 +0300, Victor Gamov wrote: > > Where I can get more information about ioctl() requests -- what type > can they be and what do they mean? ioctl(2) is a driver function, so you'll find the descriptions in the driver man page--maybe. Some are not well documented. If you can't find it there, the next place is in the header files, which will at least carry the names of the ioctls and possibly a brief description. If that doesn't help, you'll have to UTSL. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990216101807.K2207>