Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus_var.h525 extern int nxprov_advise_connect(struct kern_nexus *, struct kern_channel *,
H A Dnexus.c1261 nxprov_advise_connect(struct kern_nexus *nx, struct kern_channel *ch, in nxprov_advise_connect() function
/xnu-12377.1.9/bsd/skywalk/channel/
H A Dchannel.c2153 if ((*err = nxprov_advise_connect(nx, ch, p)) != 0) { in ch_connect()