Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
434
const struct dfs_file_ops *dfs_devfs_fops(void)
435
{
436
return &_dev_fops;
437
}
438
439
mode_t dfs_devfs_device_to_mode(struct rt_device *device)
440
{
Callers
2
_ptyfs_init
Function · 0.85
dfs_devtmpfs_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected