Searched refs:fd_table (Results 1 – 2 of 2) sorted by relevance
934 struct dfs_fdtable *fd_table; in list_fd() local936 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() local981 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 …]
1110 struct dfs_fdtable *fd_table; in list_fd() local1112 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