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