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

Function dfs_procfs_init

components/dfs/dfs_v2/filesystems/procfs/procfs.c:417–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415};
416
417int dfs_procfs_init(void)
418{
419 /* register procfs file system */
420 dfs_register(&_procfs);
421
422 return 0;
423}
424INIT_COMPONENT_EXPORT(dfs_procfs_init);
425
426int proc_read_data(struct dfs_file *file, void *buf, size_t count, off_t *pos)

Callers

nothing calls this directly

Calls 1

dfs_registerFunction · 0.50

Tested by

no test coverage detected