Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/channel/
H A Dchannel_var.h940 extern struct kern_channel *ch_open(struct ch_init *, struct proc *,
H A Dchannel_syscalls.c234 if (__improbable((ch = ch_open(&init, p, fd, &err)) == NULL)) { in __channel_open()
H A Dchannel.c1525 ch_open(struct ch_init *init, struct proc *p, int fd, int *err) in ch_open() function