Home
last modified time | relevance | path

Searched defs:__dirstream (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/dirent/
D__dirent.h1 struct __dirstream struct
3 off_t tell;
4 int fd;
5 int buf_pos;
6 int buf_end;
7 volatile int lock[1];
8 void *dirk;
9 void *resv;
12 char buf[2048];
/third_party/musl/porting/liteos_a/user/src/dirent/
D__dirent.h1 struct __dirstream struct
3 off_t tell;
4 int fd;
5 int buf_pos;
6 int buf_end;
7 volatile int lock[1];
11 char buf[4096];
/third_party/musl/src/dirent/
D__dirent.h1 struct __dirstream struct
3 off_t tell;
4 int fd;
5 int buf_pos;
6 int buf_end;
7 volatile int lock[1];
10 char buf[2048];
/third_party/FatFs/source/
Dff.h315 struct __dirstream { struct
316 FFOBJID obj; /* Object identifier */
317 DWORD dptr; /* Current read/write offset */
318 DWORD clust; /* Current cluster */
319 LBA_t sect; /* Current sector (0:Read operation has terminated) */
320 BYTE* dir; /* Pointer to the directory item in the win[] */
321 BYTE fn[12]; /* SFN (in/out) {body[8],ext[3],status[1]} */
323 DWORD blk_ofs; /* Offset of current entry block being processed (0xFFFFFFFF:Invalid) */
326 const TCHAR* pat; /* Pointer to the name matching pattern */
329 BYTE atrootdir;