Home
last modified time | relevance | path

Searched refs:fd_table (Results 1 – 2 of 2) sorted by relevance

/components/dfs/dfs_v1/src/
A Ddfs.c934 struct dfs_fdtable *fd_table; in list_fd() local
936 fd_table = dfs_fdtable_get(); in list_fd()
937 if (!fd_table) return -1; in list_fd()
943 for (index = 0; index < (int)fd_table->maxfd; index++) in list_fd()
945 struct dfs_file *fd = fd_table->fds[index]; in list_fd()
977 struct dfs_fdtable *fd_table = RT_NULL; in lsofp() local
981 fd_table = dfs_fdtable_get(); in lsofp()
982 if (!fd_table) return -1; in lsofp()
986 fd_table = dfs_fdtable_get_pid(pid); in lsofp()
987 if (!fd_table) in lsofp()
[all …]
/components/dfs/dfs_v2/src/
A Ddfs.c1110 struct dfs_fdtable *fd_table; in list_fd() local
1112 fd_table = dfs_fdtable_get(); in list_fd()
1113 if (!fd_table) return -1; in list_fd()
1119 for (index = 0; index < (int)fd_table->maxfd; index++) in list_fd()
1121 struct dfs_file *file = fd_table->fds[index]; in list_fd()

Completed in 5 milliseconds