Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/filesystem/procfs/
Dprocfs.c21 static long simple_procfs_read(void *to, int64_t count, long *position, void *from, int64_t availab…
183 return simple_procfs_read(buf, count, position, priv->rbuffer, priv->readlen); in procfs_read()
197 static long simple_procfs_read(void *to, int64_t count, long *position, void *from, int64_t availab… in simple_procfs_read() function