Searched refs:ch_open (Results 1 – 3 of 3) sorted by relevance
837 extern struct kern_channel *ch_open(struct ch_init *, struct proc *,
246 if (__improbable((ch = ch_open(&init, p, fd, &err)) == NULL)) { in __channel_open()
1540 ch_open(struct ch_init *init, struct proc *p, int fd, int *err) in ch_open() function