Home
last modified time | relevance | path

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

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