Searched refs:single_show (Results 1 – 8 of 8) sorted by relevance
| /components/dfs/dfs_v2/filesystems/procfs/ |
| A D | proc_uptime.c | 22 static int single_show(struct dfs_seq_file *seq, void *data) in single_show() function 33 struct proc_dentry *dentry = proc_create_single_data("uptime", 0, NULL, single_show, NULL); in proc_uptime_init()
|
| A D | proc_loadavg.c | 27 static int single_show(struct dfs_seq_file *seq, void *data) in single_show() function 36 struct proc_dentry *dentry = proc_create_single_data("loadavg", 0, NULL, single_show, NULL); in proc_loadavg_init()
|
| A D | proc_cmdline.c | 36 static int single_show(struct dfs_seq_file *seq, void *data) in single_show() function 48 struct proc_dentry *dentry = proc_create_single_data("cmdline", 0, NULL, single_show, NULL); in proc_cmdline_init()
|
| A D | proc_version.c | 22 static int single_show(struct dfs_seq_file *seq, void *data) in single_show() function 40 struct proc_dentry *dentry = proc_create_single_data("version", 0, NULL, single_show, NULL); in proc_version_init()
|
| A D | proc_meminfo.c | 27 static int single_show(struct dfs_seq_file *seq, void *data) in single_show() function 61 struct proc_dentry *dentry = proc_create_single_data("meminfo", 0, NULL, single_show, NULL); in proc_meminfo_init()
|
| A D | proc_pid.c | 37 int (*single_show)(struct dfs_seq_file *seq, void *data); member 421 if (pid_dentry_base[j].single_show) in proc_pid() 423 ent->single_show = pid_dentry_base[j].single_show; in proc_pid()
|
| A D | proc.c | 155 if (entry->single_show) in proc_open() 165 seq_ops->show = entry->single_show; in proc_open() 184 if (seq && entry->single_show && seq->ops) in proc_close() 416 dentry->single_show = show; in proc_create_single_data()
|
| A D | proc.h | 41 int (*single_show)(struct dfs_seq_file *seq, void *data); member
|
Completed in 11 milliseconds