lkml.org 
[lkml]   [1999]   [Apr]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: List of kernel functions available to installable module

On Wed, 28 Apr 1999, Yash Shitoot wrote:

> Where can I find a list of kernel functions and variables
> available to an installable module ?

find /usr/src/linux/ -type f -name \*.[ch] | xargs grep EXPORT_SYMBOL

or "cat /proc/ksyms" to get the ones available in the running kernel.
Note that this varies with the modules that are currently loaded.

Kai

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:51    [W:0.052 / U:1.488 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site