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

Function dfs_devfs_fops

components/dfs/dfs_v2/filesystems/devfs/devfs.c:434–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432};
433
434const struct dfs_file_ops *dfs_devfs_fops(void)
435{
436 return &_dev_fops;
437}
438
439mode_t dfs_devfs_device_to_mode(struct rt_device *device)
440{

Callers 2

_ptyfs_initFunction · 0.85
dfs_devtmpfs_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected