Home
last modified time | relevance | path

Searched refs:proc_match (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/proc/
Dgeneric.c27 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/
Dproc_fs.h103 extern int proc_match(int, const char *,struct proc_dir_entry *);
/linux-2.4.37.9/kernel/
Dsysctl.c726 if (proc_match(len, table->procname, de)) in register_proc_table()