Lines Matching refs:pde
66 * This API is used to read the node by pde
73 * @param pde [IN] Type #struct ProcDirEntry * pointer of the node structure to be read
84 extern int ReadProcFile(struct ProcDirEntry *pde, void *buf, size_t len);
91 * This API is used to write the node by pde
98 * @param pde [IN] Type #struct ProcDirEntry * pointer of the node structure to be written
109 extern int WriteProcFile(struct ProcDirEntry *pde, const void *buf, size_t len);
123 * @param pde [IN] Type #struct ProcDirEntry * pointer of the node structure to be deviation
134 extern loff_t LseekProcFile(struct ProcDirEntry *pde, loff_t offset, int whence);
148 * @param pde [IN] Type #struct ProcDirEntry * pointer of the node structure to be deviated
159 int LseekDirProcFile(struct ProcDirEntry *pde, off_t *pos, int whence);
166 * This API is used to close the node by pde
173 * @param pde [IN] Type #struct ProcDirEntry * pointer of the node structure to be closed
182 extern int CloseProcFile(struct ProcDirEntry *pde);