Home
last modified time | relevance | path

Searched refs:dfs_seq_ops (Results 1 – 13 of 13) sorted by relevance

/components/dfs/dfs_v2/include/
A Ddfs_seq_file.h16 struct dfs_seq_ops;
34 const struct dfs_seq_ops *ops; /* Operation function table */
42 struct dfs_seq_ops struct
66 int dfs_seq_open(struct dfs_file *file, const struct dfs_seq_ops *ops); argument
/components/dfs/dfs_v2/filesystems/procfs/
A Dproc_cpuinfo.c50 static const struct dfs_seq_ops seq_ops = {
57 rt_weak const struct dfs_seq_ops *cpuinfo_get_seq_ops(void) in cpuinfo_get_seq_ops()
A Dproc_stat.c78 static const struct dfs_seq_ops seq_ops = {
85 rt_weak const struct dfs_seq_ops *stat_get_seq_ops(void) in stat_get_seq_ops()
A Dproc_filesystems.c67 static const struct dfs_seq_ops seq_ops = {
A Dproc_tty.c51 static const struct dfs_seq_ops seq_ops = {
A Dproc_mounts.c83 static const struct dfs_seq_ops seq_ops = {
A Dproc.h40 const struct dfs_seq_ops *seq_ops;
A Dproc_net.c83 static const struct dfs_seq_ops seq_ops = {
A Dproc.c157 … struct dfs_seq_ops *seq_ops = (struct dfs_seq_ops *)rt_calloc(1, sizeof(struct dfs_seq_ops)); in proc_open()
A Dproc_partitions.c197 static const struct dfs_seq_ops seq_ops = {
A Dproc_devices.c289 static const struct dfs_seq_ops seq_ops = {
A Dproc_pid.c36 const struct dfs_seq_ops *seq_ops;
/components/dfs/dfs_v2/src/
A Ddfs_seq_file.c55 int dfs_seq_open(struct dfs_file *file, const struct dfs_seq_ops *ops) in dfs_seq_open()

Completed in 14 milliseconds