[EMAIL PROTECTED] wrote:
> I am looking at the kernel and I see a call to foobar.
> 
> How can I easily determine which source file has the foobar code?
> 

Assuming the source code is limited to .c, .cpp & .h files, try using "cscope 
-Rk" in the root. It is very useful.

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to