sources for null device!!!

2000-07-11 Thread Mohana Krishna Penumetcha

hi,

where can i find the sources corresponding to /dev/null??

-Regards
mohan




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: sources for null device!!!

2000-07-11 Thread Mitsuru IWASAKI

Hi,

pmk where can i find the sources corresponding to /dev/null??

/sys/dev/nulldev/nulldev.c in 5.0-CURRENT/RELENG_4,
/sys/i386/i386/mem.c or /sys/alpha/alpha/mem.c in RELENG_3 IIRC.

Good luck.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: sources for null device!!!

2000-07-11 Thread Jeroen C. van Gelderen

Mohana Krishna Penumetcha wrote:
 
 hi,
 
 where can i find the sources corresponding to /dev/null??

cd /sys  find . -name null*  use common sense

-- 
Jeroen C. van Gelderen  o  _ _ _
[EMAIL PROTECTED]  _o /\_   _ \\o  (_)\__/o  (_)
  _ \_   _(_) (_)/_\_| \   _|/' \/
 (_)(_) (_)(_)   (_)(_)'  _\o_


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: sources for null device!!!

2000-07-11 Thread Wes Peters

"Jeroen C. van Gelderen" wrote:
 
 Mohana Krishna Penumetcha wrote:
 
  hi,
 
  where can i find the sources corresponding to /dev/null??
 
 cd /sys  find . -name null*  use common sense

/dev/commonsense: ENOENT

-- 
"Where am I, and what am I doing in this handbasket?"

Wes Peters Softweyr LLC
[EMAIL PROTECTED]   http://softweyr.com/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message