Home
last modified time | relevance | path

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

/third_party/NuttX/fs/inode/
H A 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/
H A Dfs_opendir.c203 filep = files_allocate(vp, oflags, 0, NULL, FILE_START_FD); in do_opendir()
/third_party/NuttX/fs/vfs/include/
H A Dfile.h71 #define FILE_START_FD 3 macro
/third_party/NuttX/fs/vfs/
H A Dfs_open.c281 filep = files_allocate(vnode, oflags, 0, NULL, FILE_START_FD); in fp_open()

Completed in 3 milliseconds