Home
last modified time | relevance | path

Searched refs:single_show (Results 1 – 8 of 8) sorted by relevance

/components/dfs/dfs_v2/filesystems/procfs/
A Dproc_uptime.c22 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 Dproc_loadavg.c27 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 Dproc_cmdline.c36 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 Dproc_version.c22 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 Dproc_meminfo.c27 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 Dproc_pid.c37 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 Dproc.c155 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 Dproc.h41 int (*single_show)(struct dfs_seq_file *seq, void *data); member

Completed in 11 milliseconds