Searched refs:nent (Results 1 – 4 of 4) sorted by relevance
| /components/libc/posix/io/aio/ |
| A D | aio.h | 41 int aio_suspend(const struct aiocb *const list[], int nent, 45 int lio_listio(int mode, struct aiocb * const list[], int nent,
|
| A D | aio.c | 311 int aio_suspend(const struct aiocb *const list[], int nent, in aio_suspend() argument 485 int lio_listio(int mode, struct aiocb * const list[], int nent, in lio_listio() argument
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | ff.c | 2202 UINT nent; local 2207 nent = dirb[XDIR_NumSec] + 1; 2216 if (--nent == 0) break;
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | ff.c | 2233 UINT nent; local 2238 nent = dirb[XDIR_NumSec] + 1; 2247 if (--nent == 0) break;
|
Completed in 29 milliseconds