Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jun 2004 12:36:14 -0400
From:      Brian Fundakowski Feldman <green@freebsd.org>
To:        ravi <ravi.nanjundappa@ap.sony.com>
Cc:        hackers@freebsd.org
Subject:   Re: Regarding procfs in freeBSd
Message-ID:  <20040617163614.GE15918@green.homeunix.org>
In-Reply-To: <1087466326.5072.5.camel@localhost.localdomain>
References:  <1087466326.5072.5.camel@localhost.localdomain>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 17, 2004 at 03:28:47PM +0530, ravi wrote:
> Hi,
> How to get a pointer to pfs_info structure  which points to the /proc
>  directory ?
>  
>  I mean , I want to create a proc entry under /proc .
>  But for this I need to pass an argument struct pfs_info *pi, which
>  contains a member pi_root which inturn points to the /proc's pfs_node
> 
>  
>  How to get this pi_root from pfs_info structure ?
>  Is there any global variable which points to /proc' pfs_node .?
> 
> 
> That is .. I want to create my own proc entry under /proc . How to do
> that ?

Take a look at src/sys/compat/linprocfs; I think it has everything you
are looking for.

-- 
Brian Fundakowski Feldman                           \'[ FreeBSD ]''''''''''\
  <> green@FreeBSD.org                               \  The Power to Serve! \
 Opinions expressed are my own.                       \,,,,,,,,,,,,,,,,,,,,,,\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040617163614.GE15918>