Accessing to a file from a KEXT
Accessing to a file from a KEXT
- Subject: Accessing to a file from a KEXT
- From: "Pezeshgi, Shahriar" <email@hidden>
- Date: Mon, 2 May 2005 11:00:15 -0400
- Thread-topic: Accessing to a file from a KEXT
Hi there
I have a problem with our USB DSL Modem driver under new OS X (Tiger).
Basically we need to read a configuration file during driver startup ( I
know that it's a BAD idea to access to file system from a KEXT but this
is the way our driver has been developed originally under OS X 10.1).
This driver is working properly under different version of OS X (10.1.x,
10.2.x and 10.3.x) but it's not working under Tiger, it's complaining
about missing symbols like _vn_open, _vn_close and etc. I think new
vnode api doesn't support old functions under Tiger (am I right?), so I
looked at KPI->vnode documents but there is no descriptions for
functions like vnode_open, vnode_close and etc. Where can I find more
details about vnode api?
Yours
Shahriar
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden