Home
last modified time | relevance | path

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

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