Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jun 2001 20:17:00 +0400 (MSD)
From:      "Eugene L. Vorokov" <vel@bugz.infotecs.ru>
To:        freebsd-hackers@freebsd.org
Subject:   accessing files from kld module
Message-ID:  <200106271617.f5RGH0243541@bugz.infotecs.ru>

next in thread | raw e-mail | index | archive | help
Hi,

probably this question was asked here many times before, but I'm new
to kernel mode hacks ... Is it somehow possible to access files from
my kld module ? I have seen functions like printf(), MALLOC() for
kernel mode, but nothing like open() ... using open() syscall
directly seems impossible too because generally I don't have struct proc
entry.

I would be very thankful for any information regarding this issue.

Regards, 

Eugene


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




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