Home
last modified time | relevance | path

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

/third_party/NuttX/fs/inode/
Dfs_files.c430 if (minfd < FILE_START_FD) in files_allocate()
432 minfd = FILE_START_FD; in files_allocate()
592 if (minfd < FILE_START_FD) in alloc_fd()
594 minfd = FILE_START_FD; in alloc_fd()
630 for (fd = FILE_START_FD; fd < CONFIG_NFILE_DESCRIPTORS; fd++) in close_files()
/third_party/NuttX/fs/dirent/
Dfs_opendir.c203 filep = files_allocate(vp, oflags, 0, NULL, FILE_START_FD); in do_opendir()
/third_party/NuttX/fs/vfs/include/
Dfile.h71 #define FILE_START_FD 3 macro
/third_party/NuttX/fs/vfs/
Dfs_open.c281 filep = files_allocate(vnode, oflags, 0, NULL, FILE_START_FD); in fp_open()