Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/proc/src/
Dproc_file.c542 int ProcOpen(struct ProcFile *procFile) in ProcOpen() argument
544 if (procFile == NULL) { in ProcOpen()
547 if (procFile->sbuf != NULL) { in ProcOpen()
555 procFile->sbuf = buf; in ProcOpen()
564 struct ProcFile *procFile = pde->pf; in ProcRead() local
565 struct SeqBuf *sb = procFile->sbuf; in ProcRead()
575 loff_t pos = procFile->fPos; in ProcRead()
586 procFile->fPos = pos + realLen; in ProcRead()
662 struct ProcFile *procFile = pde->pf; in LseekProcFile() local
668 result = procFile->fPos + offset; in LseekProcFile()
[all …]
/kernel/liteos_a/fs/proc/include/
Dproc_file.h185 extern int ProcOpen(struct ProcFile *procFile);