From owner-freebsd-hackers Thu Jun 28 9:25:38 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from smtp.alcove.fr (smtp.alcove.fr [212.155.209.139]) by hub.freebsd.org (Postfix) with ESMTP id D79C937B407 for ; Thu, 28 Jun 2001 09:25:35 -0700 (PDT) (envelope-from nsouch@alcove.fr) Received: from avon.alcove-fr ([10.16.10.3]) by smtp.alcove.fr with esmtp (Exim 3.12 #1 (Debian)) id 15Febl-0006nb-00 for ; Thu, 28 Jun 2001 18:25:33 +0200 Received: from nsouch by avon.alcove-fr with local (Exim 3.12 #1 (Debian)) id 15Febl-0004ed-00 for ; Thu, 28 Jun 2001 18:25:33 +0200 Date: Thu, 28 Jun 2001 18:25:33 +0200 From: Nicolas Souchu To: freebsd-hackers@freebsd.org Subject: processes private data Message-ID: <20010628182533.B17804@avon.alcove-fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.4i Organization: =?iso-8859-1?Q?Alc=F4ve=2C_http:=2F=2Fwww=2Ealcove=2Ecom?= Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi folks, I have a char driver that must be opened by more than one process. The minor index is not sufficient for this. Is there any process private data (void *) in the devfs structure (or the opposite) I could point to with the minor index of my device? Nicholas -- Alcôve Technical Manager - Nicolas.Souchu@fr.alcove.com - http://www.alcove.com Open Source Software Developer - nsouch@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message