Searched refs:proc_match (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/proc/ |
D | generic.c | 27 int proc_match(int len, const char *name,struct proc_dir_entry * de) in proc_match() function 188 if (proc_match(len, cp, de)) in xlate_proc_name() 576 if (!proc_match(len, fn, *p)) in remove_proc_entry()
|
/linux-2.4.37.9/include/linux/ |
D | proc_fs.h | 103 extern int proc_match(int, const char *,struct proc_dir_entry *);
|
/linux-2.4.37.9/kernel/ |
D | sysctl.c | 726 if (proc_match(len, table->procname, de)) in register_proc_table()
|