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.c427 if (minfd < FILE_START_FD) in files_allocate()
429 minfd = FILE_START_FD; in files_allocate()
589 if (minfd < FILE_START_FD) in alloc_fd()
591 minfd = FILE_START_FD; in alloc_fd()
627 for (fd = FILE_START_FD; fd < CONFIG_NFILE_DESCRIPTORS; fd++) in close_files()
/third_party/NuttX/fs/dirent/
Dfs_opendir.c200 filep = files_allocate(vp, oflags, 0, NULL, FILE_START_FD); in do_opendir()
/third_party/NuttX/fs/vfs/include/
Dfile.h68 #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()