MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / seq_show

Function seq_show

components/dfs/dfs_v2/filesystems/procfs/proc_mounts.c:75–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75static int seq_show(struct dfs_seq_file *seq, void *data)
76{
77 /* data: The return value of the start or next*/
78 dfs_mnt_foreach(mnt_show, seq);
79
80 return 0;
81}
82
83static const struct dfs_seq_ops seq_ops = {
84 .start = seq_start,

Callers

nothing calls this directly

Calls 1

dfs_mnt_foreachFunction · 0.85

Tested by

no test coverage detected