Home
last modified time | relevance | path

Searched refs:ch_init (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.41.9/bsd/skywalk/channel/
H A Dos_channel_private.h502 struct ch_init { struct
666 extern int __channel_open(struct ch_init *init, const uint32_t init_len);
H A Dchannel_var.h940 extern struct kern_channel *ch_open(struct ch_init *, struct proc *,
H A Dchannel_syscalls.c127 struct ch_init init; in __channel_open()
H A Dchannel.c1525 ch_open(struct ch_init *init, struct proc *p, int fd, int *err) in ch_open()
/xnu-8792.41.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c482 struct ch_init init; in os_channel_create_extended()