Home
last modified time | relevance | path

Searched defs:fdt_type (Results 1 – 1 of 1) sorted by relevance

/components/lwp/
A Dlwp_ipc.c936 static int lwp_fd_new(int fdt_type) in lwp_fd_new()
951 static struct dfs_file *lwp_fd_get(int fdt_type, int fd) in lwp_fd_get()
966 static void lwp_fd_release(int fdt_type, int fd) in lwp_fd_release()
981 static int _chfd_alloc(int fdt_type) in _chfd_alloc()
996 static void _chfd_free(int fd, int fdt_type) in _chfd_free()
1078 int lwp_channel_open(int fdt_type, const char *name, int flags) in lwp_channel_open()
1120 static rt_channel_t fd_2_channel(int fdt_type, int fd) in fd_2_channel()
1138 rt_err_t lwp_channel_close(int fdt_type, int fd) in lwp_channel_close()
1171 rt_err_t lwp_channel_send(int fdt_type, int fd, rt_channel_msg_t data) in lwp_channel_send()
1195 rt_err_t lwp_channel_reply(int fdt_type, int fd, rt_channel_msg_t data) in lwp_channel_reply()
[all …]

Completed in 5 milliseconds