Home
last modified time | relevance | path

Searched refs:ksyms_op (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/proc/
Dproc_misc.c279 extern struct seq_operations ksyms_op;
282 return seq_open(file, &ksyms_op); in ksyms_open()
/linux-2.4.37.9/kernel/
Dmodule.c1244 struct seq_operations ksyms_op = { variable