Home
last modified time | relevance | path

Searched refs:__channel_open (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/skywalk/channel/
H A Dos_channel_private.h673 extern int __channel_open(struct ch_init *init, const uint32_t init_len);
H A Dchannel_syscalls.c137 __channel_open(struct proc *p, struct __channel_open_args *uap, int *retval) in __channel_open() function
/xnu-12377.41.6/libsyscall/wrappers/skywalk/
H A Dos_channel.c508 fd = __channel_open(&init, sizeof(init)); in os_channel_create_extended()