Home
last modified time | relevance | path

Searched refs:dfs_fdtable (Results 1 – 9 of 9) sorted by relevance

/components/dfs/dfs_v2/include/
A Ddfs.h106 struct dfs_fdtable struct
124 int dfs_fdtable_dup(struct dfs_fdtable *fdt_dst, struct dfs_fdtable *fdt_src, int fd_src); argument
125 int dfs_fdtable_drop_fd(struct dfs_fdtable *fdtab, int fd);
129 int fdt_fd_new(struct dfs_fdtable *fdt);
130 struct dfs_file *fdt_get_file(struct dfs_fdtable* fdt, int fd);
131 void fdt_fd_release(struct dfs_fdtable* fdt, int fd);
133 int fdt_fd_associate_file(struct dfs_fdtable *fdt, int fd, struct dfs_file *file);
139 struct dfs_fdtable *dfs_fdtable_get(void);
140 struct dfs_fdtable *dfs_fdtable_get_global(void);
/components/dfs/dfs_v1/include/
A Ddfs.h72 struct dfs_fdtable struct
85 struct dfs_fdtable *dfs_fdtable_get(void); argument
99 int fdt_fd_new(struct dfs_fdtable *fdt);
100 struct dfs_file *fdt_fd_get(struct dfs_fdtable* fdt, int fd);
101 void fdt_fd_release(struct dfs_fdtable* fdt, int fd);
108 int fd_associate(struct dfs_fdtable *fdt, int fd, struct dfs_file *file);
111 struct dfs_fdtable *dfs_fdtable_get(void);
112 struct dfs_fdtable *dfs_fdtable_get_global(void);
/components/dfs/dfs_v1/src/
A Ddfs.c37 static struct dfs_fdtable _fdtab;
305 int fdt_fd_new(struct dfs_fdtable *fdt) in fdt_fd_new()
327 struct dfs_fdtable *fdt = NULL; in fd_new()
369 struct dfs_fdtable *fdt; in fd_get()
431 struct dfs_fdtable *fdt; in fd_release()
454 struct dfs_fdtable *fdt = NULL; in sys_dup()
497 struct dfs_fdtable *fdt; in fd_is_open()
562 struct dfs_fdtable *fdt = NULL; in sys_dup2()
646 struct dfs_fdtable *fdt; in fd_get_fd_index()
891 struct dfs_fdtable *fdt; in dfs_fdtable_get()
[all …]
/components/dfs/dfs_v2/src/
A Ddfs.c40 static struct dfs_fdtable _fdtab = {0};
459 struct dfs_fdtable *fdt; in fd_new()
473 struct dfs_fdtable *fdt; in fd_release()
489 struct dfs_fdtable *fdt; in fd_get()
501 struct dfs_fdtable *fdt; in dfs_fdtable_get()
534 struct dfs_fdtable *fdt = RT_NULL; in dfs_fdtable_get_from_pid()
569 int dfs_fdtable_dup(struct dfs_fdtable *fdt_dst, struct dfs_fdtable *fdt_src, int fd_src) in dfs_fdtable_dup()
672 struct dfs_fdtable *fdt = NULL; in dfs_dup()
715 struct dfs_fdtable *fdt = NULL; in dfs_dup_to()
847 struct dfs_fdtable *fdt = NULL; in sys_dup2()
[all …]
/components/dfs/dfs_v2/filesystems/procfs/
A Dproc_pid.c210 struct dfs_fdtable *table; in proc_pid_fd_lookup()
268 struct dfs_fdtable *table; in proc_pid_fd_getdents()
/components/lwp/
A Dlwp_ipc.c938 struct dfs_fdtable *fdt; in lwp_fd_new()
953 struct dfs_fdtable *fdt; in lwp_fd_get()
968 struct dfs_fdtable *fdt; in lwp_fd_release()
A Dlwp.h171 struct dfs_fdtable fdt;
A Dlwp.c196 struct dfs_fdtable *lwp_fdt; in lwp_execve_setup_stdio()
A Dlwp_syscall.c3526 struct dfs_fdtable *dst_fdt; in lwp_copy_files()
3527 struct dfs_fdtable *src_fdt; in lwp_copy_files()
8354 struct dfs_fdtable *fdt = dfs_fdtable_get(); in sys_getrlimit()

Completed in 29 milliseconds