Searched refs:lwp_channel_open (Results 1 – 3 of 3) sorted by relevance
27 int lwp_channel_open(int fdt_type, const char *name, int flags);
1078 int lwp_channel_open(int fdt_type, const char *name, int flags) in lwp_channel_open() function1221 return lwp_channel_open(FDT_TYPE_KERNEL, name, flags); in rt_channel_open()
4089 ret = lwp_channel_open(FDT_TYPE_LWP, kname, flags); in sys_channel_open()
Completed in 59 milliseconds