Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/channel/
H A Dchannel.c90 static struct kern_channel *ch_connect(struct kern_nexus *, struct chreq *,
1660 ch = ch_connect(nx, &chr, nxb, p, fd, err); in ch_open()
1712 ch = ch_connect(nx, chr, NULL, kernproc, -1, err); in ch_open_special()
2009 ch_connect(struct kern_nexus *nx, struct chreq *chr, struct nxbind *nxb, in ch_connect() function